Table of Contents

Class GroupPolicyLocalUser

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory Group Policy local user.

public class GroupPolicyLocalUser : GroupPolicyLocalAccountBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyLocalUser
Implements
Inherited Members

Constructors

GroupPolicyLocalUser()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyLocalUser class.

public GroupPolicyLocalUser()

Properties

AccountDisabled

Gets or sets whether the account is disabled.

public BooleanOption AccountDisabled { get; set; }

Property Value

BooleanOption

AccountTypeString

Gets or sets the account type as a human readable string.

public override string AccountTypeString { get; set; }

Property Value

string

ExpiryDate

Gets or sets the expiry date of the account.

public DateTime ExpiryDate { get; set; }

Property Value

DateTime

FullName

Gets or sets the full name for the user account.

public string FullName { get; set; }

Property Value

string

NewName

Gets or sets the new name for the user account.

public string NewName { get; set; }

Property Value

string

Password

Gets or sets the encrypted password of the user account (deprecated).

public string Password { get; set; }

Property Value

string

PasswordNeverExpires

Gets or sets whether the password never expires.

public BooleanOption PasswordNeverExpires { get; set; }

Property Value

BooleanOption

UserCannotChangePassword

Gets or sets whether the user cannot change password.

public BooleanOption UserCannotChangePassword { get; set; }

Property Value

BooleanOption

UserMustChangePassword

Gets or sets whether the user must change password at next logon.

public BooleanOption UserMustChangePassword { get; set; }

Property Value

BooleanOption

Username

Gets or sets the username of the user account.

public string Username { get; set; }

Property Value

string