TestimoX

API Reference

Command

Get-ADXAclSnapshot

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

Gets a chatbot-friendly ACL snapshot for an Active Directory object.

Examples

Generated fallback example

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 Security

Parameters

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

Outputs

ADPlayground.Acl.AdxAclSnapshot

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

Parameters

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

Outputs

ADPlayground.Acl.AdxAclSnapshot

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

Parameters

ADObject string requiredposition: 0pipeline: true (ByValue, ByPropertyName)aliases: ad_object
Distinguished name/path of the object to read or modify.

Outputs

ADPlayground.Acl.AdxAclSnapshot