API Reference
Command
Get-ADXACLOwner
Retrieves owner information from an Active Directory security descriptor or entry.
Examples
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 SecurityParameters
- Security ActiveDirectorySecurity
- ActiveDirectorySecurity instance to inspect.
Outputs
ADPlayground.Acl.AclOwnerInfo
Get-ADXACLOwner -Entry <DirectoryEntry> [<CommonParameters>]#Parameter set:
By EntryParameters
- Entry DirectoryEntry
- DirectoryEntry object to inspect.
Outputs
ADPlayground.Acl.AclOwnerInfo
Get-ADXACLOwner -ADObject <string> [<CommonParameters>]#Parameter set:
By ADObjectParameters
- ADObject string
- Distinguished name of the object to inspect.
Outputs
ADPlayground.Acl.AclOwnerInfo