SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
Add-SdPortSetPort
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) |