API Reference
Command
Get-ADXAclSnapshot
Gets a chatbot-friendly ACL snapshot for an Active Directory object.
Examples
Generated fallback example from parameter set 'By ADObject'.
Get-ADXAclSnapshot -ADObject 'Value'
Generated fallback example from parameter set 'By Entry'.
Get-ADXAclSnapshot -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-ADXAclSnapshot -Security <ActiveDirectorySecurity> [<CommonParameters>]#Parameter set:
By SecurityParameters
- Security ActiveDirectorySecurity
- ActiveDirectorySecurity instance to read or modify.
Outputs
ADPlayground.Acl.AdxAclSnapshot
Get-ADXAclSnapshot -Entry <DirectoryEntry> [<CommonParameters>]#Parameter set:
By EntryParameters
- Entry DirectoryEntry
- DirectoryEntry object to read or modify.
Outputs
ADPlayground.Acl.AdxAclSnapshot
Get-ADXAclSnapshot -ADObject <string> [<CommonParameters>]#Parameter set:
By ADObjectParameters
- ADObject string
- Distinguished name/path of the object to read or modify.
Outputs
ADPlayground.Acl.AdxAclSnapshot