top of page
Search
Disable 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, 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) <#...
Feb 13, 20201 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...
Feb 13, 20203 min read
Â
Â
Â
bottom of page
