PS - Lync - Random Commands


Here are a number of random commands I'll surely forgot:


To check the CMS replication run:

Get-CsManagementStoreReplicationStatus


To get the status and show the active master run:

Get-CsManagementStoreReplicationStatus –CentralManagementStoreStatus


To get details of any conference directories run:

Get-CsConferenceDirectory


To get the installed server version (base version only)

Get-CsServerVersion


To get the installed server version

Get-WmiObject –query ‘select * from win32_product’ -ComputerName [computer name] | where {$_.name –like “Microsoft Lync Server*”} | ft Name, Version –AutoSize


Get-WmiObject –query ‘select * from win32_product’ -ComputerName [computer name] | where {$_.name –like “Microsoft Lync Server*”} | ft Name, Version –AutoSize

Comments