Feb 13, 20201 min readSetting Folder Permissions with PowerShellThere's been a few instances where setting folder permissions is required and I've found the following useful. <# .Synopsis Change...
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 readDisable Windows Memory DumpsBy disabling Memory Dumps it's no longer possible to recover the dump file and extract secure data that is held in memory in the clear. ...