API Reference
Class
LocalGpoBackupService
Backs up Local GPO (Machine/User) to a folder and restores it.
Inheritance
- Object
- LocalGpoBackupService
Methods
public static Void Restore(String directory) #Returns:
VoidRestores Local GPO from a backup directory produced by Options).
Parameters
- directory System.String
- Backup directory.
public static Void Save(String directory, Options options = null) #Returns:
VoidSaves the Local GPO to a backup directory.
Parameters
- directory System.String
- Destination directory to create/populate.
- options ADPlayground.Gpo.GpoLocal.LocalGpoBackupService.Options = null
- Optional inclusion settings.