CredentialsManager

1.2

The module Credentials Manager provides you with convenient and safe way to store your credentials to file system and effectively re-use them in your scripts.

List of commands:
Write-Credential
Read-Credential
Convert-Credential

Credentials are saved in file with encrypted content. Only user that saved them, can decrypt them.

Compared to other PowerShell c
The module Credentials Manager provides you with convenient and safe way to store your credentials to file system and effectively re-use them in your scripts.

List of commands:
Write-Credential
Read-Credential
Convert-Credential

Credentials are saved in file with encrypted content. Only user that saved them, can decrypt them.

Compared to other PowerShell credentials managers available to download this one has following advantages:
- it is written purely in PowerShell, without compiled binaries, or C# modules
- credentials are saved in simple files which can be easily managed (move, backup, etc.)
- usernames are also stored as encrypted data, which eliminates another layer of privacy and security concerns
- there is no need for create credentials command, as return objects are already in proper format, ready to be used in other commands.

All commands have documented help system. Type Get-Help about_CredentialsManager, or Get-Command -Module CredentialsManager for more info.
Show more

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name CredentialsManager

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name CredentialsManager

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 Igor Iric. All rights reserved.

Package Details

Author(s)

  • Igor Iric Iric.Igor@Gmail.com

Tags

Credentials Password

Functions

Read-Credential Write-Credential Convert-Credential

Dependencies

This module has no dependencies.

Release Notes

Bugfix to enable PS 7 compatibility

FileList

Version History

Version Downloads Last updated
1.2 (current version) 472 11/14/2021
1.1 1,380 2/1/2017
1.00 146 10/1/2016
0.90 241 11/17/2015