Skype for Business Uninstallation through SCCM
We have deployed Skype for Business in different ways.
Client only.
Office 2013 x32 & x64 Feature.
Office 2016 x32 & x64 Feature.
Now we need need to uninstall Skype for Business from the Org. through the SCCM but unfortunately have tried different ways but failed.
Can anyone have experienced or have worked on the same case? Need guidance or a document Step by Step procedure to deploy uninstall application.
Thanks in well Adv.
Regards
Sundea
Answers
Hi @Sundesa
Creating an uninstall package for any MSI based installer should be the same regardless of the product.
It is usually as simple as a command line like:
msiexec.exe /x {your-product-code-guid}
Take a look at the MSI documentation on Microsoft's website and it should explain how it works.
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec