Windows error 0x80092005, -2146885627

Detailed Error Information

CRYPT_E_EXISTS[1]

MessageThe object or property already exists.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code8197 (0x2005)

Questions

1vote
0answers

Object or property already exists error when trying to export-certificate from root store

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
powershell

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0