PowerShell Logo Small

Export-IscsiVirtualDiskSnapshot



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

SYNTAX


Export-IscsiVirtualDiskSnapshot [-SnapshotId] <String> [-ComputerName <String>] [<CommonParameters>]
Export-IscsiVirtualDiskSnapshot [-ComputerName <String>] -InputObject <IscsiVirtualDiskSnapshot> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Export-IscsiVirtualDiskSnapshot cmdlet exports a snapshot. This cmdlet creates a Virtual Disk object and associates the snapshot with it.
Once the Virtual Disk object adds to a target, the initiator can access the snapshot.



<

RELATED LINKS


REMARKS

<

Examples


EXAMPLE 1

PS C:\> Export-IscsiVirtualDiskSnapshot –Snapshot "{E9A5BA03-85B9-40CA-85DF-DC1695690B40}"



This example exposes a snapshot with the Id {E9A5BA03-85B9-40CA-85DF-DC1695690B40} as a Virtual Disk object. To access it, assign the virtual
disk with path "\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy{41667F16-0FDD-11E1-BA2A-0010184F53D6}\vhd01" to a target.