Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Configure the HPE Remote Support company name, auto-enrollment, and global enable/disable state.Syntax
Default — configure Remote Support settings
Enable — enable Remote Support globally
Disable — disable Remote Support globally
Description
Set-OVRemoteSupport updates the appliance-level HPE Remote Support configuration. Depending on the parameter set used, you can:
- Set the company name and auto-device-enablement policy (Default parameter set).
- Globally enable Remote Support on the appliance (Enable parameter set).
- Globally disable Remote Support on the appliance (Disable parameter set).
New-OVRemoteSupportContact and Set-OVRemoteSupportPrimaryContact to configure contacts.
By default, the cmdlet waits for the resulting async task to complete. Use -Async to receive the task object and manage completion with Wait-OVTaskComplete.
The
-InsightOnlineUsername and -InsightOnlinePassword parameters exist in the code but are marked obsolete — HPE Insight Online is no longer available.Parameters
The company name associated with the HPE support contract. This value is recorded with HPE for entitlement lookups. Required for the Default parameter set.
Opt in to HPE marketing communications. When specified, sets
marketingOptIn to $true in the configuration.When
$true, newly added server hardware and enclosures are automatically enrolled in Remote Support. When $false, devices must be enabled manually via Enable-OVRemoteSupport.Globally enable Remote Support on the appliance. Requires a default Remote Support contact to be configured first.
Globally disable Remote Support on the appliance.
Return the async task object immediately without waiting for completion. Use with
Wait-OVTaskComplete.Specify one or more appliance connection objects or names. Defaults to the default connection in
$ConnectedSessions.Examples
Set company name and enable auto-enrollment
Enable Remote Support globally
Disable Remote Support globally
Configure and wait asynchronously
Configure across multiple appliances
Output
When-Async is not used: the completed task result is returned as HPEOneview.Appliance.TaskResource.
When -Async is used: an HPEOneview.Appliance.TaskResource task object is returned immediately.
Related cmdlets
- Get-OVRemoteSupport
- Enable-OVRemoteSupport
- Disable-OVRemoteSupport
- Wait-OVTaskComplete
- Get-OVRemoteSupportContact — see source repository for cmdlet usage