API Reference
Class
GppPasswordSnapshot
Snapshot summarising Group Policy Preference passwords discovered in SYSVOL.
Inheritance
- Object
- GppPasswordSnapshot
Constructors
public GppPasswordSnapshot() #Inherited Methods
Properties
public String DomainName { get; set; } #Domain DNS name for which the scan was performed.
public Boolean ScanSucceeded { get; set; } #True when the scan succeeded.
public String FailureReason { get; set; } #Error message when the scan failed; otherwise null.
public IReadOnlyList<GppPasswordDetail> Entries { get; set; } #List of discovered preference password entries.