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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
HTML
Script:
JS
No comments:
Post a Comment