Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Remove Lync using the command line.
December 9, 2015
Q. How can I easily remove Lync 2010 from the command line?
A. The commands below will stop the Lync processes then uninstall silently.
taskkill /f /im communicator.exe /ttaskkill /f /im ucmapi.exe /tmsiexec /x {81BE0B17-563B-45D4-B198-5721E6C665CD} /q
These commands could be used in a Task Sequence in Configuration Manager if the uninstall needs to be triggered from Configuration Manager. Each step would comprise of one of the above commands.
You May Also Like