Created
December 4, 2017 00:05
-
-
Save mczerniawski/9f4685986d8631ca34bd04540905d15d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ComputerName = 'SomeComputer' | |
| Invoke-Command -ComputerName $ComputerName -Credential (Get-LAPSCredential -ComputerName $ComputerName) -ScriptBlock { | |
| Get-Service -Name BITS | Stop-Service | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment