Summary
Updates firmware on connected displays if available
Syntax
Update-HPDisplayFirmware [[-SerialNumber] <String[]>] [[-Experience] <String>] [<CommonParameters>]
Description
This command updates firmware on connected displays if available. Prerequisites:
- Close all running applications to avoid installation issues.
- Keep the monitor's power cable connected during the update process.
- Ensure the monitor is powered ON and displaying active video throughout the update.
- Avoid putting the computer system into sleep or shutdown mode during the update.
- Do not connect more than one computer system to the target monitor during the update.
- The monitor must be connected to the computer using a cable (USB-B to A cable, USB-C to C cable, USB-C to A cable, Thunderbolt cable) for the update to function properly.
Parameters
Name | Argument | Description |
---|---|---|
SerialNumber | <String[]> | Specifies the serial number(s) of the display(s) to update. If not specified, all connected displays will be updated. |
Experience | <String> | Specifies whether update should run silently or interactively. If not specified, default is silent. If the display does not yet support silent install, an error will be thrown. |
Examples
PS C:\> Update-HPDisplayFirmware -Experience "Interactive"