Skip to content

VladDBA/SSMS-Tools

Repository files navigation

SSMS-Tools

Small collection of PowerShell utilities and config files for SQL Server Management Studio 21 and 22.

Overview

This repository provides a small set of Windows PowerShell utilities SQL Server Management Studio (SSMS) 21 and 22, and a sample SSMS 22 configuration JSON.

All scripts operate on local SSMS configuration data, require administrator privileges to load/unload registry hives, and are intended to be run on Windows.

Scripts

Usage

Run from an elevated PowerShell session. Examples:

# migrate connections from SSMS21 to SSMS22
.\Import-SSMS21ConnectionsToSSMS22.ps1

# extract and decrypt saved credentials (keep .reg files for inspection)
.\Extract-SSMSSavedCredentials.ps1 -KeepRegFiles

Files

About

Utilities and files for SQL Server Management Studio 21 and 22

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published