Restart-Wms System

Restarts a computer that is running MultiPoint Server.

Syntax

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

Description

The Restart-WmsSystem cmdlet restarts the specified computer that is running Windows MultiPoint Server by using a Windows Management Instrumentation (WMI) call.

Examples

Example 1: Restart a MultiPoint server

PS C:\> Restart-WmsSystem -Server "sample.microsoft.com"

This command restarts the MultiPoint server sample.microsoft.com.

Optional Parameters

-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
-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: False
Accept pipeline input: False
Accept wildcard characters: False