How to Install CredentialManager Module - houby-studio/lazy-admin GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️