TestimoX

API Reference

Class

DirectoryEssentialsLapsAcl

Namespace ADPlayground.DirectoryEssentials
Assembly ADPlayground
Modifiers sealed

LAPS ACL coverage row.

Inheritance

  • Object
  • DirectoryEssentialsLapsAcl

Constructors

public DirectoryEssentialsLapsAcl() #

Properties

public String Name { get; set; } #

Computer name.

public String SamAccountName { get; set; } #

Computer SAM account name.

public String DomainName { get; set; } #

Domain DNS name.

public Boolean Enabled { get; set; } #

Enabled state.

public Boolean IsDC { get; set; } #

True when the computer is a domain controller.

public Nullable<DateTime> WhenChanged { get; set; } #

WhenChanged timestamp.

public Nullable<Boolean> LapsACL { get; set; } #

Legacy LAPS write ACL present.

public Nullable<Boolean> LapsExpirationACL { get; set; } #

Legacy LAPS expiration ACL present.

public Nullable<Boolean> WindowsLAPSACL { get; set; } #

Windows LAPS ACL present.

public Nullable<Boolean> WindowsLAPSExpirationACL { get; set; } #

Windows LAPS expiration ACL present.

public Nullable<Boolean> WindowsLAPSEncryptedPassword { get; set; } #

Windows LAPS encrypted password ACL present.

public Nullable<Boolean> WindowsLAPSEncryptedPasswordHistory { get; set; } #

Windows LAPS encrypted password history ACL present.

public Nullable<Boolean> WindowsLAPSEncryptedDSRMPassword { get; set; } #

Windows LAPS encrypted DSRM password ACL present.

public Nullable<Boolean> WindowsLAPSEncryptedDSRMPasswordHistory { get; set; } #

Windows LAPS encrypted DSRM password history ACL present.

public String OperatingSystem { get; set; } #

Operating system caption.

public String Level0 { get; set; } #

Level0 derived from DN.

public String Level1 { get; set; } #

Level1 derived from DN.

public String DistinguishedName { get; set; } #

Distinguished name.

public Nullable<DateTime> LastLogonDate { get; set; } #

Last logon timestamp.

public Nullable<DateTime> PasswordLastSet { get; set; } #

Password last set timestamp.

public String ServicePrincipalName { get; set; } #

Service principal names.