Update-HPDisplayFirmware

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.

Parameters

NameArgumentDescription
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"