PowerShell Logo Small

Export-VMSnapshot



This is the built-in help made by Microsoft for the command 'Export-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

Exports a virtual machine snapshot to disk.

SYNTAX


Export-VMSnapshot [-Name] <String[]> [-Path] <String> [-AsJob] [-ComputerName <String[]>] [-Passthru] -VMName <String[]> [-Confirm] [-WhatIf]
[<CommonParameters>]
Export-VMSnapshot [-VM] <VirtualMachine[]> [-Path] <String> [-AsJob] [-Passthru] -Name <String[]> [-Confirm] [-WhatIf] [<CommonParameters>]
Export-VMSnapshot [-VMSnapshot] <VMSnapshot[]> [-Path] <String> [-AsJob] [-Passthru] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Export-VMSnapshot cmdlet exports a virtual machine snapshot to disk.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Export-VMSnapshot –Name ‘Base Image’ –VMName TestVM –Path D:\



Exports snapshot Base Image of virtual machine TestVM to D:\.