TestimoX

API Reference

Class

View (FsmoRolePostureService)

Namespace ADPlayground.Domains.FsmoRolePostureService
Assembly ADPlayground
Modifiers sealed

Aggregated FSMO posture view.

Inheritance

  • Object
  • View

Constructors

public View() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String DomainName { get; set; } #

Domain context used for evaluation when available.

public Int32 RoleHolderCount { get; set; } #

Total FSMO role holders projected.

public Int32 ForestRoleCount { get; set; } #

Total forest-scoped role holders.

public Int32 DomainRoleCount { get; set; } #

Total domain-scoped role holders.

public Int32 UniqueServerCount { get; set; } #

Total unique servers hosting FSMO roles.

public Int32 OfflineRoleCount { get; set; } #

Total role holders that appear offline.

public Int32 ReadOnlyRoleCount { get; set; } #

Total role holders that appear read-only.

public Int32 FailedBestPracticeCount { get; set; } #

Total failed best-practice checks.

public Boolean SchemaMasterOnline { get; set; } #

True when the Schema Master appears online.

public Boolean SchemaMasterWritable { get; set; } #

True when the Schema Master appears writable.

public Boolean NamingMasterOnline { get; set; } #

True when the Domain Naming Master appears online.

public Boolean NamingMasterWritable { get; set; } #

True when the Domain Naming Master appears writable.

public Boolean PdcOnline { get; set; } #

True when the PDC Emulator appears online.

public Boolean PdcWritable { get; set; } #

True when the PDC Emulator appears writable.

public Boolean RidOnline { get; set; } #

True when the RID Master appears online.

public Boolean RidWritable { get; set; } #

True when the RID Master appears writable.

public Boolean InfrastructureOnline { get; set; } #

True when the Infrastructure Master appears online.

public Boolean InfrastructureWritable { get; set; } #

True when the Infrastructure Master appears writable.

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

Projected role-holder items.

public IReadOnlyList<BestPracticeItem> BestPractices { get; set; } #

Projected best-practice items.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.