azuredatastudio icon indicating copy to clipboard operation
azuredatastudio copied to clipboard

AzureStudio does not display with powershell win32_product

Open jwarner777 opened this issue 1 year ago • 1 comments
trafficstars

  • Azure Data Studio Version:1.37.0
  • OS Version:Windows 11, Windows Server 2019, Windows Server 2022

Steps to Reproduce:

  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 avatar Apr 29 '24 16:04 jwarner777

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.

jwarner777 avatar Apr 29 '24 16:04 jwarner777