Sql-server – SSMS registered Servers

sql serverssms

I am currently trying to migrate my ssms registered servers from one machine to another. This is complicated by the fact that I am running ssms 17 on the source, and ssms 16 on the destination. I would run 17 on the second computer but it is only a 32 bit machine, so i am sol for that.

I have well over 100 machines saved so I am hoping there is some way to move the configuration rather then have to start building it from scratch.

Best Answer

You should use dbatools - Copy-DbaCentralManagementServer

This command copies all groups, subgroups, and registered servers from one SQL Server to another. By default, all objects are copied.

To migrate all groups, subgroups, and server instances are copied from sqlserver’s Central Management Server to sqlcluster’s Central Management Server.

Copy-DbaCentralManagementServer -Source sqlserver -Destination sqlcluster