SharedScripts icon indicating copy to clipboard operation
SharedScripts copied to clipboard

Get-RemoteProgram: Microsoft App DisplayVersion

Open dpieski opened this issue 5 years ago • 0 comments

Hey! This is an awesome script. One thing I noticed is there is no version stored in the registry for Microsoft Apps, however, the version is part of the name.

I did this to get it:

$DisplayVersion = ($DisplayName  -split '_')[1]

I don't know if you or anyone else would find that helpful, but thought I would pass it along.

dpieski avatar Aug 19 '20 00:08 dpieski