TestimoX

API Reference

Class

DcTimeConfig

Namespace ADPlayground.DomainControllers.TimeServiceRuntimeChecker
Assembly ADPlayground
Implements
IEquatable<DcTimeConfig>
Modifiers sealed

Runtime Windows Time Service (W32Time) configuration for a single domain controller.

Inheritance

  • Object
  • DcTimeConfig

Constructors

public DcTimeConfig(String DomainController, Boolean IsPdc, String Type, String NtpServer, Nullable<Boolean> NtpClientEnabled, Nullable<Boolean> NtpServerEnabled) #

Runtime Windows Time Service (W32Time) configuration for a single domain controller.

Parameters

DomainController System.String requiredposition: 0
Host name of the domain controller.
IsPdc System.Boolean requiredposition: 1
True when this DC is the PDC emulator.
Type System.String requiredposition: 2
Time provider type (e.g., NT5DS, NTP).
NtpServer System.String requiredposition: 3
NTP server string when Type is NTP.
NtpClientEnabled System.Nullable{System.Boolean} requiredposition: 4
Whether the NTP client provider is enabled.
NtpServerEnabled System.Nullable{System.Boolean} requiredposition: 5
Whether the NTP server provider is enabled.

Methods

public DcTimeConfig <Clone>$() #
Returns: DcTimeConfig
public Void Deconstruct(out String DomainController, out Boolean IsPdc, out String Type, out String NtpServer, out Nullable<Boolean> NtpClientEnabled, out Nullable<Boolean> NtpServerEnabled) #
Returns: Void

Parameters

DomainController String requiredposition: 0
IsPdc Boolean requiredposition: 1
Type String requiredposition: 2
NtpServer String requiredposition: 3
NtpClientEnabled Nullable<Boolean> requiredposition: 4
NtpServerEnabled Nullable<Boolean> requiredposition: 5
public virtual Boolean Equals(DcTimeConfig other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainController { get; set; } #

Host name of the domain controller.

public Boolean IsPdc { get; set; } #

True when this DC is the PDC emulator.

public String Type { get; set; } #

Time provider type (e.g., NT5DS, NTP).

public String NtpServer { get; set; } #

NTP server string when Type is NTP.

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

Whether the NTP client provider is enabled.

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

Whether the NTP server provider is enabled.