Get HPOVProfileConnectionList - HewlettPackard/POSH-HPEOneView GitHub Wiki

ℹ️ Note: This Wiki is going through a major change, and will be migrated to a new location. If you want to preview this new documentation, please go here.

HPE OneView 1.20 Library

Get-HPOVProfileConnectionList

Retrieve Server Profile Connections

SYNTAX

Get-HPOVProfileConnectionList[ [-name] <name>] [<CommonParameters>]

Detailed Description

Obtain a formatted list of server profile connection IDs, include hardware address, device mapping, and boot settings.

Parameters

-name <name>

The name of the server profile resource to be returned. All server profile resources will be returned if name is omitted.

Aliases None.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters?    false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)

Input Types

None. You cannot pipe objects to this cmdlet.

Return Values

System.Array

  Formatted table of Server Profile Connections.

Examples

 -------------------------- EXAMPLE 1 --------------------------

PS C:\> Get-HPOVProfileConnectionList "test" serverProfile portId cid networkType macAddress wwpn boot arrayTarget lun ------------- -------- --- ----------- ---------- ---- ---- ----------- --- test Flb 1:1-a 1 Ethernet 36:37:6B:90:00:08 1000378079e00011 Primary test Flb 1:1-b 2 Ethernet 36:37:6B:90:00:06 1000378079e0000d Secondary

List Server Profile connections for Test.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️