Set HPOVRemoteSupport - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Set-HPOVRemoteSupport

Configure Remote Support and authorize appliance.

SYNTAX

Set-HPOVRemoteSupport [-CompanyName] <String>[ [-OptimizeOptIn] <SwitchParameter>][ [-AutoEnableDevices] <bool>][ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
Set-HPOVRemoteSupport [-CompanyName] <String> [-InsightOnlineUsername] <String> [-InsightOnlinePassword] <SecureString>[ [-OptimizeOptIn] <SwitchParameter>][ [-AutoEnableDevices] <bool>][ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
Set-HPOVRemoteSupport [-Enable] <SwitchParameter>[ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
Set-HPOVRemoteSupport [-Disable] <SwitchParameter>[ [-Async] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Register with Hewlett Packard Enterprise to allow automatic case creation for hardware failures on servers and enclosures and to enable Proactive Care. Once enabled, all eligible devices added in the future will be automatically enabled for remote support.

Eligible devices are Gen8 and newer blades and enclosures. NOTE: Servers must be at iLO 2.1 firmware level or above to be enabled for remote support

Hewlett Packard Enterprise will contact you to ship a replacement part or send an engineer for devices that are under warranty or support contract.

Remote support enables Proactive Care services including Proactive Scan reports and Firmware/Software Analysis reports with recommendations that are based on collected configuration data.

Remote support is secure. No business data is collected, only device-specific configuration and fault data. All communications are outbound only and use industry standard TLS encryption ensuring confidentiality and integrity of the information.

Once the appliance is configured, it cannot be unauthorized or disabled.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

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

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

-AutoEnableDevices <bool>

Choose to allow the appliance to auto enable remote support for all and devices added in the future.

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

-CompanyName <String>

The company name Remote Support will be authorized for.

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

-Disable <SwitchParameter>

Use this parameter to disable remote support globally on the appliance. Use the -Enable parameter to re-enable Remote Support.

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

-Enable <SwitchParameter>

Use this parameter to enable remote support on an appliance, only if the appliance was previously configured for Remote Support and it was disabled.

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

-InsightOnlinePassword <SecureString>

The Insight Online account password.

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

-InsightOnlineUsername <String>

The user name of your Insight Online account.

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

-OptimizeOptIn <SwitchParameter>

Opt-in to allow HPE marketing to discuss datacenter optimization.

Aliases None
Required? false
Position? named
Default value False
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

HPOneView.Appliance.RemoteSupportConfig [System.Management.Automation.PSCustomObject]

The appliance Remote Support configuration applied.

Examples

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

Set-HPOVRemoteSupport -CompanyName MyCompany

Configure and register the applinace for Remote Support.

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

Set-HPOVRemoteSupport -CompanyName MyCompany -InsightOnlineUsername [email protected] -InsightOnlinePassword (ConvertTo-SecureString -String MyPassword -AsPlainText -Force)

Configure and register the applinace for Remote Support, and enable Insight Online portal registration.

 -------------------------- EXAMPLE 3 --------------------------

Set-HPOVRemoteSupport -Disable

Disable Remote Support on the appliance.

 -------------------------- EXAMPLE 4 --------------------------

Set-HPOVRemoteSupport -Enable -ApplianceConnection $Appliance2

Enable Remote Support after it was previously disabled for the specific appliance.

Related Links


Top

HPE OneView 4.00 Library

Set-HPOVRemoteSupport

Configure Remote Support and authorize appliance.

SYNTAX

Set-HPOVRemoteSupport [-CompanyName] <String>[ [-OptimizeOptIn] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
Set-HPOVRemoteSupport [-CompanyName] <String> [-InsighOnlineUsername] <String> [-InsightOnlinePassword] <SecureString>[ [-OptimizeOptIn] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
Set-HPOVRemoteSupport [-Enable] <SwitchParameter> [-ApplianceConnection] <Object> [<CommonParameters>]
Set-HPOVRemoteSupport [-Disable] <SwitchParameter> [-ApplianceConnection] <Object> [<CommonParameters>]

Detailed Description

Register with Hewlett Packard Enterprise to allow automatic case creation for hardware failures on servers and enclosures and to enable Proactive Care. Once enabled, all eligible devices added in the future will be automatically enabled for remote support.

Eligible devices are Gen8 and newer blades and enclosures. NOTE: Servers must be at iLO 2.1 firmware level or above to be enabled for remote support

Hewlett Packard Enterprise will contact you to ship a replacement part or send an engineer for devices that are under warranty or support contract.

Remote support enables Proactive Care services including Proactive Scan reports and Firmware/Software Analysis reports with recommendations that are based on collected configuration data.

Remote support is secure. No business data is collected, only device-specific configuration and fault data. All communications are outbound only and use industry standard TLS encryption ensuring confidentiality and integrity of the information.

Once the appliance is configured, it cannot be unauthorized or disabled.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).

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

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

-CompanyName <String>

The company name Remote Support will be authorized for.

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

-Disable <SwitchParameter>

Use this parameter to disable remote support globally on the appliance. Use the -Enable parameter to re-enable Remote Support.

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

-Enable <SwitchParameter>

Use this parameter to enable remote support on an appliance, only if the appliance was previously configured for Remote Support and it was disabled.

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

-InsighOnlineUsername <String>

The user name of your Insight Online account.

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

-InsightOnlinePassword <SecureString>

The Insight Online account password.

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

-OptimizeOptIn <SwitchParameter>

Opt-in to allow HPE marketing to discuss datacenter optimization.

Aliases None
Required? false
Position? named
Default value False
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

HPOneView.Appliance.RemoteSupportConfig [System.Management.Automation.PSCustomObject]

The appliance Remote Support configuration applied.

Examples

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

Set-HPOVRemoteSupport -CompanyName MyCompany

Configure and register the applinace for Remote Support.

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

Set-HPOVRemoteSupport -CompanyName MyCompany -InsightOnlineUsername [email protected] -InsightOnlinePassword (ConvertTo-SecureString -String MyPassword -AsPlainText -Force)

Configure and register the applinace for Remote Support, and enable Insight Online portal registration.

 -------------------------- EXAMPLE 3 --------------------------

Set-HPOVRemoteSupport -Disable

Disable Remote Support on the appliance.

 -------------------------- EXAMPLE 4 --------------------------

Set-HPOVRemoteSupport -Enable -ApplianceConnection $Appliance2

Enable Remote Support after it was previously disabled for the specific appliance.

Related Links


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