TestimoX

API Reference

Class

GppUserEntry

Namespace ADPlayground.Gpo.Preferences
Assembly ADPlayground
Modifiers sealed

Represents a GPP Local User configuration item.

Inheritance

Constructors

public GppUserEntry() #

Properties

public String UserName { get; set; } #

Local user name.

public String FullName { get; set; } #

Full display name.

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

Whether the account should be disabled.

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

Whether the password never expires flag is set.

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

Require password change at next logon.

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

Prevent the user from changing their password.