All Mitel software names seem to start with that one word “Mitel”. So this:
( Get-WmiObject -Class Win32_Product | Where-Object{$_.Name -like 'Mitel*'} ) | ForEach-Object { & msiexec /x $_.IdentifyingNumber /quiet /qn /norestart }
appears to do the job nicely.