Simple Powershell Active Directory script to harden your servers

This script will enumerate all AD servers in the specified domain and check them for critical event logs, inactive OUs, and outdated group policies. It is easy to run and will help harden your AD systems. Set the domain to check $domain = “yourdomain.com” Get a list of all domain controllers in the domain $domainControllers […]

Read More