Share via


ResetComputerMachinePasswordCommand Constructor

Creates a new ResetComputerMachinePasswordCommand object. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.This constructor is introduced by Windows PowerShell 2.0.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As New ResetComputerMachinePasswordCommand

Syntax

'Declaration
Public Sub New
public ResetComputerMachinePasswordCommand ()
public:
ResetComputerMachinePasswordCommand ()
public ResetComputerMachinePasswordCommand ()
public function ResetComputerMachinePasswordCommand ()

Remarks

For more information about this cmdlet, see Reset-ComputerMachinePassword in the Microsoft TechNet library.

For Help at the command line, type:

get-help reset-computermachinepassword

Platforms

Target Platforms

See Also

Reference

ResetComputerMachinePasswordCommand Class
ResetComputerMachinePasswordCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK