TestimoX

API Reference

Command

Get-ADXPrivilegedGroups

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Groups.AdminGroupService+PrivilegedGroupInfo

This cmdlet returns privileged groups and their members.

Remarks

Enumerates well-known privileged groups (domain RIDs and builtin SIDs) and resolves their members using ADPlayground services.

Examples

Generated fallback example

Generated fallback example from command syntax.


Get-ADXPrivilegedGroups -Domain 'Value'
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-ADXPrivilegedGroups [-Domain <string>] [-CrossForest] [<CommonParameters>]
#

Parameters

Domain string optionalposition: 0pipeline: false
Optional domain DNS name. When omitted, uses current domain.
CrossForest SwitchParameter optionalposition: namedpipeline: false
Query all domains in the forest and trusts.

Outputs

ADPlayground.Groups.AdminGroupService+PrivilegedGroupInfo