Friday, May 10, 2013

Lync Policy Commands


Check that services are running Use PS command: Get-CsWindowsService -ExcludeActivityLevel | ft Name, Status

Start any stopped services Use PS onliner:  Get-CsWindowsService -ExcludeActivityLevel | where {$_.Status -like "Stopped"} | Start-CsWindowsService

Check CMS replication Use PS command: Get-CsManagementStoreReplicationStatus
  

Deployment Troubleshooting
Client Troubleshooting
Control Panel Troubleshooting:
Post Deployment