Hello,
I want to automate the creation of a contact based on an existing AD Users.
For example, the code in my custom command contains something like:
new-mailcontact -Name "CONTACT-%fullname%" -ExternalEmailAddress myemail@external.yy OrganizationalUnit "OU=TEST,OU=CONTACTS,DC=lab,,DC=com-alias "CONTACT-%username%"
it will create a contact like : CONTACT-JessicaJones with an external email myemail@external.yy
My problem is the value ExternalEmailAddress needs to be typed by the helpdesk when he call the Business Rule from the web interface.
How can the Helpdesk pass this value as a parameter after he run the Custom Command from the Web interface?
Thanks in advance.