Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 342 Bytes

windows_server_scripts

Python scripts to check against Windows 2022 host

Requires local administrator (testing only)

winrm set winrm/config/client/auth '@{Basic="true"}'
winrm set winrm/config/service/auth '@{Basic="true"}'
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
Restart-Service WinRM