How do you use cloud databases? Take the survey.
Using a SSMS Registered Server script for Monitored Servers

in SQL Monitor
Is there a way to incorporated a list of Servers from a .regsrvr file into the Monitored Instances in SQL Monitor?
Tagged:
Comments
There isn't a specific functionality to import from the SSMS registered servers, but you may be able to get a list of servers using PowerShell (e.g. like https://stackoverflow.com/questions/9322777/getting-a-list-of-registered-servers-thru-powershell-to-csv) and then modify that to match the import format seen in the "Import servers from CSV" example:
And then use that example to import the servers.
Kind regards,
Alex
Have you visited our Help Center?