Skip to content

Added suspend_windows.ps1

Keith Muska requested to merge add_suspend_windows into master

suspend_windows.ps1 is intended to be run on Windows servers from within PowerShell Run As Administrator to remove all client access to Windows servers that are being reclaimed.

Changes Administrator password to random string Disables all local accounts except for Administrator and mojoadmin Disables all Incoming firewall rules Enables Incoming RDP connections only from known IP Addresses

Merge request reports