API Reference
Command
Get-ADXWellKnownFolderAcl
Audits ACLs on well-known AD containers (Users, Computers, System, Builtin, etc.).
Examples
Example 1: Dangerous ACEs across common containers
Get-ADXWellKnownFolderAcl | Select-Object ContainerDistinguishedName,IdentityDisplayName,Rights
Example 2: Include non-dangerous entries and limit to Users and Computers containers
Get-ADXWellKnownFolderAcl -IncludeAll -Containers 'CN=Users','CN=Computers'
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-ADXWellKnownFolderAcl [-Containers <string[]>] [-Domain <string>] [-Identity <string[]>] [-IncludeAll] [-ResolveIdentity] [<CommonParameters>]#Parameters
- Containers string[]
- Limits output to specific KNOWNFOLDERIDs (e.g., Documents, Desktop).
- Domain string
- DNS domain to audit. Defaults to the current domain when omitted.
- Identity string[]
- Optional identities to resolve ACLs for (name or SID).
- IncludeAll SwitchParameter
- Includes all known folders when set (ignores -Containers).
- ResolveIdentity SwitchParameter
- Resolve identity details (domain, SID) in the output.
Outputs
ADPlayground.Acl.WellKnownFolderAclIssue