how to check lync configuration store database path using lync powershell tool

Answered how to check lync configuration store database path using lync powershell tool

  • Sonntag, 1. Juli 2012 07:34
     
     
    how to check lync configuration store database  and other databae path using lync powershell tool

    Exchange Queries

Alle Antworten

  • Sonntag, 1. Juli 2012 09:36
     
     
    1. 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:10
    Moderator
     
     Beantwortet

    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.