Table of Contents

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

string

IsAccountLockedOut

Gets or sets whether the computer account is locked out.

public BooleanOption IsAccountLockedOut { get; set; }

Property Value

BooleanOption

IsDomainController

Gets or sets whether the computer account is a domain controller.

public BooleanOption IsDomainController { get; set; }

Property Value

BooleanOption

IsEnabled

Gets or sets whether the computer is enabled.

public BooleanOption IsEnabled { get; set; }

Property Value

BooleanOption

LastLogon

Gets or sets the date and time the computer account last logged on.

public DateTime LastLogon { get; set; }

Property Value

DateTime

Location

Gets or sets the location of the computer.

public string Location { get; set; }

Property Value

string

ManagedBy

Gets or sets the manager of the computer.

public ActiveDirectoryAccountReference ManagedBy { get; set; }

Property Value

ActiveDirectoryAccountReference

Memberships

Gets or sets the groups to which the computer account is a member.

public ActiveDirectoryAccountReferences Memberships { get; set; }

Property Value

ActiveDirectoryAccountReferences

OperatingSystemName

Gets or sets the operating system name recorded in Active Directory.

public string OperatingSystemName { get; set; }

Property Value

string

OperatingSystemServicePack

Gets or sets the operating system service pack recorded in Active Directory.

public string OperatingSystemServicePack { get; set; }

Property Value

string

OperatingSystemVersion

Gets or sets the operating system version recorded in Active Directory.

public string OperatingSystemVersion { get; set; }

Property Value

string

SamAccountName

Gets or sets the SAM account name for the computer.

public string SamAccountName { get; set; }

Property Value

string

SecurityIdentifier

Gets or sets the security identifier of the computer in SDDL format.

public string SecurityIdentifier { get; set; }

Property Value

string

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.