Skip to content

Latest commit

 

History

History
144 lines (103 loc) · 3.77 KB

Mount-IscsiVirtualDiskSnapshot.md

File metadata and controls

144 lines (103 loc) · 3.77 KB
external help file Module Name ms.date online version schema title
Microsoft.Iscsi.Target.Commands.dll-Help.xml
IscsiTarget
10/29/2017
2.0.0
Mount-IscsiVirtualDiskSnapshot

Mount-IscsiVirtualDiskSnapshot

SYNOPSIS

Mounts a snapshot locally.

SYNTAX

SnapshotId (Default)

Mount-IscsiVirtualDiskSnapshot [-SnapshotId] <String> [-ComputerName <String>] [-Credential <PSCredential>]
 [<CommonParameters>]

InputObject

Mount-IscsiVirtualDiskSnapshot -InputObject <IscsiVirtualDiskSnapshot> [-ComputerName <String>]
 [-Credential <PSCredential>] [<CommonParameters>]

DESCRIPTION

Note: This cmdlet is deprecated and might be removed in a future release. We recommend that you do not use this cmdlet.

The Mount-IscsiVirtualDiskSnapshot cmdlet mounts a snapshot locally. This cmdlet operates on snapshots in the virtual disk 1.0 (VHD) format only.

Mounting a snapshot locally exposes the snapshot as a disk to the local computer.

Use diskmgmt.msc or cmdlets to bring the disk online.

EXAMPLES

EXAMPLE 1

PS C:\> Mount-IscsiVirtualDiskSnapshot -SnapshotId "{E9A5BA03-85B9-40CA-85DF-DC1695690B40}"

This example mounts the snapshot with the ID {E9A5BA03-85B9-40CA-85DF-DC1695690B40} on the local server, which can be accessed by the backup server to perform backup.

EXAMPLE 2

PS C:\> Mount-IscsiVirtualDiskSnapshot -InputObject $VhdSnapshot

This example mounts the Snapshot object stored in a variable named $VhdSnapshot on the local server, which can be accessed by the backup server to perform backup.

PARAMETERS

-ComputerName

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.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-Credential

Specifies the credentials when connecting to a remote computer.

Type: PSCredential
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-InputObject

Accepts an iSCSI Virtual Disk Snapshot object from the input pipeline.

Type: IscsiVirtualDiskSnapshot
Parameter Sets: InputObject
Aliases: 

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SnapshotId

Specifies the identifier (ID) for the snapshot.

Type: String
Parameter Sets: SnapshotId
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

Microsoft.Iscsi.Target.Commands.IscsiVirtualDiskSnapshot

OUTPUTS

None

NOTES

RELATED LINKS

Dismount-IscsiVirtualDiskSnapshot

Export-IscsiVirtualDiskSnapshot

Get-IscsiVirtualDiskSnapshot

Remove-IscsiVirtualDiskSnapshot

Set-IscsiVirtualDiskSnapshot