Skip to content

Pop‑VMLatestSnapshot

viscalyxbot edited this page Feb 28, 2025 · 1 revision

SYNOPSIS

Sets the latest snapshot of a virtual machine and starts it.

SYNTAX

Pop-VMLatestSnapshot [-ServerName] <String> [<CommonParameters>]

DESCRIPTION

The Pop-VMLatestSnapshot command sets the latest snapshot of a virtual machine specified by the $ServerName parameter and starts it.

EXAMPLES

EXAMPLE 1

Pop-VMLatestSnapshot -ServerName 'VM1'

Sets the latest snapshot of the virtual machine named "VM1" and starts it.

PARAMETERS

-ServerName

Specifies the name of the server for which to set the latest snapshot.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
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

RELATED LINKS

Clone this wiki locally