Skip to main content
SnapCenter 6.0 cmdlets

Add-SdPortSetPort

Contributors

Adds a port to an existing portset.

Syntax

Add-SdPortSetPort [-PortSetName]  <String>  [-Port]  <String>  [-StorageSystem]  <String>  [-Session]  <String>  [-Host]  <String>

Detailed Description

Adds a port to an existing portset.

Parameters

Name Description Required? Pipeline Input Default Value

PortSetName

Specifies the name of the portset to which you want to add a new port.

true

true (ByPropertyName)

Port

Specifies the name of the port you want to add to your portset.

true

true (ByPropertyName)

StorageSystem

Specifies the storage system on which your portset resides.

true

true (ByPropertyName)

Session

Specifies the session ID from Open-SmConnection. For internal use only.

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