I am running powershell version 4.
I tried using Get-ChildItem -Path cert:\LocalMachine\My -ExpiringInDays 0 | Remove-Item; and get the following error:
Get-ChildItem : A parameter cannot be found that matches parameter name 'ExpiringInDays'.
At line:1 char:43