Skip to content

doveyQ/ad_security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

AD Security

This repository contains PowerShell scripts used to audit Active Directory (AD) and find vulnerable objects and configurations.

Prerequisites

Before running the scripts, you need to:

  1. Bypass Execution Policy: You can do this by running:
    Set-ExecutionPolicy Bypass -Scope Process
  2. 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
    

Usage

Run the PowerShell scripts as needed to audit your Active Directory environment and identify vulnerabilities.

About

Active Directory Audit Scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published