Last active
August 29, 2015 14:19
-
-
Save brannon/cbc7ff8fc67d970efb79 to your computer and use it in GitHub Desktop.
Enable Remote PowerShell
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
Invoke-WebRequest https://gist.githubusercontent.com/brannon/39b23ef97d43732c8398/raw/0ebbc9d4d309e9f9ed4055dd5ed671a359c786bd/ConfigureRemotePowerShell.ps1 | Select -Expand Content | Set-Content -Encoding ASCII -Force .\ConfigureRemotePowerShell.ps1; powershell.exe .\ConfigureRemotePowerShell.ps1; Remove-Item .\ConfigureRemotePowerShell.ps1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment