This file contains 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 quickconfig -q -force | |
Enable-psremoting –force | |
Set-executionpolicy bypass –force | |
winrm set winrm/config/service/Auth '@{Basic="true"}' | |
winrm set winrm/config/winrs '@{MaxMemoryPerShellMB="1024"}' | |
winrm set winrm/config/client '@{TrustedHosts="*"}' | |
# Configuration Warning: |