pwsh..Search Applications
Use PowerShell to find list of installed software quickly PowerShell: Check installed software list <u>locally</u> 1. Get installed software list with Get-WmiObject In this method, a simple query: Filter the data to find specific applications from a single vendor, together with their versions, for example: The above works well but it is sloooooow. 2. Query … Read more