This s a quick post to share a small function I created as part of a bigger requirement.
The function is named Get-ArpPropertyByDisplayName and will quickly retrieve and return any of the properties of an installed application stored in the Windows registry.

You can find the CmdLet on GitHub.
Example usage:
1 |
Get-ArpPropertyByDisplayName -DisplayName ‘Node.js’ -Property DisplayVersion |