top of page
Search


Jul 16, 20202 min read
Create 73,000 Test AD User Accounts
Ever required the need to make lots of Domain Users? Here's a PowerShell script that does just that, more than 73,000. This can be...
306
0
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, 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
0
Feb 12, 20201 min read
Windows Defence Application Control aka Device Guard
Device Guard has the following requirements: Hardware Requirements UEFI Native Mode Windows 10/2016 x64 SLAT and Virtualization...
13
0
bottom of page