Applies to: Exchange Server 2013, Exchange Online
Topic Last Modified: 2012-11-27
You can use the Shell to configure calendaring access settings for your users who connect to their mailboxes using IMAP4 connections. The settings you specify determine how your IMAP4 users can access their calendar and exchange calendar information (for example, send or respond to a meeting request) with other users.
For additional information related to IMAP4, see POP3 and IMAP4.
What do you need to know before you begin?
- Estimated time to complete: 5 minutes.
- You need to be assigned permissions before you can perform this
procedure or procedures. To see what permissions you need, see the
"IMAP4 settings" entry in the Clients and Mobile
Devices Permissions topic.
- For information about keyboard shortcuts that may apply to the
procedures in this topic, see Keyboard Shortcuts in
the Exchange Admin Center.
Tip: |
---|
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection. |
Use the Shell to set the calendar options for IMAP4
This example enables IMAP4 users to use the iCalendar standard, a standard for exchanging calendar information.
Copy Code | |
---|---|
Set-ImapSettings -Identity CAS01 -CalendarItemRetrievalOption iCalendar |
This example enables IMAP4 users to access calendar information from an internal server.
Copy Code | |
---|---|
Set-ImapSettings -Identity CAS01 -CalendarItemRetrievalOption IntranetUrl |
This example enables IMAP4 users to access calendar information from the Internet on an external server.
Copy Code | |
---|---|
Set-ImapSettings -CalendarItemRetrievalOption InternetUrl |
This example enables IMAP4 users to access calendar
information by using a direct Outlook Web App URL. If you’re using
Custom
, you must specify an Outlook Web App URL using
the OWAServerUrl parameter.
Copy Code | |
---|---|
Set-Imap4Settings -CalendarItemRetrievalOption Custom -OwaServerUrl "https://OwaServer01" |
After you've specified the calendar options for IMAP4, you must restart the IMAP4 services. For information about how to restart the IMAP4 services, see Start and Stop the IMAP4 Services.
For more information about syntax and parameters, see Set-ImapSettings.
How do you know this worked?
To verify that you’ve successfully set calendar options, do the following:
Run the following command in the Shell.
Copy Code | |
---|---|
Get-ImapSettings | format-list |
Verify that the calendar settings are correct.
For more information
After you set the calendar options for IMAP4, you may also want to: