< # .SYNOPSIS This script displays the versions of SQL Server running on a system .DESCRIPTION This script uses WMI to get the SQLServiceAdvancedProperty class from the ComputerManagement namespace to print out the versions. This script is an adaptation of the VBS script on MSDN...