Jul 16, 20202 minCreate 73,000 Test AD User AccountsEver 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...
Feb 13, 20203 minUpdate Windows Services to Use Least Privilege Accounts with PowerShellIt's standard for applications services to run with System. In many cases, this is excessive and leaves the Operating System vulnerable...
Feb 13, 20201 minSetting Folder Permissions with PowerShellThere's been a few instances where setting folder permissions is required and I've found the following useful. <# .Synopsis Change...