Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created July 24, 2015 14:18
Show Gist options
  • Save ahhh/d1f74e7347cf0f88afd4 to your computer and use it in GitHub Desktop.
Save ahhh/d1f74e7347cf0f88afd4 to your computer and use it in GitHub Desktop.
Enabile PowerShell remoting, trusting all hosts
Enable-PSRemoting –force
winrm quickconfig
Set-Item wsman:\localhost\client\trustedhosts *
restart-service WinRM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment