Skip to content

Instantly share code, notes, and snippets.

@brannon
Last active August 29, 2015 14:19
Show Gist options
  • Save brannon/cbc7ff8fc67d970efb79 to your computer and use it in GitHub Desktop.
Save brannon/cbc7ff8fc67d970efb79 to your computer and use it in GitHub Desktop.
Enable Remote PowerShell
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