trying to pause a service I found this in a book called powershell in depth but this just doesn't work. I can't figure out why.
Get-Service -name B* | foreach { $_.Pause() }
I get this error "Exception calling "Pause" with "0" argument(s):"
trying to pause a service I found this in a book called powershell in depth but this just doesn't work. I can't figure out why.
Get-Service -name B* | foreach { $_.Pause() }
I get this error "Exception calling "Pause" with "0" argument(s):"