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
Initiates a restart of the HPE OneView appliance, disconnecting all active users and interrupting ongoing tasks.Syntax
Description
Restart-OVAppliance sends a reboot request to the HPE OneView appliance. Because this operation has a high impact, the cmdlet uses SupportsShouldProcess with ConfirmImpact = High, so a confirmation prompt is displayed by default.
To suppress the confirmation prompt and restart without interaction, use -Confirm:$false. To simulate the operation without executing it, use -WhatIf.
The cmdlet accepts appliance connections from the pipeline, enabling restart of multiple appliances in sequence.
Parameters
Specifies the HPE OneView appliance connection(s) to restart. Accepts pipeline input. Defaults to the default connection from
${Global:ConnectedSessions}. Alias: Appliance.Simulates the restart operation without actually sending the reboot request. Displays what would happen if the cmdlet ran.
Controls the confirmation prompt. Use
-Confirm:$false to suppress the prompt and restart without interaction.Examples
Example 1: Restart the default appliance with confirmation promptOutput
System.Collections.ArrayList
An empty task collection. No task object is returned by the appliance for a reboot request; the cmdlet completes once the request is accepted.