how to check lync configuration store database path using lync powershell tool
-
Sonntag, 1. Juli 2012 07:34how to check lync configuration store database and other databae path using lync powershell tool
Exchange Queries
Alle Antworten
-
Sonntag, 1. Juli 2012 09:361. Get-CsService -Registrar -Pool Fqdn <poolFqdn> (poolFqdn = Fqdn of the pool you want)
2. Get-CsService -UserServer –PoolFqdn <poolFqdn> (note the “UserDatabase” property for step #3)
3. Get-CsService -UserDatabase –PoolFqdn <use the UserDatabase property from step #2>regards Holger Technical Specialist UC
-
Mittwoch, 4. Juli 2012 02:10Moderator
Hi,
If you want to check the patch of CMS(Central Management store), try Get-CsConfigurationStoreLocation.
http://technet.microsoft.com/en-us/library/gg412814.aspx
Regards,
Kent Huang
TechNet Community Support
************************************************************************************************************************
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
- Bearbeitet Kent-HuangModerator Mittwoch, 4. Juli 2012 02:11
- Als Antwort vorgeschlagen Kent-HuangModerator Mittwoch, 11. Juli 2012 09:01
- Als Antwort markiert Kent-HuangModerator Mittwoch, 18. Juli 2012 07:25

