TestimoX

API Reference

Command

Get-ADXForestAclOwner

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.DirectoryEssentials.ForestAclOwnerRow

Returns ACL owners for common directory objects across domains.

Examples

Authored help example

Example 1


Get-ADXForestAclOwner -Domain contoso.com
        

Example 2


Get-ADXForestAclOwner -Forest contoso.com -MaxRows 10000
        

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-ADXForestAclOwner [-Domain <string>] [-Forest <string>] [-MaxRows <int>] [<CommonParameters>]
#

Parameters

Domain string optionalposition: namedpipeline: false
Domain DNS name to query. When omitted, all forest domains are scanned.
Forest string optionalposition: namedpipeline: false
Forest DNS name to enumerate. When omitted, uses the current forest.
MaxRows int optionalposition: namedpipeline: false
Maximum number of rows to return (0 = no limit).

Outputs

ADPlayground.DirectoryEssentials.ForestAclOwnerRow