TestimoX

API Reference

Class

GppPasswordSnapshot

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Snapshot summarising Group Policy Preference passwords discovered in SYSVOL.

Inheritance

  • Object
  • GppPasswordSnapshot

Constructors

public GppPasswordSnapshot() #

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.