Table of Contents

Class WindowsLapsSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the local administrator password solution (LAPS) on a Windows machine that is a domain member.

public class WindowsLapsSettings : BypassSection
Inheritance
WindowsLapsSettings
Inherited Members

Constructors

WindowsLapsSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsLapsSettings class.

public WindowsLapsSettings()

Properties

AdminAccountName

Gets or sets the administrator account name.

public string AdminAccountName { get; set; }

Property Value

string

DllLocation

Gets or sets the location of the LAPS Group Policy extension .dll file - for example "C:\Program Files\LAPS\CSE\AdmPwd.dll".

public string DllLocation { get; set; }

Property Value

string

DllVersion

Gets or sets the version of the LAPS Group Policy extension .dll on the machine.

public SerializableVersion DllVersion { get; set; }

Property Value

SerializableVersion

Enabled

Gets or sets whether LAPS is enabled on the machine.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

IsInstalled

Gets or sets whether LAPS is installed on the machine.

public BooleanOption IsInstalled { get; set; }

Property Value

BooleanOption

PasswordAgeDays

Gets or sets the maximum age of the password in days.

public int PasswordAgeDays { get; set; }

Property Value

int

PasswordComplexityType

Gets or sets the password complexity type to use.

public WindowsLapsPasswordComplexityType PasswordComplexityType { get; set; }

Property Value

WindowsLapsPasswordComplexityType

PasswordComplexityTypeString

Gets the password complexity type as a human readable string.

public string PasswordComplexityTypeString { get; set; }

Property Value

string

PasswordExpirationProtectionEnabled

Gets or sets whether to not allow a password expiration time longer than required by policy.

public BooleanOption PasswordExpirationProtectionEnabled { get; set; }

Property Value

BooleanOption

PasswordLength

Gets or sets the length of the password to generate.

public int PasswordLength { get; set; }

Property Value

int

Methods

ToString()

Returns the CENTREL.XIA.Configuration.Types.WindowsLapsSettings as a human readable string.

public override string ToString()

Returns

string

The CENTREL.XIA.Configuration.Types.WindowsLapsSettings as a human readable string.