Skip to content

Instantly share code, notes, and snippets.

@zachbonham
Created May 8, 2012 14:59
Show Gist options
  • Save zachbonham/2635965 to your computer and use it in GitHub Desktop.
Save zachbonham/2635965 to your computer and use it in GitHub Desktop.
Required foo to bootstrap a client for PowerShell Remoting
set-executionpolicy Unrestricted
winrm quickconfig -quiet
enable-wsmancredssp -role client -delegatecomputer *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment