TestimoX

API Reference

Class

GpoMissingSysvolFilesRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents a per-GPO summary of missing SYSVOL files/folders (COM-free).

Inheritance

  • Object
  • GpoMissingSysvolFilesRow

Constructors

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.