Skip to main content
SnapCenter 6.0 cmdlets

Remove-SdStorage

Contributors

Deletes a LUN and everything associated with it.

Syntax

Remove-SdStorage [-Path]  <String>  [-IgnoreVolumeMountPoint]  <>  [-Session]  <String>  [-Host]  <String>

Detailed Description

Deletes a LUN and everything associated with it.

Parameters

Name Description Required? Pipeline Input Default Value

Path

Specifies you LUN share path using this format: :D

true

true (ByPropertyName)

IgnoreVolumeMountPoint

false

true (ByPropertyName)

Session

Specifies the session ID from Open-SmConnection.

false

true (ByPropertyName)

Host

Specifies the name or IP address of the host on which you execute the operation. The default is your local machine.

false

true (ByPropertyName)

Examples

Example 1: Deleting a LUN

 PS C:\> Remove-SdStorage -Path V:

This example syntax deletes the specified LUN.