Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intune Script Redeploy for MSI packages #1

Open
Mech131 opened this issue Sep 29, 2022 · 1 comment
Open

Intune Script Redeploy for MSI packages #1

Mech131 opened this issue Sep 29, 2022 · 1 comment

Comments

@Mech131
Copy link

Mech131 commented Sep 29, 2022

I love your current WIN32 redeploy script. Do you know of an existing script that will do the same thing for MSI packages?

@ztrhgf
Copy link
Owner

ztrhgf commented Sep 30, 2022

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants