Class PasswordResetStatus
Descriptor of Reset password operation. Returned by the following cmdlets:
Reset-AdmPwdPassword Reset-AdmPwdManagedAccountPasswordInheritance
System.Object
PasswordResetStatus
Namespace: AdmPwd.Types
Assembly: AdmPwd.PDSWrapper.dll
Syntax
public class PasswordResetStatus : Object
Constructors
PasswordResetStatus(string, string, PasswordResetState)
Default constructor
Declaration
public PasswordResetStatus(string accountName, string dn, PasswordResetState state)
Parameters
Type | Name | Description |
---|---|---|
string | accountName | Name of the computer or user account from request |
string | dn | DistinguishedName of computer or user account |
PasswordResetState | state | Result of operation |
Properties
DistinguishedName
DistinguishedName of computer account or managed domain user account
Declaration
public string DistinguishedName { get; }
Property Value
Type | Description |
---|---|
string |
Name
Name of user or computer for which was reset performed
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |
Status
Result of operation
Declaration
public PasswordResetState Status { get; }
Property Value
Type | Description |
---|---|
PasswordResetState |