Skip to content

Commit

Permalink
Get-PSADInfo.ps1
Browse files Browse the repository at this point in the history
This script is used to gather information on the Active Directory environment.

REQUIRES: Active Directory user authentication. Standard user access is fine - admin access is not necessary.

Currently, the script performs the following actions:
    * Identifies the current AD forest and lists Forest Mode & Forest FSMOs.
    * Enumerates all domain details (including child domains).
    * Domain details (for all domains including forest root) include:
        - Netbios Name
        - Domain SID
        - Domain Mode
        - Domain krbtgt Last Password Set Date
        - Domain FSMOs
        - Domain Password Policy
        - Child Domains
        - Domain Service Accounts, inlcudes AccountName, DisplayName, PwdLastSet,LastLogon,Description
    * Identifies AD & Exchange schema versions
    * Enumerates AD Sites and provides report including Subnet & server data
    * Generates report of all AD Forest DCs including DC FQDN, Domain, IP, Site, Roles, & OS.
  • Loading branch information
PyroTek3 committed Sep 1, 2014
1 parent f8d3ce2 commit 820d6b1
Showing 1 changed file with 430 additions and 0 deletions.
Loading

0 comments on commit 820d6b1

Please sign in to comment.