- Notifications
You must be signed in to change notification settings - Fork 3
Function to generate Multi Script project configuration #7
Copy link
Copy link
Open
Labels
bugSomething does not work as it should according to documentation.Something does not work as it should according to documentation.feature-requestAdding features or functionality that does not currently exist.Adding features or functionality that does not currently exist.
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething does not work as it should according to documentation.Something does not work as it should according to documentation.feature-requestAdding features or functionality that does not currently exist.Adding features or functionality that does not currently exist.
Request for a new function which can generate a Multi Script project configuration file. At a minimum, the information build out the connection & database list. Ideas:
PSCredentialobject to use for embedding SQL Authentication credentials in the configuration. Multi Script encrypts/encodes the passwords (good!) and the method for doing that is unknown to people outside Red Gate.One possible usage (assuming one has the dbatools module):
Quick first thoughts, definitely open to discussion. I have delved too far into command-line usage of Multi Script but having Powershell control of more of Multi Script could be useful.