If I run Get-KeyChainConfiguration I get an exception, expect this should not happen?
Get-KeyChainConfiguration
Exception: /usr/local/share/powershell/Modules/SecretManagement.KeyChain/0.1.2/SecretManagement.KeyChain.psm1:53
Line |
53 | throw "Could not parse KeyChain configuration info"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Could not parse KeyChain configuration info
How do I now reset the KeyChain configuration back to it's defaults, presumably with the help of the right parameters passed to Set -KeyChainConfiguration ? ( removing, uninstalling and re-installing didn't do the trick )
PS:
and FYI my PS Modules are at following versions:
SecretManagement.KeyChain is at version 0.1.2
Microsoft.PowerShell.SecretManagement is at version 0.9.0
Microsoft.PowerShell.SecretStore is at version 0.9.0