PowerShell - System Administration
What will be the output of this PowerShell command?
Get-Process -Name powershell | Stop-Process -PassThru
Get-Process -Name powershell | Stop-Process -PassThru
Stop-Process. The -PassThru parameter makes Stop-Process output the stopped process object.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions