PowerShell_Credential_Manager icon indicating copy to clipboard operation
PowerShell_Credential_Manager copied to clipboard

PowerShell Module to Read and Write Credentials from the Windows Credential Manager

Results 3 PowerShell_Credential_Manager issues
Sort by recently updated
recently updated
newest added

### How to reproduce: 1: On the remote machine, store credentials via `New-StoredCredential -Username -Password -Target -Persist LocalMachine` 2: On the remote machine, create a script that accesses the credentials...

Issues reported by @RHDHV-simon-sutcliffe on 2023-11-29: 1) Typo in the help Running this command get-help remove-storedcredential -full In this part of the returned info I spotted a duplicate value -Type...

there is no error object returned if credential is not found, therefore it is not usable in try catch methods, not sure if this also the case for New-StoredCredential