PowerShell / SecretManagement

PowerShell module to consistent usage of secrets through different extension vaults
MIT License
317 stars 46 forks source link

Add better error message for failure when running under Windows built-in accounts #143

Closed PaulHigin closed 3 years ago

PaulHigin commented 3 years ago

Currently, SecretManagement does not work for Windows built-in accounts because there is no user LOCALAPPDATA location needed for registry files. But the error message is hidden in a type initializer error.

This condition needs to be detected and an appropriate error displayed.

PaulHigin commented 3 years ago

Implemented in v1.1.0-preview