Skip to content

Add SQL Server instances to a SQL Server Central Management Server

Notifications You must be signed in to change notification settings

jonasonline/add-sql-server-instances-to-cms

Repository files navigation

add-sql-server-instances-to-cms

A script for adding instances of Microsoft SQL Server to a Central Management Server.

Usage

Run the script once to generate a configurtion file. Edit the configuration file config.json with the parameters for your environment.

Configuration Parameters

  • UncategorizedServerGroup Server group in the CMS for newly added servers.
  • InventoryFilePath Path to csv files containing instance information. The csv files have to contain tree columns for each instance. 'MachineName', 'DisplayName' (ex. SQL Server (MSSQLSERVER)) and 'Status' (Running/Stopped).
  • ErrorLogPath Path to the error log for the script.
  • CMS Name of the SQL Server instance acting as CMS.

About

Add SQL Server instances to a SQL Server Central Management Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published