useful_powershell_functions
useful_powershell_functions copied to clipboard
Intune Script Redeploy for MSI packages
I love your current WIN32 redeploy script. Do you know of an existing script that will do the same thing for MSI packages?
Hi, FYI use new&improved version from https://www.powershellgallery.com/packages/IntuneStuff 👍 And now to your question. I am not aware of any such script for MSI packages. But now when I think about it, I suppose it could be done via my functions Get-ClientIntunePolicyResult (to get MSI GUID) + function Uninstall-ApplicationViaUninstallString (from CommonStuff module, to get the uninstall string). Force uninstall of the MSI and then restart IntuneManagementExtension service. I will look into this...