uninstalling an application via uninstallString

Here’s the silent uninstall of notepad++:

get-package notepad++* | % { & $_.Meta.Attributes["UninstallString"] /S}

LOL, I thought that was going to be simple.

Thanks