-
Notifications
You must be signed in to change notification settings - Fork 1
Active Directory Explorer
Eli Weitzman edited this page May 27, 2023
·
4 revisions
The Active Directory explorer tool is a tool that abstracts the three main Get-AD queries from PowerShell.
The Get-ADUser query retrieves the following properties:
- Name
- SamAccountName
- Description
- DistinguishedName
- Enabled
- GivenName
- Surname
- SID
- UserPrincipalName
The Get-ADComputer query retrieves the following properties:
- Description
- DistinguishedName
- DNSHostName
- Enabled
- LastLogonDate
- LockedOut
- Name
- ObjectClass
- ObjectGUID
- OperatingSystem
- OperatingSystemVersion
- SamAccountName
- SID
- WhenChanged
- WhenCreated
- WhenCreated
The Get-ADGRoup query retrieves the following properties:
- DistinguishedName
- GroupCategory
- GroupScope
- Name
- SamAccountName
- Description
- Members