

End of support notice: On March 31, 2027, AWS will end support for Amazon WorkMail. After March 31, 2027, you will no longer be able to access the Amazon WorkMail console or Amazon WorkMail resources. For more information, see [Amazon WorkMail end of support](https://docs.aws.amazon.com/workmail/latest/adminguide/workmail-end-of-support.html). 

# Configure availability settings in Microsoft Exchange
<a name="enable_interop_ms"></a>

To redirect all calendar free/busy information requests for enabled users to Amazon WorkMail, set up an availability address space in Microsoft Exchange.

Use the following PowerShell command to create the address space:

```
$credentials = Get-Credential
```

At the prompt, enter the credentials of the Amazon WorkMail service account. The username should be entered as **domain\$1username** (that is, ***orgname*.awsapps.com\$1workmail\$1service\$1account\$1*username***. Here, ***orgname*** represents the name of the Amazon WorkMail organization. For more information, see [Create service accounts in Microsoft Exchange and Amazon WorkMail](interoperability.md#create-serviceacct).

```
Add-AvailabilityAddressSpace -ForestName orgname.awsapps.com -AccessMethod OrgWideFB -Credentials $credentials
```

For more information, see [Add-AvailabilityAddressSpace](https://technet.microsoft.com/en-us/library/bb124122.aspx) on Microsoft Docs.