Hi all very new to working with certs, especially with powershell
Scenario:
i need to delete/expire/revoke certificates held on a server issued by a certain common name
i can connect to the server fine with invoke-command however i have no idea where to start on looking through the certs attributes (I tried the -filter switch of get-childitem but it reported it did not support filters)
TIA