This repository contains PowerShell scripts used to audit Active Directory (AD) and find vulnerable objects and configurations.
Before running the scripts, you need to:
- Bypass Execution Policy: You can do this by running:
Set-ExecutionPolicy Bypass -Scope Process
- Import Active Directory Module: (Ensure that the Active Directory service is installed on your system) You can import the module by running:
Import-Module ActiveDirectory
Run the PowerShell scripts as needed to audit your Active Directory environment and identify vulnerabilities.