Skip to main content

Initialize HP Image Assistant - Windows Workstations

Overview

The component automates the process of checking, analyzing, and installing updates for HP workstations using HP Image Assistant (HPIA). It performs system compatibility checks, downloads necessary components, and executes HPIA with specified parameters. This component serves as the Datto RMM integration of the agnostic script Initialize-HPImageAssistant

Notes:

Dependencies

Initialize-HPImageAssistant

Implementation

  1. Download the component Initialize HP Image Assistant - Windows Workstations from the attachments.

  2. After downloading the attached file, click on the Import button

  3. Select the component just downloaded and add it to the Datto RMM interface.
    Image 1

Sample Run

Example 1

Performing Scan Operation:
Image1

Example 2

To perform silent install of recommended driver updates and store the result to C:\ProgramData_Automation\App\HPImageAssistant\InstallReport.json:
Argument: /Operation:Analyze /Category:Drivers /Selection:Recommended /Action:Install /Silent /AutoCleanup /ReportFilePath:"C:\ProgramData\_Automation\App\HPImageAssistant\InstallReport"
Image2

Example 3

To perform silent install of recommended bios and firmware updates and store the result to C:\ProgramData_Automation\App\HPImageAssistant\InstallReport.json:
Argument: /Operation:Analyze /Category:Firmware,Bios /Selection:Recommended /Action:Install /Silent /AutoCleanup /ReportFilePath:"C:\ProgramData\_Automation\App\HPImageAssistant\InstallReport"
Image3

Example 4

To perform silent install of all available updates:
Argument: /Operation:Analyze /Category:All /Selection:All /Action:Install /Silent /AutoCleanup
Image4

Datto Variables

NameExampleRequiredTypeDefaultDescription
Argument
  • /Operation:Analyze /Category:Drivers /Selection:Recommended /Action:Install /Silent /AutoCleanup /ReportFilePath:"C:\ProgramData\_Automation\App\HPImageAssistant\InstallReport"
  • /Operation:Analyze /Category:Firmware /Selection:Recommended /Action:Install /Silent /AutoCleanup /ReportFilePath:"C:\ProgramData\_Automation\App\HPImageAssistant\InstallReport"
  • /Operation:Analyze /Category:Firmware,Bios /Selection:Recommended /Action:Install /Silent /AutoCleanup
  • /Operation:Analyze /Category:All /Selection:All /Action:Install /Silent /AutoCleanup /ReportFilePath:"C:\ProgramData\_Automation\App\HPImageAssistant\InstallReport"
FalseStringArguments to provide to HPImageAssistant. If left blank or omitted, the script simply scans and lists available updates.
Reference: Supported commands/arguments reference

Output

  • stdOut
  • stdError

Attachments