Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

MS Exchange alias creation

fouriefb
Regular Contributor
Regular Contributor

Hi Experts,

Our customer has a user case request that when a user's last name changes in HR as source of truth,  that an alias for the new firstname.lastname@domain.com gets created in exchange for her.

Is this something someone has come across and been able to implement.

Is this possible from Saviynt?

We have not completed onboarding exchange as yet so do not know what is possible and what not.

Regards,

Frikkie

3 REPLIES 3

Ankyt19
Regular Contributor
Regular Contributor

Yes possible using powershell script . Call update account json on exchange connection (win ps or rest ) 

or you can try adding proxyaddresses in update account of JSON ( SMTP:fname.lname@domain.com) 

 

again you need to check if you want to make it as primarysmtp address ( then you need to set-mailbox -identity <> -primarysmtpaddress <emailid> 

 

it all depends on how you are checking things . 

please let me know if still in doubt . 

thanks

ankit

Ankyt19
Regular Contributor
Regular Contributor

or you can try adding proxyaddresses in update account of JSON in AD connection ( SMTP:fname.lname@domain.com) 

rushikeshvartak
All-Star
All-Star

This is feasible. you need to make powershell script for same 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.