Dismounts a VNXe LUN or LUN group snapshot to prevent host access.
Dismount-EmcVnxeSnapshot -Snapshot <Vnx2eSnapshot> [-Force] [-Silent] [-WhatIf] [-Confirm] [<CommonParameters>]
Parameters
-Snapshot <Vnx2eSnapshot>
Attributes: Required, Position: 1
LUN or LUN group snapshot to dismount.
-Force <SwitchParameter>
Attributes: Optional, Position: named
Suppresses any user prompts while running the cmdlet.
-Silent <SwitchParameter>
Attributes: Optional, Position: named
Turns off all the informational and verbose messages. However, it still displays errors.
-WhatIf <SwitchParameter>
Attributes: Optional, Position: named
Shows what would happen if the cmdlet runs. The cmdlet is not run.
-Confirm <SwitchParameter>
Attributes: Optional, Position: named
Prompts you for confirmation before running the cmdlet.
<CommonParameters>
This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.
Example
C:\PS>$ss = Get-EmcStorageSystem TestVNXeSystem
$snap = Get-EmcVnxeSnapshot -StorageSystem $ss TestSnap
Dismount-EmcVnxeSnapshot -Snapshot $snap
Gets a LUN snapshot and dismounts it.