Class ActiveDirectoryComputer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory computer.
public class ActiveDirectoryComputer : ActiveDirectoryObjectBase, IComparable<ActiveDirectoryObjectBase>
- Inheritance
-
ActiveDirectoryComputer
- Implements
- Inherited Members
Constructors
ActiveDirectoryComputer()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer class.
public ActiveDirectoryComputer()
Properties
HostName
Gets or sets the fully qualified domain name of the computer.
public string HostName { get; set; }
Property Value
IsAccountLockedOut
Gets or sets whether the computer account is locked out.
public BooleanOption IsAccountLockedOut { get; set; }
Property Value
IsDomainController
Gets or sets whether the computer account is a domain controller.
public BooleanOption IsDomainController { get; set; }
Property Value
IsEnabled
Gets or sets whether the computer is enabled.
public BooleanOption IsEnabled { get; set; }
Property Value
LastLogon
Gets or sets the date and time the computer account last logged on.
public DateTime LastLogon { get; set; }
Property Value
Location
Gets or sets the location of the computer.
public string Location { get; set; }
Property Value
ManagedBy
Gets or sets the manager of the computer.
public ActiveDirectoryAccountReference ManagedBy { get; set; }
Property Value
Memberships
Gets or sets the groups to which the computer account is a member.
public ActiveDirectoryAccountReferences Memberships { get; set; }
Property Value
OperatingSystemName
Gets or sets the operating system name recorded in Active Directory.
public string OperatingSystemName { get; set; }
Property Value
OperatingSystemServicePack
Gets or sets the operating system service pack recorded in Active Directory.
public string OperatingSystemServicePack { get; set; }
Property Value
OperatingSystemVersion
Gets or sets the operating system version recorded in Active Directory.
public string OperatingSystemVersion { get; set; }
Property Value
SamAccountName
Gets or sets the SAM account name for the computer.
public string SamAccountName { get; set; }
Property Value
SecurityIdentifier
Gets or sets the security identifier of the computer in SDDL format.
public string SecurityIdentifier { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer object.
public ActiveDirectoryComputer Clone()
Returns
- ActiveDirectoryComputer
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryComputer object.