gwblok / garytown

GaryTown Scripts, Downloads, Etc
232 stars 71 forks source link

Intune - remediation - Essentials Dock - no User-Interface #19

Open kobi80 opened 1 month ago

kobi80 commented 1 month ago

The “non-interactive” user interface is NOT displayed on the HP Essential Dock. As far as I know, the script is executed as a system and therefore the window is not displayed to the end user.

Does the script have to be executed as ServiceUI.exe? https://intuneswdeployment.com/2023/09/15/using-serviceui-exe-to-display-installations-to-end-users/

gwblok commented 1 month ago

Can you provide me with the command line you're using? I'll try to replicate. Are you using as a Remediation Script in Intune?

kobi80 commented 1 month ago

I use it as a remediation / detection script in Intune.

remediation.txt intune

gwblok commented 1 month ago

Ok, so you're running this command: Get-HPDockUpdateDetails -UIExperience NonInteractive -Update -Transcript -Stage

It's possible that the UI just won't display, I'm not sure when I'd get around to testing, and then harder still, creating a method to show a UI.

Just to confirm, the script is working for you in that it is updating the dock firmware, it's just not showing the progress bar while it's updating?