PowerShell Logo Small

Set-IscsiVirtualDiskSnapshot



This is the built-in help made by Microsoft for the command 'Set-IscsiVirtualDiskSnapshot', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Sets the description for a snapshot.

SYNTAX


Set-IscsiVirtualDiskSnapshot [-SnapshotId] <String> [-ComputerName <String>] [-Credential <PSCredential>] [-Description <String>] [-PassThru] [<CommonParameters>]
Set-IscsiVirtualDiskSnapshot [-ComputerName <String>] [-Credential <PSCredential>] [-Description <String>] [-PassThru] -InputObject <IscsiVirtualDiskSnapshot>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-IscsiVirtualDiskSnapshot cmdlet sets the description for a snapshot.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294089
Dismount-IscsiVirtualDiskSnapshot
Export-IscsiVirtualDiskSnapshot
Get-IscsiVirtualDiskSnapshot
Mount-IscsiVirtualDiskSnapshot
Remove-IscsiVirtualDiskSnapshot

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Set-IscsiVirtualDiskSnasphot –SnapshotId "{E9A5BA03-85B9-40CA-85DF-DC1695690B40}" -Description "before upgrade"



This example sets a snapshot with the ID {E9A5BA03-85B9-40CA-85DF-DC1695690B40} to have the description before upgrade.