Hi,
You can filter with the "Subject" property like this
$user="test user"
Get-ChildItem Cert:\CurrentUser\My | Where-Object {$_.Subject -match $user} | Remove-Item
Best Regards,
Ian Xue
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.