Zoomed Image

AMSX Scripting Language - Command : readcredentialpack

Summary

Read a stored credential pack into named variables

Description

Reads a credential pack from the secure store and populates named AMSX variables with the domain, username, password, and optional parameters. Requires ADMIN permission.

Parameters

ParameterDescription
cmdpack name
Argument 0variable name to receive domain name
Argument 1variable name to receive username
Argument 2variable name to receive password
Argument 3variable name to receive parameters (optional)

Syntax


ReadCredentialPack "pack name", "variable name to receive domain name", "variable name to receive username", "variable name to receive password", "variable name to receive parameters (optional)"

Return to the AMSX Command Reference