Question:
Our Team needs to be able to detect (electronically) that erwin DM (and which version) has been installed on a workstation/computer. What can we use as a method of detection to ascertain that erwin (and the version) has been installed on a computer?
Solution:
This information is also available on the web and can be searched for any specific application. However, for erwin DM, the following should help.
This Powershell script will work and must be run from an elevated Powershell console:
Get-WmiObject -Class Win32_Product |where vendor -eq "erwin, Inc."
Comments
0 comments
Please sign in to leave a comment.