PowerShell_Credential_Manager
PowerShell_Credential_Manager copied to clipboard
PowerShell Module to Read and Write Credentials from the Windows Credential Manager
### 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