I want to be able to create a custom action that allows, via the web interface, a user to increase the size of his/her own mailbox by say 10% or 20%. What would be the best way to go about this?
Hello Dominik,
What exactly do you mean by size of his/her own mailbox? There are storage quotas in Exchange, but there is no way to increase/decrease a mailbox size. It just depends on the stored objects.
Yes, the storage quotas is what I'm refering to, sorry for the confusion.
Thank you for clarifying. Unfortunately, there is no easy way to do that according to percentage. Such a thing can only be done using a script. However, you can use a custom command to easily set specific numbers. The following tutorial (Example 3 – Configure storage quotas and deleted item retention) will be helpful: https://www.adaxes.com/help/AutomateExchangeMailboxConfiguration. For details on how to create custom commands, see https://www.adaxes.com/help/CreateCustomCommand.
password reset emails - i need my company logo in the email - it does show up if you click on download pictures - but i cant ask the users to do this - so need to know if there is a way to embed the image in the email from adaxes.
I know there is a way to CC using a script, but I want to know if there is a way to CC recipients on an email with the "Send Email notification" action. We currently have ... goes out to the manager and CC's myself and the other admin. Is this possible to do?
We need to have a process to revoke the access token used by Okta for end users.
We would like to use a script to copy the rules of a ‘Membership type = rule-based’ group and add them to another group. Is this possible? Do you have a script available? Thanks
For any given AD attribute, I'd like to be able to retrieve the defined friendly name for it. Example: l = City, st = State, etc. Is there a way to do that in PowerShell? Thanks!