API Reference
Class
GpoPreferencesSummary
Aggregated view of all Group Policy Preferences items parsed from a single GPO.
Inheritance
- Object
- GpoPreferencesSummary
Constructors
public GpoPreferencesSummary() #Inherited Methods
Properties
public IReadOnlyList<GppScheduledTaskEntry> ScheduledTasks { get; set; } #Scheduled task preference items.
public IReadOnlyList<GppGroupChangeEntry> Groups { get; set; } #Local groups membership changes.
public IReadOnlyList<GppServiceEntry> Services { get; set; } #Windows service configuration items.
public IReadOnlyList<GppUserEntry> LocalUsers { get; set; } #Local user account configuration items.
public IReadOnlyList<GppDriveMapEntry> Drives { get; set; } #Drive mapping items.
public IReadOnlyList<GppPrinterEntry> Printers { get; set; } #Printer mapping items.
public IReadOnlyList<GppRegistryItemEntry> RegistryItems { get; set; } #Registry preference items.
public IReadOnlyList<GppShortcutEntry> Shortcuts { get; set; } #Shortcut items.
public IReadOnlyList<GppFileEntry> Files { get; set; } #File copy items.
public IReadOnlyList<GppFolderEntry> Folders { get; set; } #Folder items.
public IReadOnlyList<GppEnvironmentEntry> Environment { get; set; } #Environment variable items.
public IReadOnlyList<GppDataSourceEntry> DataSources { get; set; } #Data source (ODBC DSN) items.
public IReadOnlyList<GppApplicationEntry> Applications { get; set; } #Application items.
public IReadOnlyList<GppControlPanelEntry> ControlPanelItems { get; set; } #Control Panel items.