Feb 13, 20201 min readDisable 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, 20203 min readUpdate 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 12, 20201 min readDisable Windows RecoveryDisabling Microsoft Windows Recovery Environment is a good idea because it reduces the risk of malicious software being installed on your...
Feb 12, 20201 min readWindows Defence Application Control aka Device GuardDevice Guard has the following requirements: Hardware Requirements UEFI Native Mode Windows 10/2016 x64 SLAT and Virtualization...