microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.5k stars 882 forks source link

AzureStudio does not display with powershell win32_product #25615

Open jwarner777 opened 2 months ago

jwarner777 commented 2 months ago
  1. Install SSMS 18.x, azure data studio is automatically installed. 2.Review the registry guid {6591F69E-6588-4980-81ED-C8FCBD7EC4B8}_is1 which shows that it is for Azure Data Studio azuredatastudio azuredatastudio3

  2. Open a powershell get-wmiobject -class win32_product | where-object -Property name -like "azure"

  3. If you do the same thing get-wmiobject -class win32_product | where-object -Property name -like "sql server management studio" all the SQL Server management studio items are displayed. azuredatastudio2

Does this issue occur when all extensions are disabled?: Yes/No

jwarner777 commented 2 months ago

Due to the security issue with 1.37.0 we were looking to use powershell to find it on the machine and uninstall it via the win32_product and we discovered that it does not display in powershell. msexec or uninstall string work but if you try and use powershell to see if it exists via the win32_product command it doesnt display when trying to list the applications.