01-08-19 10:15 AM
01-08-19 11:21 AM
12-08-19 03:10 AM
12-08-19 09:32 AM
It would be possible to automate the creation of credentials using the Blue Prism command line utility (AutomateC.exe). For this you would need to use the /createcredential command. E.g.
/createcredential <name> <username> <password> [/description <string>] [/expirydate <date>] [/invalid <flag>] [/credentialtype <string>]
This command creates a new credential using the specified name, password and username. Username and password can both be represented with "" if not required.
A General credential type will be created is none is specified. The credential created will be universally available to all user roles, resources and processes by default.
Further information can be found in the in the Blue Prism help (When in the product select the question mark in the top right of the application or press F1), search for /createcredential.
19-08-19 01:12 PM
19-08-19 01:21 PM
19-08-19 05:56 PM
20-08-19 04:13 AM
20-08-19 07:37 AM
21-08-19 08:28 AM