We would like to fire a powershell script after the AD account actions is finished. So with this we can set specials actions after a create, update, enable, disable or delete. This powershell supports the Exchange sessions already available with session limitation in the agent. This allows us to set custom exchange actions after the AD account is created.
Also the custom system configuration is available just like in powershell to set some defaults in the UI which you can use in the scripts.
Solution:
  • Add a custom PowerShell script execution after AD account actions.
  • This script is to create a Powershell mailbox or any other AD actions, including Directory.
  • Input for the script is the configuration object (including Domain controller, - Exchange credentials, Directory configuration) of the AD and AD account object.
  • Have option at action to include Exchange session.
  • Add the same screen as in the Powershell connector
  • Add custom configuration just as in the Powershell connector