Get-IscsiVirtualDiskSnapshot
Get-IscsiVirtualDiskSnapshot
Gets the properties of the iSCSI virtual disk snapshots.
Syntax
Parameter Set: Device
Get-IscsiVirtualDiskSnapshot [[-OriginalPath] <String> ] [ <CommonParameters>]
Parameter Set: __AllParameterSets
Get-IscsiVirtualDiskSnapshot [-ComputerName <String> ] [-Credential <PSCredential> ] [ <CommonParameters>]
Parameter Set: SnapshotId
Get-IscsiVirtualDiskSnapshot [-SnapshotId <String> ] [ <CommonParameters>]
Detailed Description
The Get-IscsiVirtualDiskSnapshot cmdlet gets properties of snapshots on a iSCSI virtual disk.
Parameters
-ComputerName<String>
Specifies the computer name, or IP address, of the remote computer, if this cmdlet is run on a remote computer.
Specifies the cluster resource group network name, or cluster node name, if this cmdlet is run on a cluster configuration.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
-Credential<PSCredential>
Specifies the credentials when connecting to a remote computer.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
-OriginalPath<String>
Specifies the path of the virtual hard disk (VHD) file that is associated with the iSCSI virtual disk to which the snapshot belongs.
Aliases |
Path |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
-SnapshotId<String>
Specifies the identifier (ID) for the snapshot.
Aliases |
none |
Required? |
false |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
True (ByPropertyName) |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
- Microsoft.Iscsi.Target.Commands.IscsiVirtualDisk
Outputs
The output type is the type of the objects that the cmdlet emits.
- Microsoft.Iscsi.Target.Commands.IscsiVirtualDiskSnapshot
Examples
EXAMPLE 1
This example gets all of the virtual disk snapshots on the local server.
PS C:\> Get-IscsiVirtualDiskSnapshot
EXAMPLE 2
This example gets all of the virtual disk snapshots with the Id {E9A5BA03-85B9-40CA-85DF-DC1695690B40} on the local server.
PS C:\> Get-IscsiVirtualDiskSnapshot -SnapshotId "{E9A5BA03-85B9-40CA-85DF-DC1695690B40}"
EXAMPLE 3
This example gets the snapshots that were taken for the virtual disk E:\temp\test.vhd.
PS C:\> Get-IscsiVirtualDiskSnapshot -Path "E:\temp\test.vhd"
Related topics
Dismount-IscsiVirtualDiskSnapshot
Export-IscsiVirtualDiskSnapshot
Mount-IscsiVirtualDiskSnapshot