New-VMXsnapshot
NAME
New-VMXSnapshot
ÜBERSICHT
A brief description of the New-VMXSnapshot function.
SYNTAX
New-VMXSnapshot [-VMXName] <String> [[-Path] <String>] [[-SnapshotName] <String>] [<CommonParameters>]
BESCHREIBUNG
Creates a new Snapshot for the Specified VM(s)
PARAMETER
-VMXName <String>
-Path <String>
-SnapshotName <String>
Name of the Snapshot
<CommonParameters>
Dieses Cmdlet unterstützt folgende allgemeine Parameter: “Verbose”, “Debug”,
“ErrorAction”, “ErrorVariable”, “WarningAction”, “WarningVariable”,
“OutBuffer”, “PipelineVariable” und “OutVariable”. Weitere Informationen finden Sie unter
“about_CommonParameters” (http://go.microsoft.com/fwlink/?LinkID=113216).
————————– BEISPIEL 1 ————————–
PS C:\>New-VMXSnapshot -Name ‘Value1’ -SnapshotName ‘Value2’
‘This is the output’
This example shows how to call the New-VMXSnapshot function with named parameters.
HINWEISE
Zum Aufrufen der Beispiele geben Sie Folgendes ein: “get-help New-VMXSnapshot -examples”.
Weitere Informationen erhalten Sie mit folgendem Befehl: “get-help New-VMXSnapshot -detailed”.
Technische Informationen erhalten Sie mit folgendem Befehl: “get-help New-VMXSnapshot -full”.