Skip to main content
SnapCenter 6.0 cmdlets

Remove-SdIgroup

Contributors

Removes an igroup from your storage system.

Syntax

Remove-SdIgroup [-Name]  <String>  [-StorageSystem]  <String>  [-Session]  <String>  [-Host]  <String>

Detailed Description

Removes an igroup from your storage system.

Parameters

Name Description Required? Pipeline Input Default Value

Name

Specifies the name of the igroup you want to remove from your storage system.

true

true (ByPropertyName)

StorageSystem

Specifies the storage system from which you want to remove the igroup.

true

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: Removing an igroup

 PS C:\> Remove-SdIgroup -Name IG_Demo -StorageSystem 172.17.168.13

This example syntax removes the a specific igroup from the specified storage system.