Skip to content

Instantly share code, notes, and snippets.

@sunnyc7
Forked from jstangroome/Enable-WSManCredSSP.cmd
Created January 25, 2014 14:48
Show Gist options
  • Save sunnyc7/8617490 to your computer and use it in GitHub Desktop.
Save sunnyc7/8617490 to your computer and use it in GitHub Desktop.
winrm.cmd g winrm/config/service/auth -r:$env:computername -a:kerberos
winrm.cmd s winrm/config/service/auth -r:$env:computername -a:kerberos @{CredSSP="true"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment