Tuesday 1 February 2011

Lync Device update file

A while back I was looking for the device update file and struggled to find it. then I stumbled across the Lync TechCenter which solved the problem.

I downloaded the file, extracted it and then ran Powershell to import it into the Lync Control Panel.

Worked like a charm..

Powershell syntax is :

Import-CsDeviceUpdate -Identity 
"service:WebServer:atl-cs-001.litwareinc.com" 
-FileName C:\Updates\UCUpdates.cab
 
Substitute the variables for your values and away you go.
For more Powershell command information see:
http://technet.microsoft.com/en-us/library/gg398861.aspx

Lync Server TechCenter

I was looking for the device update file and found this site. It is a real useful site and I would recommend it for all things Lync.

You can get it here or here: http://technet.microsoft.com/en-gb/lync

My Blog List