Get-IpPort

SYNOPSIS

Gets details of the IP ports on a PowerStore cluster.

SYNTAX

Get-IpPort [-Cluster] <Cluster> [[-Id] <String[]>] [<CommonParameters>]

DESCRIPTION

Gets details of the IP ports on a PowerStore cluster. The options include listing all IP ports on the cluster, getting IP ports by ID.

EXAMPLES

Example 1

PS C:\> Get-IpPort -Cluster $cluster

Where $cluster is a PowerStore cluster instance. Returns all IP ports on the PowerStore cluster.

Example 2

PS C:\> Get-IpPort -Cluster $cluster -Id IP_PORT1

Where $cluster is a PowerStore cluster instance. Returns details of IP port with ID IP_PORT1.

PARAMETERS

-Cluster

The PowerStore cluster instance.

Type: Cluster
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

The IP port ID.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String[]

OUTPUTS

Dell.PowerStore.Management.Model.IpPort

NOTES