API Reference
Class
GpoMissingSysvolFilesRow
Represents a per-GPO summary of missing SYSVOL files/folders (COM-free).
Inheritance
- Object
- GpoMissingSysvolFilesRow
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public GpoMissingSysvolFilesRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String GpoName { get; set; } #GPO display name.
public Guid GpoGuid { get; set; } #GPO GUID (groupPolicyContainer objectGuid).
public String DomainName { get; set; } #DNS domain name where the GPO resides.
public String SysvolPath { get; set; } #UNC path to the GPO SYSVOL folder.
public Int32 ErrorCount { get; set; } #Total number of missing items detected.
public IReadOnlyList<String> ErrorCategory { get; set; } #Error categories (parallel to ErrorDetails).
public IReadOnlyList<String> ErrorDetails { get; set; } #Error details (parallel to ErrorCategory).
public String Notes { get; set; } #Notes describing access denied, truncated checks, or other diagnostics.