-
Notifications
You must be signed in to change notification settings - Fork 5
Get SavedCredentials
Jakub Šindelář edited this page Sep 12, 2020
·
2 revisions
This script is called upon Lazy Admin launch in Login Page.
Attempts to load CredentialManager module and load saved password.
https://github.com/houby-studio/lazy-admin/wiki/Get-SavedCredentials
System.Object. Returns PSCustomObject with Output, [Int]ReturnCode and [Boolean]Error.
- 10011001: Saved credentials found and returned in Output Object.
- 10011002: CredentialManager Module loaded but no saved credentials were found.
- 10013001: CredentialManager Module couldn't be imported. It is most likely not installed.
- 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