0 votes

hello,

can it create a custom command to give full mailbox rights to a mailbox exchange for one other user ?

by (360 points)

1 Answer

0 votes
by (18.0k points)

Update 2018.1

You can use a custom command with an object picker parameter and the Modify Exchange properties action. For details on creating custom commands, have a look at the following tutorial (parameter usage is described on step 4 of the guide): https://www.adaxes.com/tutorials_ActiveDirectoryManagement_CreateCustomCommand.htm.

Also, you can use the Edit Exchange properties action in the Web interface. For details, see https://www.adaxes.com/tutorials_WebInterfaceCustomization_ConfigureActionsPane.htm.

Original

Hello,

We are currently working on this feature. Exchange mailbox management will be available in 2012.1.

For now, you can create a Custom Command that will execute a PowerShell script that will use the Add-MailboxPermission cmdlet.
For example, to delegate full control to the user's manager over his/her mailbox, you can use the following PowerShell script:

Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin
$trustee = "%manager%"
Add-MailboxPermission -Identity %distinguishedName% -AccessRights FullAccess -User $trustee
0

is it possible to inject the variable (other user) $trustee in web interface when you execute this command ?

0

No, it is impossible.
Management of mailbox rights will be available in 2012.1.

0

Hi! As the 2012.1 is released I really do need this functionality going :) I havent figured it out thou. Need some help with this.

Best Regards
Oscar

0

Hello,

We had to postpone implementation of features related to Exchange Management. We are currently working on the functionality. Exchange Management features will be available in 2012.2.

0

Starting from Adaxes 2013.1, Adaxes allows you to grant the Full Access permission for a mailbox using the built-in functionality.

In the Administration Console:

In the Web Interface.

Also, you can grant rights other than Full Access, for example, Send As or Send on Behalf Of.

With Adaxes Business Rules. Custom Commands and Scheduled Tasks, you can grant rights for a mailbox automatically, using the Modify Exchange Properties action. For more details, see Example 10 in the Automate Exchange Mailbox Configuration Tutorial.

Related questions

0 votes
1 answer

Hello, I can not give the user right to create mailbox exchange I have the following message: The 'Microsoft Exchange (domaine.local\Configuration\Services)' ... (Adaxes\Adaxes Configuration\Configuration Objects\Managed Domains)' object does not exist.

asked May 22, 2012 by mmichard (360 points)
0 votes
1 answer

how can i create a report which gives me the details from an exchange mailbox as described in the subject? I would like to have a Report for Exchange Mailboxes with OU, Send on Behalf, Full Rights and Send As Rights thank you

asked Feb 22, 2021 by m_st (200 points)
0 votes
1 answer

I am attempting to give some users rights to modify the report that is scheduled such as to add additional users or remove users or even move the report to a different ... i grant the rights to just modify the scheduled reports? Thank you for your help!

asked Sep 28, 2021 by mark.it.admin (2.3k points)
0 votes
1 answer

We originally installed Adaxes and assigned the Adaxes Service user to the Domain Admins group. We are now locking down that group and have removed the Adaxes Serivce from ... to do things. What rights does Adaxes Service need in order to administer users?

asked Jul 23, 2021 by cobaltcu (20 points)
0 votes
1 answer

I have been searching your site, but could not find a list of access rights needed. --- Morten A. Steien

asked Feb 23, 2021 by Morten A. Steien (300 points)
3,350 questions
3,051 answers
7,791 comments
545,073 users