PowerShell - Remote Management
Identify the error in this command:
Invoke-Command -ComputerName Server01 -ScriptBlock Get-Process
Invoke-Command -ComputerName Server01 -ScriptBlock Get-Process
-ScriptBlock parameter requires a script block enclosed in curly braces { }.Get-Process, causing a syntax error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions