Remove-Wms System

Removes a computer from the list of managed systems.

Syntax

Remove-WmsSystem
      [-ComputerName] <String[]>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-WmsSystem cmdlet removes the specified computer from the list of managed systems so that it is no longer remotely managed.

Examples

Example 1: Remove a MultiPoint system

PS C:\> Remove-WmsSystem -ComputerName "sample.microsoft.com"

This command removes the computer named sample.microsoft.com from the collection of computers that can be managed.

Parameters

-ComputerName

Specifies an array of computer host names from the MultiPoint system to remove.

Type: String [ ]
Position: 0
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Aliases: cf
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Aliases: wi
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

Inputs

String [ ]

Outputs

Microsoft.WindowsServerSolutions.MultipointServer.PowerShell.Commands.Library.WmsSystem