Remove-EmcVnxeSnapshot

Deletes a snapshot from a VNXe system.

Note: This command is for VNXe3200 systems only.

 

Syntax

Remove-EmcVnxeSnapshot -Snapshot <Vnx2eSnapshot> [-Force] [-Silent] [-WhatIf] [-Confirm] [<CommonParameters>]

 

Parameters

-Snapshot <Vnx2eSnapshot>

Attributes: Required, Position: 1

Specifies the snapshot to delete.

 

-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>$snap = Get-EmcVnxeSnapshot TestSnap

Remove-EmcVnxeSnapshot -Snapshot $snap

Deletes a snapshot.