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
Disable HPE Remote Support for an individual server hardware or enclosure resource.Syntax
Description
Disable-OVRemoteSupport disables the HPE Remote Support feature on a specific server hardware or enclosure resource. Once disabled, the device no longer participates in HPE proactive support, case creation, or diagnostic data collection.
The cmdlet issues a PATCH request that sets supportEnabled to false on the relevant resource’s Remote Support settings URI. Supported resource categories are:
server-hardwareenclosures
-Confirm:$false to suppress the prompt in automation scripts. Use -WhatIf to see which devices would be affected without making changes.
By default, the cmdlet waits for the task to complete. Pass -Async to return the task object immediately and manage completion with Wait-OVTaskComplete.
Parameters
The server hardware or enclosure resource object on which to disable Remote Support. Must have a
category of server-hardware or enclosures.Can be provided via the pipeline.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 value in the
ApplianceConnection property of the input object.Preview which resources would have Remote Support disabled without making any changes.
Prompt for confirmation before disabling. Enabled by default; pass
-Confirm:$false to suppress.Examples
Disable Remote Support on a specific server
Disable Remote Support on an enclosure
Disable Remote Support on multiple servers without confirmation
Preview which devices would be affected
Disable asynchronously and check result
Output
When-Async is not used: HPEOneview.Appliance.TaskResource — the completed task.
When -Async is used: HPEOneview.Appliance.TaskResource — the task object is returned immediately.