azure - How to know the installed Software version in PowerShell -


i wanted know version of software(say x software) installed in system powershell. in case, wanted know version of service fabric sdk installed in system powershell.

if process/software run , use command :

get-process -name "xsoftware" | format-list -property productversion 

Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -