- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsIs there an easy way to setup auto accept agent without having to run several vb scripts? I just want to have conference rooms cancels be deleted from the calendar. Thanks, Jim
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: SLafferty1983Posted on 2008-11-24 at 08:53:12ID: 23028972
You can follow this as found here: http://msexchangeteam.com/ archive/20 07/05/14/4 38944.aspx
ings Resource1 -AutomateProcessing:Autoac cept
ings Resource1 |fl
urce1@doma in.com. When prompted for credentials, enter the username and password for an account that has FullAccess permissions to the resource mailbox In this case user1.
Enable Auto-Acceptance for a Resource and Configuring Resource Mailbox Settings
You can automatically process meeting requests and cancellations via OWA or using Exchange Management Shell.
Using Exchange Management Console:
[PS] C:\>Set-MailboxCalendarSett
[PS] C:\>Get-MailboxCalendarSett
AutomateProcessing: AutoAccept
Using OWA Options Page:
Log into the resource mailbox through OWA and using the Options page, you can configure a resource account to automatically process meeting requests and cancellations. What account do you use to log into OWA? Since the account for a resource mailbox is disabled, you can use either of the two methods to log into the resource mailbox using OWA:
1. Explicit OWA logon with credentials for an account that has FullAccess permissions to the Resource Mailbox. How do I give an account FullAccess permissions to the Resource Mailbox is my next question. In the Exchange Management Shell, run the following command to give FullAccess permissions to a user User1 for the Conference Room1 Resource Mailbox.
[PS] C:\>Add-MailboxPermission -Identity:Resource1 -AccessRights:fullaccess -User:user1
After User1 has been given FullAccess rights, in your browser, enter an explicit URL for the resource mailbox:
http://servername/owa/Reso
OR
2. Log into OWA using an account that has has FullAccess permissions to the resource mailbox and use the Open Other Mailbox feature.
Enter the normal URL for OWA:
http://servername/owa
When prompted for credentials, enter the username and password for an account that has FullAccess permissions to the resource mailbox.
In the upper right corner of the OWA page, click the dropdown next to the logged on username and then enter the name of the resource mailbox in the Open Other Mailbox feature
When you log into a resource mailbox, click on Options and notice "Resource Settings" on the left pane as an available option just for Resource Mailboxes. You can set "Resource Scheduling Options", "Resource Scheduling Permissions", "Resource Privacy Options" and "Response Message" via this page. Every single option via the shell is available here in a GUI format.