RemoveComputerCommand Constructor
Creates a new instance of the RemoveComputerCommand class. 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 RemoveComputerCommand
Syntax
'Declaration
Public Sub New
public RemoveComputerCommand ()
public:
RemoveComputerCommand ()
public RemoveComputerCommand ()
public function RemoveComputerCommand ()
Remarks
For more information about this cmdlet, see Remove-Computer in the Microsoft TechNet library.
For Help at the command line, type:
get-help remove-computer
Platforms
Target Platforms
See Also
Reference
RemoveComputerCommand Class
RemoveComputerCommand Members
Microsoft.PowerShell.Commands Namespace