API Reference
Interface
IDcPasswordAgeChecker
Provides methods for checking domain controller computer account password age.
Methods
public abstract Void CheckAll() #Returns:
VoidValidates the password age for all discovered domain controllers.
public abstract Void CheckDc(String dcName) #Returns:
VoidChecks the password age for the specified domain controller and logs warnings when outdated.
Parameters
- dcName System.String
- 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
- 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.