Silently Download and Install SQL Server Management Studio (SSMS)

SSMS is now free and no longer requiring licensing.
It is a separate install and has a more frequent release cycle, usually around 30 days.
To be able to maintain up to date a larger number of SSMS installations I wrote a PowerShell Script for the task.
Of course that a better approach will be to make the download once and then propagate it to other servers, but for now, this works best for me.

Hope you’ll find it useful.

  1. Now that a newer version is out any thoughts on how to uninstall the old version with PowerShell to install the SSMS 18.

  2. Hi Tracy,
    To uninstall old versions of SSMS I’m using this piece of code which I shamelessly stolen from StackOverflow:

  3. Can this be automated on remote server without winrm?

  4. You can use ssh (https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview).
    The bottom line is to have a way to execute commands on a remote system.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

This site uses Akismet to reduce spam. Learn how your comment data is processed.