RemoveComputerCommand Class

The Remove-Computer cmdlet class that is implemented by Windows PowerShell. 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 class is introduced in Windows PowerShell 2.0.

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

Usage

'Usage
Dim instance As RemoveComputerCommand

Syntax

'Declaration
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
<CmdletAttribute("Remove", "Computer", SupportsShouldProcess:=True, DefaultParameterSetName:="Local", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=135246", RemotingCapability:=RemotingCapability.SupportedByCommand)> _
Public Class RemoveComputerCommand
    Inherits PSCmdlet
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
[CmdletAttribute("Remove", "Computer", SupportsShouldProcess=true, DefaultParameterSetName="Local", HelpUri="https://go.microsoft.com/fwlink/?LinkID=135246", RemotingCapability=RemotingCapability.SupportedByCommand)] 
public class RemoveComputerCommand : PSCmdlet
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
[CmdletAttribute(L"Remove", L"Computer", SupportsShouldProcess=true, DefaultParameterSetName=L"Local", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=135246", RemotingCapability=RemotingCapability::SupportedByCommand)] 
public ref class RemoveComputerCommand : public PSCmdlet
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
/** @attribute CmdletAttribute("Remove", "Computer", SupportsShouldProcess=true, DefaultParameterSetName="Local", HelpUri="https://go.microsoft.com/fwlink/?LinkID=135246", RemotingCapability=RemotingCapability.SupportedByCommand) */ 
public class RemoveComputerCommand extends PSCmdlet
OutputTypeAttribute(System.Compiler.TypeNode[]) 
CmdletAttribute("Remove", "Computer", SupportsShouldProcess=true, DefaultParameterSetName="Local", HelpUri="https://go.microsoft.com/fwlink/?LinkID=135246", RemotingCapability=RemotingCapability.SupportedByCommand) 
public class RemoveComputerCommand extends PSCmdlet

Remarks

This cmdlet removes computers from workgroups or domains. 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

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
        Microsoft.PowerShell.Commands.RemoveComputerCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

RemoveComputerCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK