Hi All
I have a rule to create a Active Directory Group from a ticket.
It works fine until i try and get it to also add in the email address via ‘other_attributes’.
When i try it says it ‘successfully’ creates the new Distribution group but it doesn’t.
this is the line of code we are using
-OtherAttributes @{'proxyAddresses'=SMTP:{{ticket.ri_170_cf_email_address_for_new_group}}};'mail'={{ticket.ri_170_cf_email_address_for_new_group}}}
e.g. the placeholder just points to a correct email address
{{ticket.ri_170_cf_email_address_for_new_group} = test.test@tom.com
The fields in AD i am trying to add this email address to is just the email field in the General tab and proxyAddresses in the ‘Attribute Editor’ tab of Active Directory.
I presume i am just doing the formatting wrong but can anyone help?
Tom