TestimoX

API Reference

Class

Item (DomainJoinComputerOwnerPostureService)

Namespace ADPlayground.Computers.DomainJoinComputerOwnerPostureService
Assembly ADPlayground
Modifiers sealed

Domain-join creator row.

Inheritance

  • Object
  • Item

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

public String SamAccountName { get; set; } #

Computer SAM account name.

public String DistinguishedName { get; set; } #

Computer distinguished name.

public String OperatingSystem { get; set; } #

Operating system caption when available.

public String CreatorSid { get; set; } #

Creator SID captured in ms-DS-CreatorSID.

public String CreatorName { get; set; } #

Resolved creator name when available.

public Boolean Enabled { get; set; } #

Gets a value indicating whether the computer account is enabled.

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

Creation timestamp when available.

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

Last modification timestamp when available.