TestimoX

API Reference

Command

Get-ADXACLOwner

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

Retrieves owner information from an Active Directory security descriptor or entry.

Examples

Authored help example

Example 1: Check the owner of an OU before delegating permissions


Get-ADXACLOwner -ADObject 'OU=Tier1,OU=Servers,DC=contoso,DC=com'
        

Example 2: Find the owner on AdminSDHolder to verify protected object defaults


Get-ADXACLOwner -ADObject 'CN=AdminSDHolder,CN=System,DC=contoso,DC=com'
        

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-ADXACLOwner -Security <ActiveDirectorySecurity> [<CommonParameters>]
#
Parameter set: By Security

Parameters

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

Outputs

ADPlayground.Acl.AclOwnerInfo

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

Parameters

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

Outputs

ADPlayground.Acl.AclOwnerInfo

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

Parameters

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

Outputs

ADPlayground.Acl.AclOwnerInfo