TestimoX

API Reference

Class

View (DomainJoinComputerOwnerPostureService)

Namespace ADPlayground.Computers.DomainJoinComputerOwnerPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated domain-join creator posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

public Boolean CollectionSucceeded { get; set; } #

Gets a value indicating whether collection completed.

public String CollectionError { get; set; } #

Collection error details when collection fails.

public Int32 ComputerCount { get; set; } #

Total rows before row limiting.

public Int32 EnabledComputerCount { get; set; } #

Enabled computers in the result set.

public Int32 DistinctCreatorSidCount { get; set; } #

Number of distinct creator SIDs.

public Boolean Truncated { get; set; } #

Gets a value indicating whether output rows were truncated.

public IReadOnlyList<Item> Items { get; set; } #

Computer accounts with creator SIDs.

public IReadOnlyList<Item> EnabledComputers { get; set; } #

Enabled computer accounts with creator SIDs.