TestimoX

API Reference

Interface

IDcPasswordAgeChecker

Namespace ADPlayground
Assembly ADPlayground
Modifiers abstract

Provides methods for checking domain controller computer account password age.

Methods

public abstract Void CheckAll() #
Returns: Void

Validates the password age for all discovered domain controllers.

public abstract Void CheckDc(String dcName) #
Returns: Void

Checks the password age for the specified domain controller and logs warnings when outdated.

Parameters

dcName System.String requiredposition: 0
Domain controller name.
public abstract Nullable<DateTime> GetPasswordLastSet(String dcName) #
Returns: Nullable<DateTime>

Retrieves the last password set time for the specified domain controller.

Parameters

dcName System.String requiredposition: 0
Domain controller name.

Returns

The time the password was last set, or null if unavailable.

Properties

public abstract Int32 ThresholdDays { get; set; } #

Gets or sets the age threshold, in days, after which a domain controller password is considered stale.