TestimoX

API Reference

Command

Restore-ADXLgpo

Namespace ADPlayground.PowerShell

Restores Local GPO from a folder saved by Save-ADXLgpo.

Examples

Authored help example

Example 1: Restore from a previous backup


Restore-ADXLgpo C:\LGPOBackup
        

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-ADXLgpo -Path <string> [<CommonParameters>]
#

Parameters

Path string requiredposition: 0pipeline: false
Path to a folder produced by Save-ADXLgpo.