Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Credential Manager PowerShell Module v1.0

Compare
Choose a tag to compare
@davotronic5000 davotronic5000 released this 21 Feb 12:53
· 66 commits to master since this release

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.