Remove-SdPortSetPort
Contributors
Suggest changes
Deletes a specified port from your portset.
Syntax
Remove-SdPortSetPort [-PortSetName] <String> [-Port] <String> [-StorageSystem] <String> [-Session] <String> [-Host] <String>
Detailed Description
Deletes a specified port from your portset.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
PortSetName |
Specifies the name of the portset from which you want to delete a port. |
true |
true (ByPropertyName) |
|
Port |
Specifies the port you want to delete from your portset. |
true |
true (ByPropertyName) |
|
StorageSystem |
Specifies the storage system on which your portset resides. |
true |
true (ByPropertyName) |
|
Session |
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) |