-
Notifications
You must be signed in to change notification settings - Fork 5
How to install CredentialManager module
Jakub Šindelář edited this page Apr 29, 2020
·
2 revisions
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
- How to Use
- Login Page
- Scripts Page
- Settings Page
- About Page
- Workflows
- How to Install CredentialManager Module
- How to Install PowerShell Core
- Setting up Development Environment
- Contributing to Project
- Components
- Login Page Breakdown
- Scripts Page Breakdown
- Settings Page Breakdown
- About Page Breakdown
- Command Execution
- Get SavedCredentials
- Scripts definitions update workflow