Symantec IGA

 View Only
  • 1.  Setting additional exchange permissions

    Posted Nov 17, 2017 07:40 AM

    How to set the following exchange permissions while creating exchange accounts. These are not available as configuration on the provisioning account template:

     

    • Set-MailboxCalendarConfiguration -Identity “XXXX” -WeekStartDay Monday
    • Set-Mailbox -Identity “XXXX” -ManagedFolderMailboxPolicy 'EK Kalender 4 år (MFMP)' -ManagedFolderMailboxPolicyAllowed -Confirm:$false
    • Set-Mailbox -Identity “XXXX” -Languages 'da-dk'
    • Set-MailboxFolderPermission -Identity (“XXXX” + ":\Kalender") -User Default -AccessRights Reviewer

     

    where “XXXX” is the login.



  • 2.  Re: Setting additional exchange permissions

    Broadcom Employee
    Posted Nov 17, 2017 09:36 AM

    Are these available as AD attributes for the AD account? If yes, put these attributes inside schema.ext file of Provisioning Server\bin folder in separate lines. Restart CCS and you should be able to see those at Account Template.

     

    Regards,

    Sumeet

     



  • 3.  Re: Setting additional exchange permissions

    Posted Nov 17, 2017 10:43 AM

    Not as far as i could find, these are Exchange policies and not attributes in AD.



  • 4.  Re: Setting additional exchange permissions
    Best Answer

    Broadcom Employee
    Posted Nov 17, 2017 11:05 AM

    The next available option which I can think of is Powershell command. As a post AD account creation operation, script can be executed and that script can be this Powershell command to execute these Exchange permissions.

     

    Regards,

    Sumeet

     



  • 5.  Re: Setting additional exchange permissions

    Posted Nov 17, 2017 11:33 AM

    Yes, that is one of the alternatives we are looking at, to run from a PX.

     

    Thanks,

    Abinash