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

 

Dynamic Data Center

What is Dynamic Data Center ? Before going deep in to this lets learn some of the system Center products from Microsoft. The combination of all system center products can combine help us to create a Dynamic data center.

System center Configuration manager.
System Center Operation Manager.
System Center Data protection Manager.
System Center Virtual Machine manager.
SQL 2008,
Windows Hyper-V
Application Virtulization (APP-V)
Desktop Optimization.
Self Service Portal.

Combining all products with the help of DDC tool kit we can achieve Dynamic Data Center.
Lets Go Detail on each product and
achieve Dynamic Data Center in next Posts.