Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Last active July 26, 2018 13:46
Show Gist options
  • Save Voronenko/7ed7c15f07f3b23cc64691baf66cf8de to your computer and use it in GitHub Desktop.
Save Voronenko/7ed7c15f07f3b23cc64691baf66cf8de to your computer and use it in GitHub Desktop.
Winrm windows 10
winrm set winrm/config/Service/Auth @{Basic="true"}
winrm set winrm/config/Service @{AllowUnencrypted="true"}
#Set-NetConnectionProfile -NetworkCategory Private
WinRM qc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment