How to Install CredentialManager Module - houby-studio/lazy-admin GitHub Wiki
This module allows PowerShell to store and retrieve credentials in Windows Credential Manager.
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.
How to:
- Launch PowerShell as Administrator
- Run this command (may not work when behind proxy)
Install-Module -Name CredentialManager