Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzureStudio does not display with powershell win32_product #25615

Open
jwarner777 opened this issue Apr 29, 2024 · 1 comment
Open

AzureStudio does not display with powershell win32_product #25615

jwarner777 opened this issue Apr 29, 2024 · 1 comment

Comments

@jwarner777
Copy link

  • 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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant