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
Post a Comment