Get HPOVServerProfileConnectionList - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVServerProfileConnectionList

Retrieve Server Profile Connections

SYNTAX

Get-HPOVServerProfileConnectionList [-Name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

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

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value.

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? true
Position? 1
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

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

Aliases None
Required? true
Position? 0
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.Collections.ArrayList

Formatted table of Server Profile Connections

Examples

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

Get-HPOVServerProfileConnectionList "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

HPE OneView 4.00 Library

Get-HPOVServerProfileConnectionList

Retrieve Server Profile Connections

SYNTAX

Get-HPOVServerProfileConnectionList [-Name] <String> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

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

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value.

Default Value: ${Global:ConnectedSessions} | ? Default

Aliases Appliance
Required? true
Position? 1
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? false
Accept wildcard characters?    False

-Name <String>

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

Aliases None
Required? true
Position? 0
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.Collections.ArrayList

Formatted table of Server Profile Connections

Examples

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

Get-HPOVServerProfileConnectionList "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** ⚠️