Dears,
I am one of the Intune Administrator of my Company and I am planning to update our Cisco Softwares (Cisco Core, Umbrella and DART) on our Windows Laptops from version 5.1.1.42 to 5.1.4.74 using PSADT/Powershell script running msi command installation.
My goal is to make this update as silent as I can (no particular user interaction) when possible (user not connected in VPN)
My script perform the following things, when user is not connected to VPN:
-close Umbrella UI
-uninstall the 3 old versions of Core, DART and Umbrella then install
-install the new version of the 3 applications using powershell/msiexec
Do you think a reboot is necessary after these steps to finalize the installation?
Thanks