API Reference
Command
Get-ADXACL
Retrieves access control entries from an Active Directory security descriptor or entry.
Examples
Generated fallback example from parameter set 'By ADObject'.
Get-ADXACL -ADObject 'Value'
Generated fallback example from parameter set 'By Entry'.
Get-ADXACL -Entry '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-ADXACL -Security <ActiveDirectorySecurity> [<CommonParameters>]#Parameter set:
By SecurityParameters
- Security ActiveDirectorySecurity
- ActiveDirectorySecurity instance to read.
Outputs
ADPlayground.Acl.AclInfo
Get-ADXACL -Entry <DirectoryEntry> [<CommonParameters>]#Parameter set:
By EntryParameters
- Entry DirectoryEntry
- DirectoryEntry object to read.
Outputs
ADPlayground.Acl.AclInfo
Get-ADXACL -ADObject <string> [<CommonParameters>]#Parameter set:
By ADObjectParameters
- ADObject string
- Distinguished name of the object to read.
Outputs
ADPlayground.Acl.AclInfo