API Reference
Command
Get-ADXACLOwner
Retrieves owner information from an Active Directory security descriptor or entry.
Examples
Generated fallback example from parameter set 'By ADObject'.
Get-ADXACLOwner -ADObject 'Value'
Generated fallback example from parameter set 'By Entry'.
Get-ADXACLOwner -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-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