Get-SdIgroup
Gets information about available igroups.
Syntax
Get-SdIgroup [-Name] <String[]> [-Initiators] <String[]> [-LunPath] <String> [-StorageSystem] <String> [-Session] <String> [-Host] <String>
Detailed Description
Gets information about available igroups.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name |
Specifies the name of the igroups about which you want to retrieve information. |
false |
true (ByPropertyName) |
|
Initiators |
Specifies any initiators included in the igroup. |
false |
true (ByPropertyName) |
|
LunPath |
Specifies the LUN on your storage system. |
false |
true (ByPropertyName) |
|
StorageSystem |
Specifies the storage system on which the igroup resides. |
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: Retrieving igroup information
PS C:\> Get-SdIgroup -StorageSystem 172.17.168.13
This exmaple syntax retrieves the igroup information for the specified storage system.