Wednesday, July 12, 2017

Get the Lync Server Details for Migration


Run the below command on Lync FE server

1) Get-WmiObject -query 'select * from win32_product' | where {$_.name -like "*Lync Server*"} | ft Name, Version -AutoSize >c:\version.txt


No comments:

Post a Comment

HTML

Script:

JS