API Reference
Class
GpoSysvolFileInventoryRow
Represents a per-GPO SYSVOL file inventory summary.
Inheritance
- Object
- GpoSysvolFileInventoryRow
Constructors
public GpoSysvolFileInventoryRow() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name where the GPO resides.
public String GpoName { get; set; } #GPO display name.
public Guid GpoGuid { get; set; } #GPO GUID (groupPolicyContainer objectGuid).
public String SysvolPath { get; set; } #UNC path to the GPO SYSVOL folder.
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 Double SizeMB { get; set; } #Total size in megabytes (MiB).
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 TopExtensions { get; set; } #Summary of top file extensions by count.
public String Notes { get; set; } #Notes describing missing paths, access denied, or other diagnostics.