Skip to content

Get-OVPowerPotentialDeviceConnection

Syntax

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

Description

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

Examples

Example 1

Get-OVPowerDevice "iPDU_A" | Get-OVPowerPotentialDeviceConnection

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

Example 2

Get-OVPowerPotentialDeviceConnection "iPDU_A"

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

Parameters

-PowerDevice <Object>

The name of the power device resource. Can provide Name, URI or Object.

Aliases uri, name
Required? False
Position? Named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? False

-ApplianceConnection <Object>

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

Aliases Appliance
Required? True
Position? Named
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
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

Potential managed/unmanaged device Power Delivery Device connection object

Return Values

Collection of matching potential power device connection objects