Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Can you use Credentials with Powershell scripts
-
Is there a way for me to use BuildMasters resource credentials when calling a Powershell script stored in BuildMaster?
Thanks.
Product: BuildMaster
Version: 5.6.4
-
Yes, you use the
$GetCredentialProperty
function to extract the password out and then pass it into a script.
-
ah yes, sorry. I setup the creds a couple of months ago and forgot about that option.
thanks.