Rename-SdIgroup
Contributors
Suggest changes
Renames your specified igroup.
Syntax
Rename-SdIgroup [-Name] <String> [-NewName] <String> [-StorageSystem] <String> [-Session] <String> [-Host] <String>
Detailed Description
Renames your specified igroup.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name |
Specifies the name of the igroup you want to rename. |
true |
true (ByPropertyName) |
|
NewName |
Specifies the new name of the igroup you are renaming. |
true |
true (ByPropertyName) |
|
StorageSystem |
Specifies the storage system on which the igroup you want to rename is located. |
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: Renaming an igroup
PS C:\> Rename-SdIgroup -Name IG_Demo -NewName IG_Demo_Renamed -StorageSystem 172.17.168.13
This examples syntax renames an existing igroup.