Skip to content

Update-OVRemoteSupportEntitlement

Syntax

Update-OVRemoteSupportEntitlement
    [-InputObject] <Object>
    [-Async]
    [-ApplianceConnection] <Object>
    [<CommonParameters>]

Description

This Cmdlet will initiate a refresh of the Remote Support entitlement for a compute or enclosure resource. If remote support has not been globally enabled and configured on the appliance, this Cmdlet will fail.

Examples

Example 1

Get-OVServer -Name Prod* | Update-OVRemoteSupportEntitlement

Get the servers with their name matching "Prod" and refresh their Remote Support entitlement.

Example 2

$Enclosure = Get-OVEnclosure -Name Enclosure-1A
Update-OVRemoteSupportEntitlement -InputObject $Enclusre

Get the specific enclosure resource and refresh Remote Support entitlement.

Parameters

-InputObject <Object>

The compute or enclosure resource to enable Remote Support for.

Aliases None
Required? True
Position? Named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? False

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

Aliases None
Required? False
Position? Named
Default value False
Accept pipeline input? false
Accept wildcard characters? False

-ApplianceConnection <Object>

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

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

A Gen8 or newer generation server hardware resource object from Get-OVServer.

A Gen8 or newer generation server hardware resource object from Get-OVServer.

Return Values

Async task Resource object for monitoring.