Creating a new Central Management Store on Skype for Business Server

mara2021 1,121 Reputation points
2022-02-16T00:01:25.543+00:00

I have a Lync 2010 and a Skype for Business 2015 server coexisting. All users are on the SFB server. I will be decommissioning the Lync 2010 server. I need to move CMS to SFB. I have a question concerning creating a new Central Management Store on the Skype server. Both installs are standard edition, not enterprise. The databases on the skype server is located on a drive other than C.

Is the following command correct for creating a new central management store for a standard edition install?

Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn sfbserver.domain -SqlInstanceName rtc -DatabasePaths F:\csdata\CSDB

Will I have to create the subfolder CSDB or will it be created when the script is run?

Thank you.

Microsoft 365 and Office | Skype for Business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. JimmyYang-MSFT 58,641 Reputation points Microsoft External Staff
    2022-02-16T09:51:02.583+00:00

    Hi @mara2021

    Is the following command correct for creating a new central management store for a standard edition install?

    Yes, you're right. And it will be created when the script is run. You could find the steps from this document:

    https://learn.microsoft.com/en-us/skypeforbusiness/migration/move-the-central-management-server#to-prepare-a-standard-edition-front-end-server


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.