Is your feature request related to a problem? Please describe.
If user needs to run certain tasks under alternate credentials, it is pain to either run Lazy Admin as different user or supply credentials on every command executed.
Describe the solution you'd like
Integrate two modules:
Create UI where you can add new credential, which is saved under certain name as PSCredentialObject in Windows credential store to be later retrieved on demand. User is then able to assign named credentials to specific commands, modules or set certain default credential and be allowed to override it before executing command.
Is your feature request related to a problem? Please describe.
If user needs to run certain tasks under alternate credentials, it is pain to either run Lazy Admin as different user or supply credentials on every command executed.
Describe the solution you'd like
Integrate two modules:
Create UI where you can add new credential, which is saved under certain name as PSCredentialObject in Windows credential store to be later retrieved on demand. User is then able to assign named credentials to specific commands, modules or set certain default credential and be allowed to override it before executing command.