Skip to content

Get-OVRemoteSupportPortalConnectionStatus

Syntax

Get-OVRemoteSupportPortalConnectionStatus
    [-GetGeneratedToken]
    [-ApplianceConnection <Object>]
    [<CommonParameters>]

Description

The Hewlett Packard Enterprise Support Center (HPESC) integration enables you to securely register the HPE OneView Remote Support client with your HPESC group. It can be a private or shared group. Registering remote support with HPESC improves case visibility for the cases originating from the client. After registration, all the group members can view the cases originating from the client.

This feature provides an improvement over the existing contact-based access. It does not require explicit contact matching and allows you to share case content with all the HPESC group members.

Use this Cmdlet to get the current portal registration status. To establish a secure connection, you use Register-OVRemoteSupportPortalConnection Cmdlet. To disconnect the appliance connection to the HPE Support Center, use the Unregister-OVRemoteSupportPortalConnection Cmdlet.

You can also view the connection details on the My Remote Support Connections page in HPESC.

If the appliance has not completed registration, you can retrieve the token with the -GetGeneratedToken switch parameter.

Examples

Example 1

Get-OVRemoteSupportPortalConnectionStatus

Get the appliances current connection status to the HPE Support Center.

Example 2

Get-OVRemoteSupportPortalConnectionStatus -GetGeneratedToken

Get the appliances generated token. If still valid, can be used to complet appliance registration in the HPE Support Center.

Parameters

-ApplianceConnection <Object>

Specify one or more [HPEOneView.Appliance.Connection] object(s) or Name property value(s).

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

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

-GetGeneratedToken <SwitchParameter>

Use to return the current token used to onboard the appliance to the HPE Support Center.

Aliases None
Required? False
Position? Named
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

If the -GetGeneratedToken switch parameter is used, return the generated token class.

The current appliance secure connection status to the HPE Support Center.