Quantcast
Channel: Lync 2010 and OCS - Lync Clients and Devices forum
Viewing all articles
Browse latest Browse all 3260

Slient Unninstall of Lync 2010 on client machines script required

$
0
0

I have delpoyed Lync 2010 using a client side script (via GPO and a security group) that creates a silent install when an enabled computer object is logged into. Unfortunately some computers were added to this security group so they now have lync 2010 installed. 

I need if possible to create a slient client uninstall of lync 2010, to remove lync of these computers, this is the script below that i use to install the software, is it possible to tweak this to unistall the software or will i need a completley different script to uninstall the software

REM Check for presence of key

REG query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\communicator.exe" || goto INSTALL

EXIT

:INSTALL

Set ARCHITECTURE=x86

If Exist "%SystemDrive%\Program Files (x86)" Set ARCHITECTURE=x64

"\\Domain Name\netlogon\Lync\%ARCHITECTURE%\LyncSetupEval.exe" /silent /install


Viewing all articles
Browse latest Browse all 3260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>