Get HPOVPowerPotentialDeviceConnection - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Get-HPOVPowerPotentialDeviceConnection

Retrieve Power Device (mPDU/Rack PDU) Potentail Connections

SYNTAX

Get-HPOVPowerPotentialDeviceConnection [-PowerDevice] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Obtain a collection of potential managed and unmanaged device power connections for the provided power device resoruce. The returned value(s) will include the potential power connections that can be manually associated when not using iPDU devices.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.

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

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

-PowerDevice <Object>

Aliases [-uri, -name] The name of the power device resource. Can provide Name, URI or Object.

Aliases uri, name
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
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

System.Management.Automation.PSCustomObject

Potential managed/unmanaged device Power Delivery Device connection object

Return Values

System.Collections.ArrayList

Collection of matching potential power device connection objects

Examples

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

Get-HPOVPowerDevice "iPDU_A" | Get-HPOVPowerPotentialDeviceConnection

Return the potential power device connections for the "iPDU_A" power delivery device.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVPowerPotentialDeviceConnection "iPDU_A"

Return the potential power device connections for the "iPDU_A" power delivery device.

Related Links


Top

HPE OneView 4.00 Library

Get-HPOVPowerPotentialDeviceConnection

Retrieve Power Device (mPDU/Rack PDU) Potentail Connections

SYNTAX

Get-HPOVPowerPotentialDeviceConnection [-PowerDevice] <Object> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Obtain a collection of potential managed and unmanaged device power connections for the provided power device resoruce. The returned value(s) will include the potential power connections that can be manually associated when not using iPDU devices.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one HPOneView.Appliance.Connection object or Name property value. If Resource object is provided via Pipeline, the ApplianceConnection property of the object will be used.

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

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

-PowerDevice <Object>

Aliases [-uri, -name] The name of the power device resource. Can provide Name, URI or Object.

Aliases uri, name
Required? true
Position? named
Default value
Accept pipeline input? true (ByValue)
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

System.Management.Automation.PSCustomObject

Potential managed/unmanaged device Power Delivery Device connection object

Return Values

System.Collections.ArrayList

Collection of matching potential power device connection objects

Examples

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

Get-HPOVPowerDevice "iPDU_A" | Get-HPOVPowerPotentialDeviceConnection

Return the potential power device connections for the "iPDU_A" power delivery device.

 -------------------------- EXAMPLE 2 --------------------------

Get-HPOVPowerPotentialDeviceConnection "iPDU_A"

Return the potential power device connections for the "iPDU_A" power delivery device.

Related Links


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