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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -