PowerShell Logo Small

Rename-VMSnapshot



This is the built-in help made by Microsoft for the command 'Rename-VMSnapshot', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Renames a virtual machine snapshot.

SYNTAX


Rename-VMSnapshot [-Name] <String> [-VMName] <String> [-NewName] <String> [-ComputerName <String[]>] [-Passthru] [<CommonParameters>]
Rename-VMSnapshot [-VM] <VirtualMachine> [-NewName] <String> [-Passthru] -Name <String> [<CommonParameters>]
Rename-VMSnapshot [-VMSnapshot] <VMSnapshot> [-NewName] <String> [-Passthru] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Rename-VMSnapshot cmdlet renames a virtual machine snapshot.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Rename-VMSnapshot –VMName TestVM –Name “Configuration 2” –NewName “Configuration 2: applied all updates“



Renames snapshot Configuration 2 of virtual machine TestVM to Configuration 2: applied all updates.