This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
Credential Manager PowerShell Module v1.0
This is the initial release of the Credential Manager module for PowerShell. This current version adds 4 new commands to the PowerShell session.
- Get-StoredCredential - Gets one or more credentials from the Windows Credential Manager.
- New-Stored Credential - Adds a new credential to the Windows Credential Manager.
- Remove-StoredCredential - Deletes a credential from the Windows Credential Manager.
- Get-StrongPassword - Randomly generates a new password.
This version does not support the PowerShell Pipeline fully or updateable help.