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

Generated fallback example

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 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