Windows System Administration
1: Create a GPO: Disable Local Link Multicast Name Resolution (LLMNR)
Local Link Multicast Name Resolution (LLMNR) is a vulnerability, so we will be disabling it on Windows 10.

2: Create a GPO: Account Lockout
An account lockout disables access to an account for a set period of time after a specific number of failed login attempts.

3: Create a GPO: Enabling Verbose PowerShell Logging and Transcription
PowerShell is often used as a living off the land hacker tool.
So why not just completely disable PowerShell?
A PowerShell practice that is recommended regardless of whether PowerShell is enabled or disabled: Enabling enhanced PowerShell logging and visibility through verbosity.




4: Create a Script: Enumerate Access Control Lists
A PowerShell script that will enumerate the Access Control List of each file or subdirectory within the current working directory.

5: Verify the PowerShell Logging GPO

