Feb 13, 20201 min readDisable Administrator and Sets Random Password with PowerShell<# .Synopsis Disable Admin Account and Sets Random Password .Description .Version #> #Password length $length = 20 #Minimum number...
Feb 13, 20202 min readDisable LLMNR, IPv6 and Other Network ServicesThe following tweaks are for disabling network features that are either legacy but still enabled or not required. Each setting can be...