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

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -