Hello,
Is there a way to access a variable from the PowerShell script in a custom email with shared settings?
Thank you,
Lu
Hello,
Is there a way to access a variable from the PowerShell script in a custom email with shared settings?
Thank you,
Lu
Hi experts,
I have realized that implementing the recaptcha functionality is not so straight forward.
I am guessing that just adding the activity “Display reCAPTCHA” is not enough. That I need to make a POST to google with the g-recaptcha-response (html…
Hello,
I am looking to create a custom activity that can allow user to update certain custom attributes in Active Directory.
Inside the SDK documentation, I have noticed a UserAccountInfo class and AttributeInfo class.
Please enlighten me on how can I…
Hello guys,
I have just recently installed One Identity Password Manager version 5.7.0.1525 in our test-environment. We see that the existing workflows can not apply to our situation, and need to create a new simple custom workflow. We are looking for…
Dear all,
I would like to create a new workflow to assig local admin right to users that make a request to CSD but I'm stuck finding a way to trap the error of the script.
function PreExecuting($workflow, $activity){
$tn = $activity.Runtime.Controls…
Hello,
I didn't find any examples for setting user questions and answers in powershell. There is a method "QAProfileUpdate" for the global variable.
But what do I have to pass for the "QAProfileInfo" parameter and how do I get it?…
Greetings,
I am currently able to use CustomSMS activity to generate OTP and forward it to sms gateway using below script. But this script displays mobile number in full in the Password Manager User Self Service portal under Generate OTP option e.g. …
We are using Quest One Identity Manager (V6.1.3/V7.1). If we create a user in Active Directory, we want to set a passcode for this user to login the first time, set Q&As and set a password.
For that usecase, is it possible to set the passcode automatically…