I'm trying to export my entire Cert:\CurrentUser\Root\ certificate store to an .SST file. What am I doing incorrectly? In an administrator's powershell - I'm using: Get-ChildItem -Path Cert:\CurrentUser\Root\ | Export-Certificate -FilePath C:\certs\test.sst -Type SST. It returns: > Export-Certificate : The object or property already exists. (Exception from > HRESULT: 0x80092005) [...] read more