API Reference
Command
Get-ADXForestAclOwner
Returns ACL owners for common directory objects across domains.
Examples
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
- Domain DNS name to query. When omitted, all forest domains are scanned.
- Forest string
- Forest DNS name to enumerate. When omitted, uses the current forest.
- MaxRows int
- Maximum number of rows to return (0 = no limit).
Outputs
ADPlayground.DirectoryEssentials.ForestAclOwnerRow