API Reference
Command
Restore-ADXGpoAclDefault
Restores the default GPO ACL (owner + default DACL). TODO: Implement via ADPlayground.Gpo.GpoAclUpdater. Reference: GPOZaurr Restore-ADXACLDefault (name aligns here).
Examples
Generated fallback example from command syntax.
Restore-ADXGpoAclDefault -Domain 'Value' -Id '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
Restore-ADXGpoAclDefault -Domain <string> -Id <Guid> [<CommonParameters>]#Parameters
- Domain string
- Domain where the target Group Policy Object resides.
- Id Guid
- GUID of the Group Policy Object to restore the default ACL on.
Outputs
System.Boolean