Last active
July 26, 2018 13:46
-
-
Save Voronenko/7ed7c15f07f3b23cc64691baf66cf8de to your computer and use it in GitHub Desktop.
Winrm windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
winrm set winrm/config/Service/Auth @{Basic="true"} | |
winrm set winrm/config/Service @{AllowUnencrypted="true"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Set-NetConnectionProfile -NetworkCategory Private | |
WinRM qc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment