Skip to content

How to install CredentialManager module

Jakub Šindelář edited this page Apr 29, 2020 · 2 revisions

CredentialManager

This module allows PowerShell to store and retrieve credentials in Windows Credential Manager.

Usage

Lazy Admin uses this module to store credentials and load them when needed. This module is not required, but allows application to use credentials multiple times without prompting user. Most importantly it can store administrator credentials used to login to Lazy Admin.

Installation

Official Module Website

How to:

  1. Launch PowerShell as Administrator
  2. Run this command (may not work when behind proxy)

Install-Module -Name CredentialManager

Clone this wiki locally