TestimoX

API Reference

Class

GppPasswordSnapshot

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Snapshot summarising Group Policy Preference passwords discovered in SYSVOL.

Inheritance

  • Object
  • GppPasswordSnapshot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.