Stop-Wms System

Shuts down a computer that is running Windows MultiPoint Server.

Syntax

Stop-WmsSystem
    [-Server <String>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Stop-WmsSystem cmdlet shuts down a computer that is running MultiPoint Server by using a Windows Management Instrumentation (WMI) call.

Examples

Example 1

PS C:\> Stop-WmsSystem

This command shuts down the system.

Optional Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

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

Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.

Type: String
Aliases: ComputerName
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
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: None
Accept pipeline input: False
Accept wildcard characters: False

Inputs

System.String

Outputs

System.Object