๐Ÿ‘จโ€๐Ÿ’ปAD Groups

Domain Group

Get-DOmainGroup

Code

Get-DomainGroup -Properties Name

High-value Targets

  • Exchange Trusted Subsystem

  • Exchange Windows Permissions

Other Groups

  • Protected Users

  • LAPS Admins

  • Help Desk

  • Security Operations

Get-DomainGroupMember

Code

Get-DomainGroupMember -Identity 'Help Desk'

Protected Groups

Code

  • Protected AD groups with the AdminCount attribute set to 1

Managed Security Groups

Code

  • These groups have delegated non-administrators the right to add members to AD security groups and distribution groupsarrow-up-right and is set by modifying the managedBy attribute.

Security Operations Group

Code

Enumerating ACLs

Code

Local Groups

Code

Get-NetLocalGroupMember

Code

  • Check for non-RID 500 users

  • Convert-SidToName

Example

Last updated