TestimoX

API Reference

Command

Restore-ADXGpoAclDefault

Namespace ADPlayground.PowerShell
Outputs
System.Boolean

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

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 requiredposition: namedpipeline: false
Domain where the target Group Policy Object resides.
Id Guid requiredposition: namedpipeline: false
GUID of the Group Policy Object to restore the default ACL on.

Outputs

System.Boolean