Restart-LabVM

SYNOPSIS

Restart a machine

SYNTAX

Restart-LabVM [-ComputerName] <String[]> [-Wait] [-ShutdownTimeoutInMinutes <Double>]
 [-ProgressIndicator <Int32>] [-NoDisplay] [-NoNewLine] [<CommonParameters>]

DESCRIPTION

Restarts one or more lab machines

EXAMPLES

Example 1

PS C:\> Restart-LabVm -ComputerName SQL01 -Wait -NoDisplay

Wait for SQL01 to restart fully before continuing with the script.

PARAMETERS

-ComputerName

The computer names

Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-NoDisplay

Indicates that no console output should be displayed

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-NoNewLine

Indicates that no new lines should be inserted into the output

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ProgressIndicator

Every n seconds, print a . to the console

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ShutdownTimeoutInMinutes

The restart timeout in minutes

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Wait

Indicates that we should wait for the restart to complete

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES