top of page
Search
Jun 13, 20201 min read
Welcome
Hi, please leave a comment about the site... Be gentle its still very much under construction. But if you have questions or an idea for...
12 views0 comments
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 views0 comments
Feb 13, 20201 min read
Setting Windows Time Server with PowerShell
To set a time server by either IP or fqdn for non-domain joined clients. For instructions on how to deploy from MDT (here) <#...
16 views0 comments
Feb 13, 20203 min read
Update Windows Services to Use Least Privilege Accounts with PowerShell
It's standard for applications services to run with System. In many cases, this is excessive and leaves the Operating System vulnerable...
10 views0 comments
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...
45 views0 comments
bottom of page