You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we wrap module Line 351 with setting ErrorActionPreference to SilentlyContinue it seems that this would resolve it.
Alternately I imagine changing the CredentialManagement.Store class function Load() to not throw an exception on line 198 might be the more elegant solution.
The text was updated successfully, but these errors were encountered:
Get-Credential is trying to load a credential object even if it's not been stored yet. This causes an exception to be thrown.
May be related to #9 as well.
If we wrap module Line 351 with setting ErrorActionPreference to SilentlyContinue it seems that this would resolve it.
Alternately I imagine changing the CredentialManagement.Store class function Load() to not throw an exception on line 198 might be the more elegant solution.
The text was updated successfully, but these errors were encountered: