TestimoX

API Reference

Class

SysvolContentRow

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents a summary of SYSVOL/NETLOGON content statistics for a path.

Inheritance

  • Object
  • SysvolContentRow

Constructors

Properties

public String DomainName { get; set; } #

DNS domain name for labeling.

public String ComputerName { get; set; } #

Target computer used for SYSVOL/NETLOGON access (DC or DFS host).

public String Location { get; set; } #

Logical location label (e.g., NETLOGON, SYSVOL Policies, SYSVOL Scripts).

public String Path { get; set; } #

UNC or local path that was scanned.

public Int32 DirectoryCount { get; set; } #

Total directories discovered during scan.

public Int32 FileCount { get; set; } #

Total files discovered during scan.

public Int64 TotalBytes { get; set; } #

Total bytes across all discovered files.

public Nullable<DateTime> OldestLastWriteTimeUtc { get; set; } #

Oldest last write time observed (UTC).

public Nullable<DateTime> NewestLastWriteTimeUtc { get; set; } #

Newest last write time observed (UTC).

public Int32 ScanCap { get; set; } #

Maximum number of filesystem entries to scan.

public Int32 ScannedItems { get; set; } #

Total number of filesystem entries scanned.

public Boolean ScanTruncated { get; set; } #

True when scan stopped early due to ScanCap.

public String Notes { get; set; } #

Notes describing missing paths, access denied, or other diagnostics.