Skip to content

Get SavedCredentials

Jakub Šindelář edited this page Sep 12, 2020 · 2 revisions

SYNOPSIS

This script is called upon Lazy Admin launch in Login Page.

DESCRIPTION

Attempts to load CredentialManager module and load saved password.

LINK

https://github.com/houby-studio/lazy-admin/wiki/Get-SavedCredentials

OUTPUTS

System.Object. Returns PSCustomObject with Output, [Int]ReturnCode and [Boolean]Error.

Return Codes

  • 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.
Clone this wiki locally