top of page
Search
Feb 13, 20201 min read
Disable Administrator and Sets Random Password with PowerShell
<# .Synopsis Disable Admin Account and Sets Random Password ​ .Description ​ .Version #> #Password length $length = 20 ​ #Minimum number...
11
0
Feb 13, 20202 min read
Disable LLMNR, IPv6 and Other Network Services
The following tweaks are for disabling network features that are either legacy but still enabled or not required. ​ Each setting can be...
58
0
bottom of page