Class ActiveDirectoryDomainControllerHostInformation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the host information for an Active Directory domain controller.
public class ActiveDirectoryDomainControllerHostInformation : BypassSection
- Inheritance
-
ActiveDirectoryDomainControllerHostInformation
- Inherited Members
Constructors
ActiveDirectoryDomainControllerHostInformation()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainControllerHostInformation class.
public ActiveDirectoryDomainControllerHostInformation()
Properties
ComputerFqdn
Gets or sets the fully qualified host name of the server.
public string ComputerFqdn { get; set; }
Property Value
DatabaseDirectorySecurityDescriptor
Gets or sets the security descriptor for the database directory.
public NtfsSecurityDescriptor DatabaseDirectorySecurityDescriptor { get; set; }
Property Value
DatabasePath
Gets or sets the Active Directory database folder location on the domain controller - for example "C:\Windows\NTDS".
public string DatabasePath { get; set; }
Property Value
LogFilesDirectorySecurityDescriptor
Gets or sets the security descriptor for the log files directory.
public NtfsSecurityDescriptor LogFilesDirectorySecurityDescriptor { get; set; }
Property Value
LogFilesPath
Gets or sets the Active Directory log files location on the domain controller - for example "C:\Windows\NTDS".
public string LogFilesPath { get; set; }
Property Value
Manufacturer
Gets or sets the manufacturer of the server.
public string Manufacturer { get; set; }
Property Value
Model
Gets or sets the model of the server.
public string Model { get; set; }
Property Value
Name
Gets or sets the NetBIOS name of the server.
public string Name { get; set; }
Property Value
OperatingSystemName
Gets or sets the operating system name - for example "Microsoft Windows Server 2022 Datacenter".
public string OperatingSystemName { get; set; }
Property Value
Processors
Gets or sets the names of the processors installed on the remote machine - for example "Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz".
public SerializableStringCollection Processors { get; set; }
Property Value
- SerializableStringCollection
SerialNumber
Gets or sets the serial number of the server.
public string SerialNumber { get; set; }
Property Value
ServicePack
Gets or sets the service version of this server - for example "Service Pack 1".
public string ServicePack { get; set; }
Property Value
ServicePackString
Gets the service pack version of this server as a human readable string - for example "Service Pack 1" or "[None Installed]".
public string ServicePackString { get; set; }
Property Value
SysvolDirectorySecurityDescriptor
Gets or sets the security descriptor for the SYSVOL directory.
public NtfsSecurityDescriptor SysvolDirectorySecurityDescriptor { get; set; }
Property Value
SysvolPath
Gets or sets the Active Directory SYSVOL location on the domain controller - for example "C:\Windows\SYSVOL".
public string SysvolPath { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainControllerHostInformation object.
public ActiveDirectoryDomainControllerHostInformation Clone()
Returns
- ActiveDirectoryDomainControllerHostInformation
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainControllerHostInformation object.
ToString()
Returns the host information as a human readable string.
public override string ToString()
Returns
- string
The host information as a human readable string.