TestimoX

API Reference

Command

Get-ADXACL

Namespace ADPlayground.PowerShell
Inputs
System.DirectoryServices.ActiveDirectorySecurity System.DirectoryServices.DirectoryEntry System.String
Outputs
ADPlayground.Acl.AclInfo

Retrieves access control entries from an Active Directory security descriptor or entry.

Examples

Generated fallback example

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 Security

Parameters

Security ActiveDirectorySecurity requiredposition: 0pipeline: true (ByValue, ByPropertyName)
ActiveDirectorySecurity instance to read.

Outputs

ADPlayground.Acl.AclInfo

Get-ADXACL -Entry <DirectoryEntry> [<CommonParameters>]
#
Parameter set: By Entry

Parameters

Entry DirectoryEntry requiredposition: 0pipeline: true (ByValue, ByPropertyName)
DirectoryEntry object to read.

Outputs

ADPlayground.Acl.AclInfo

Get-ADXACL -ADObject <string> [<CommonParameters>]
#
Parameter set: By ADObject

Parameters

ADObject string requiredposition: 0pipeline: true (ByValue, ByPropertyName)
Distinguished name of the object to read.

Outputs

ADPlayground.Acl.AclInfo