Troubleshoot free/busy issues in Exchange hybrid environment
Who is it for?
Tenant administrators. Elevated access is required for many of the steps.
How does it work?
We'll begin by asking you the issue you are facing. Then we'll take you through a series of troubleshooting steps that are specific to your situation.
Estimated time of completion:
30-60 minutes.
Welcome to the hybrid environment free/busy troubleshooter
Select the option that best describes the issue that you are facing:
Note
If you want to review how free/busy works in a hybrid deployment, select the I want to better understand how Hybrid Free/Busy is supposed to work option.
- My Cloud user cannot see Free/busy for an on-premises user
- My On-premises user cannot see Free/busy for a cloud user
- I want to see some common tools for troubleshooting Free/busy issues
- I want to better understand how Hybrid Free/Busy is supposed to work
On-premises Exchange server version in your environment
To better understand how Hybrid Free/Busy is supposed to work, review the following flowcharts. Select the version of the on-premises Exchange server that matches your environment:
The Exchange 2010/2013 free/busy workflow
The following diagram shows the Exchange 2010/2013 free/busy workflow:
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Welcome to the hybrid environment free/busy troubleshooter.
The Exchange 2007 free/busy workflow
The following diagram shows the Exchange 2007 free/busy workflow:
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Welcome to the hybrid environment free/busy troubleshooter.
Exchange 2003 free/busy workflow
The following diagram shows the Exchange 2003 free/busy workflow:
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Welcome to the hybrid environment free/busy troubleshooter.
Does Free/busy work on-premises
Sign in to an on-premises user's mailbox and then try to view the Free/Busy for another on-premises user. This test is to verify that you do not have any issues with availability information retrieval within your on-premises environment.
Were you able to see the Free/busy information?
- If yes, see Cloud user cannot see On-premises user's Free/Busy.
- If no, see You have an on-premises free/busy issue.
You have an on-premises free/busy issue
This troubleshooter is used to diagnose free/busy issues in a hybrid environment. This doesn't seem to be your immediate issue. After the on-premises free/busy issues are addressed, restart this troubleshooter. For information about how to troubleshoot some common on-premises free/busy issues, see Troubleshooting Free/Busy Information for Outlook 2007.
Cloud user can't see On-premises user's Free/Busy
Use the following methods to verify that Autodiscover can be resolved from an external source and that the Firewall is open.
Method 1: Verify that Autodiscover is resolving to the on-premises Exchange CAS server
From an external computer, open Command Prompt and type the following commands and press ENTER after each command:
- NSLookup
- autodiscover.<Your_Domain.com>
In the response to the command, the "Address" value should be the external IP of the on-premises Exchange CAS server. For example: Name:
autodiscover.contoso.com
Address: 38.96.29.10
Method 2: Verify that you can send an Autodiscover POST request to potential Autodiscover URLs
- Go to Microsoft Remote Connectivity Analyzer.
- On Microsoft Office Outlook Connectivity Tests, select Outlook Autodiscover, and then select Next.
- Complete the Outlook Autodiscover form (Email address, User Name and password), then select Perform Test.
If the Exchange connectivity tests fail for autodiscover, check the on-premises Autodiscover Internet Access configuration. For more information, see the Microsoft TechNet topic Configure the Autodiscover Service for Internet Access.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Cloud user cannot see On-premises user's Free/Busy.
Cloud user cannot see On-premises user's Free/Busy (if issue isn't resolved)
Verify that the autodiscover endpoint is pointing to the on-premises Exchange Hybrid Server(s).
Check the IIS logs on the Exchange Hybrid server to verify that the Autodiscover POST request is being received by this server:
On the Exchange Hybrid Server, select Start > Run, type %SystemDrive%\inetpub\logs\LogFiles, and then press ENTER.
Open the W3SVC1 folder, then open the most recent IIS log file.
Search for Autodiscover.
The following screenshot shows an example of the Autodiscover POST request on IIS log:
If you do not see any entry for Autodiscover in your on-premises Exchange hybrid deployment server, the firewall may be pointing to a wrong CAS server.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Cloud user cannot see On-premises user's Free/Busy.
Cloud user cannot see On-premises user's Free/Busy (if issue not resolved)
Is the domain name present in the org relationship?
To verify the domain name value in the Organization Relationship, follow these steps:
In Windows PowerShell, run the following command:
Get-OrganizationRelationship -Identity "Exchange Online to On Premises Organization Relationship" | FL
Check DomainName value. The vanity domain (
yourdomain.com
) should be present.If the DomainName value is missing your vanity domain, run the following command:
Set-OrganizationRelationship -Identity "Exchange Online to On Premises Organization Relationship" -DomainName yourdomain.com
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Cloud user cannot see On-premises user's Free/Busy.
Cloud user can't see On-premises user's Free/Busy (if issue can't be solved)
Is IIS handler Mapping missing?
Determine whether Internet Information Services (IIS) configuration is missing the svc-Integrated handler mapping for the Autodiscover endpoint.
On the on-premises Exchange 2010 hybrid deployment server, open Internet Information Services (IIS) Manager.
Expand ServerName > Site > Default Web Site, and then select Autodiscover.
On IIS section, open Handler Mappings. The following screenshot shows an example of the svc-Integrated handler mapping in IIS:
If the IIS is missing the svc-Integrated handler mapping, see "Exception has been thrown by the target" error in a hybrid deployment of Microsoft 365 and your on-premises environment.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Cloud user cannot see On-premises user's Free/Busy.
Cloud user cannot see On-premises user's Free/Busy (if issue is still not solved)
Follow these steps to verify if EWS has External URL set:
On the on-premises Exchange hybrid deployment server, open Exchange Management Shell, and then run the following cmdlet:
Get-WebServicesVirtualDirectory | FL Name,Server,externalURL
If the ExternalURL is missing on the Exchange hybrid deployment server, run the following cmdlet:
Set-WebServicesVirtualDirectory -Identity "ServerName\EWS (Default Web Site)" -ExternalUrl https://mail.contoso.com/ews/exchange.asmx
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Cloud user cannot see On-premises user's Free/Busy.
Cloud user cannot see On-premises user's Free/Busy (if issue still not resolved)
Verify that the Microsoft Exchange Web Services (EWS) is resolvable and there are no firewall issues.
Check IIS logs on the Exchange 2010/2013 CAS server(s) to confirm that Web Services request is being received by this server:
On the Exchange 2010/2013 CAS server, select Start > Run, type %SystemDrive%\inetpub\logs\LogFiles, and then press ENTER.
Open the W3SVC1 folder, and then open the latest IIS log file.
In the latest IIS log file, search for exchange.asmx/wssecurity. The following screenshot shows an example of the request in the IIS log:
If you do not see any entry for exchange.asmx/wssecurity in your on-premises Exchange 2010/2013 hybrid deployment server, the firewall may be pointing to a wrong CAS server, or you may have pre-authentication configured on the firewall. For information about how to bypass firewall pre-authentication, see Configure Forefront TMG for a hybrid environment.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Cloud user cannot see On-premises user's Free/Busy.
Cloud user can't see On-premises user's Free/Busy (if issue isn't solved)
Is IIS handler mapping missing on EWS?
Determine whether Internet Information Services (IIS) configuration is missing the svc-Integrated handler mapping for the EWS endpoint
On the on-premises Exchange hybrid deployment server, open Internet Information Services (IIS) Manager.
Expand ServerName > Site > Default Web Site, and then select EWS.
In the IIS area, open Handler Mappings. The following screenshot shows an example of the svc-Integrated handler mapping in IIS:
If the IIS is missing the svc-Integrated handler mapping, see Exception has been thrown by the target" error in a hybrid deployment of Microsoft 365 and your on-premises environment.
Did this solve your issue?
- IF yes, congratulations, your issue is resolved!
- If no, see Cloud user can't see On-premises user's Free/Busy.
Cloud user can't see On-premises user's Free/Busy (if issue is still not solved)
Is WSSecurity enabled as an authentication method?
On the on-premises Exchange hybrid deployment server, run the following command in Exchange Management Shell:
Get-WebServicesVirtualDirectory | fl name,server,externalURL,ExternalAuthenticationMethods
If the WSSecurity is missing for ExternalAuthenticationMethods is missing on Exchange hybrid deployment server run the following command:
Set-WebServicesVirtualDirectory -Identity "ServerName\EWS (Default Web Site)" -WSSecurityAuthentication $true
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Cloud user can't see On-premises user's Free/Busy.
Cloud user cannot see On-premises user's Free/Busy (should verify Org Relationship settings)
Verify Org Relationship settings are configured correctly to enable Free/busy for the users.
For Online Settings
In Windows PowerShell, run the following command:
Get-OrganizationRelationship -Identity "Exchange Online to On Premises Organization Relationship" | FL
The output should resemble the following
- TargetApplicatioURI:
FYDIBOHF25SPDLT.Contoso.com
- TargetAutodiscoverURI:
https://autodiscover.contoso.com/autodiscover/autodiscover.svc/wssecurity
- DomainNames: {
Contoso.com
} - FreeBusyAccessEnabled: True
- FreeBusyAccessLevel: LimitedDetails
If a value must be changed, use the set-OrganizationRelationship
cmdlet to fix the property. For more information about syntax and options, see Set-OrganizationRelationship.
For On-Premises settings
On the Exchange 2010/2013 CAS, run the following command in the Exchange Management Shell:
Get-OrganizationRelationship -Identity "On Premises to Exchange Online Organization Relationship"
The output should resemble the following:
- TargetApplicatioURI:
outlook.com
- TargetAutodiscoverURI:
https://podxxx.outlook.com/autodiscover/autodiscover.svc/wssecurity
- DomainNames: {
xxxx.mail.onmicrosoft.com
,contoso.com
} - FreeBusyAccessEnabled: True
- FreeBusyAccessLevel: LimitedDetails
If a value must be changed, use the set-OrganizationRelationship
cmdlet to fix the property. For more information about syntax and options, see Set-OrganizationRelationship.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Contact support.
On-Premises user can't see cloud user's Free/busy
On which version of Exchange is the on-premises users' mailbox located?
Your Exchange 2003 user cannot see cloud user's free/busy
Can you reproduce the issue by using an on-premises Exchange 2010 mailbox?
- Log on to Outlook or an OWA client as a user who has an Exchange 2010 on-premises mailbox.
- Create a new meeting request and add a cloud user to the meeting request.
- When you view the scheduling assistant do you see hash marks for the cloud user?
- If yes, see On-premises user cannot see cloud user's Free/busy.
- If no, see Your Exchange 2003 user cannot see cloud user's free/busy.
Your Exchange 2003 user cannot see cloud user's free/busy (if issue not solved)
Verify that there is no hard-coded Public folder routing that would prevent the legacy Free/busy request from succeeding.
Note
This is not a common issue.
Verify that the ms-Exch-Folder-Affinity-List
attribute on the Exchange Server 2003 properties has Exchange 2010 ObjectGUID with the lowest cost (The format of this property is as follows: {guid of server},cost).
- On a Domain Controller, select Start, select Run, type adsiedit.msc, and then select OK.
- Right-click ADSI Edit, and then select Connect to.
- On Select a well known Naming Context, select Configuration, and then select OK.
- Expand Configuration > Services > Microsoft Exchange > First Organization > Exchange Administrative Group (FYDIBOHF23SPDLT) > Servers.
- Right-click Exchange 2010 server, and then select Properties.
- Copy the objectGUID value and then paste it in a notepad text file.
- Move to Configuration > Services > Microsoft Exchange > First Organization > First Administrative Group > Servers.
- Right-click Exchange Server 2003, and then select Properties.
- Verify that
ms-Exch-Folder-Affinity-List
value is set with Exchange 2010 objectGUID. If the Exchange 2010 objectGUID is not listed onms-Exch-Folder-Affinity-List
, you can add it by using the format: {guid of server},cost.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Contact support.
Your Exchange 2003 user cannot see cloud user's free/busy (can't reproduce)
Is the External Free/busy present and replicated correctly?
Add the OU=EXTERNAL (FYDIBOHF25SPDLT) public folder:
- Connect to the on-premises Exchange 2010 SP1 or later public folder server.
- Open Windows PowerShell.
- Run the cmdlet
Add-PsSnapin Microsoft.Exchange.Management.Powershell.Setup
. - Run the cmdlet
Install-FreeBusyFolder
.
Note
The OU=EXTERNAL (FYDIBOHF25SPDLT) public folder should only be present on Exchange 2010 servers and NOT replicated to Exchange 2003 or Exchange 2007.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Your Exchange 2003 user cannot see cloud user's free/busy.
Your Exchange 2003 user cannot see cloud user's free/busy (if issue not resolved)
Verify that the recipient object on the on-premises server has the correct LegacyExchangeDN configured.
Every cloud mailbox will have a corresponding on-premises Mail enabled object. For this kind of Free/busy query, we use the LegacyExchangeDN to route our request to the Proper Public folder server. To make sure that this value is accurate, follow these steps:
On the Exchange 2010 server, run the following command in the Exchange Management Shell:
Get-RemoteMailbox Username |fl LegacyExchangeDN
where username is the name of the cloud user that you are trying to see free/busy information for.
In the results, verify that the External (FYDIBOHF25SPDLT) is in the path. For example, the results should show the path as follows:
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Your Exchange 2003 user cannot see cloud user's free/busy.
Your Exchange 2003 user cannot see cloud user's free/busy (if issue isn't resolved)
Verify Permissions on Public folder.
To use the Exchange 2010 Public Folder Management Console to change the client permissions for the External (FYDIBOHF25SPDLT) free/busy replica, follow these steps:
Start the Exchange 2010 Exchange Management Console.
In the console tree, select Toolbox.
In the result pane, select Public Folder Management Console, and then in the action pane, select Open Tool. The Public Folder Management Console appears.
In the Public Folder Management Console, in the action pane, select Connect to Server.
In Connect to server, select Browse to view a list of the available Mailbox servers that contain a public folder database.
In Select Public Folder Servers, select the Exchange 2010 server. Select OK, and then select OK.
In the Public Folder tree, move to System Public Folder > SCHEDULE+ FREE/BUSY.
In the Result pane, right-click EX:/O=FIRST ORGANIZATION/OU=EXTERNAL (FYDIBOHF25SPDLT), and then select Properties.
On the Permissions tab, confirm that Edit all permission level is selected for the **Default user:
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Your Exchange 2003 user cannot see cloud user's free/busy.
Your Exchange 2003 user cannot see cloud user's free/busy (if issue is still not solved)
Is the arbitration mailbox missing or corrupted?
The Arbitration mailbox can be edited by using ADSIEdit. The federated.email account should be located in the default users container of Active Directory for the Exchange 2010 domain.
Use one of the following options:
Use adsiedit.
- Connect to the default naming context in Active Directory.
- Browse to the Users container and view the properties of the federated email account.
- Change the proxyaddress attributes of the account to either have ONE of the SMTP addresses already federated, or add the already existing proxy address namespace present into the federation trust.
From the Exchange Server 2003 open Active Directory Users and Computers.
- Move to the Users container and right-click the FederatedEmail account - then select Properties.
- If you go to the email addresses tab that you can add another proxy address to match the federation namespaces already configured, or add the pre-existing primary SMTP namespace to the federation trust.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Your Exchange 2003 user cannot access cloud user's free/busy.
Your Exchange 2007 user cannot access cloud user's free/busy
Can you repro with an on-premises Exchange 2010 or 2013 mailbox?
- Sign in to your Outlook or OWA client as a user who has an Exchange 2010 or 2013 on-premises mailbox.
- Create a new meeting request and add a cloud user to the meeting request.
- When you view the scheduling assistant do you see hash marks for the cloud user?
- If yes, see Exchange 2010/2013 user cannot see cloud user's free/busy.
- If no, see Your Exchange 2007 user can't access cloud user's free/busy.
Your Exchange 2007 user can't access cloud user's free/busy
Check the availability address space to make sure that it has the correct settings. This might be a misconfiguration of the AvailabilityAddressSpace. Check that ProxyURL value on AvailabilityAddressSpace configuration matches the InternalURL of the Exchange 2010/2013 CAS Web Service virtual directory. To do so, follow these steps:
On the on-premises server, run the following commands in Exchange Management Shell:
Get-AvailabilityAddressSpace | FL ProxyUrl Get-WebServicesVirtualDirectory | FL Server,InternalUrl
If the ProxyURL and InternalURL values do not match, run the following commands:
Remove-AvailabilityAddressSpace -Identity 'contoso.mail.onmicrosoft.com' Add-AvailabilityAddressSpace -ForestName contoso.mail.onmicrosoft.com' -AccessMethod 'InternalProxy' -UseServiceAccount 'True' -ProxyUrl https://cas2010.contoso.com/ews/exchange.asmx
If the
ProxyURL
andInternalURL
values do match, make sure that you can access the URL from the Exchange 2007 CAS server. To do this, move toProxyURL
of theAvailabilityAddressSpace
from CAS 2007. Authenticate with the Exchange 2007 source mailbox credential. The expected result is as follows:
Note
The InternalURL of the Exchange 2010/2013 CAS Web Service virtual directory should differ from Exchange 2007 CAS Web Service virtual directory.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Contact support.
Exchange 2010/2013 user cannot see cloud user's free/busy
Sign in to an on-premises user's mailbox and then try to view the Free/Busy for another on-premises user. This test is to verify that you do not have any issues with availability information retrieval within your on-premises environment.
Were you able to see the Free/busy information?
- If yes, see On-premises user cannot see cloud user's Free/busy.
- If no, see On-premises Free/busy is not working for 2010/2013.
On-premises user cannot see cloud user's Free/busy
Determine what error message you are receiving from OWA.
Use the affected user's account to log on to the on-premises OWA.
Create a new meeting request, and then add the on-premises user to the meeting.
When the Hash marks are returned rest the pointer over them to display the error message. Note the error code number in the error message.
Select the appropriate error message in the following list to help narrow the troubleshooting steps that you must follow:
- The attendee's server couldn't be found. For more information, please contact your helpdesk. (Error Code: 5039).
- The attendee's server couldn't be contacted. (Error Code: 5016).
- You don't have permission to see free/busy information for this attendee. (Error code 5037).
Exchange 2010/2013 user cannot see cloud user's free/busy (Error Code 5039)
If you must have web proxy settings in your environment, verify that the on-premises Exchange 2010 and Exchange 2013 servers are set to use it.
On the on-premises Exchange 2010 and Exchange 2013 server(s), run the following command in the Exchange Management Shell:
Get-ExchangeServer | fl InternetWebProxy
In most environments the results will be blank. However, if you have an outgoing proxy in your on-premises environment you may have to configure the correct proxy settings.
To resolve this issue, run the following command, where the address and port number http://192.168.5.56:8080
is replaced with your server address and port number:
Set-ExchangeServer -InternetWebProxy http://192.168.5.56:8080
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Exchange 2010/2013 user cannot see cloud user's free/busy.
Exchange 2010/2013 user cannot see cloud user's free/busy (if issue not resolved)
Make sure that the time set on your server is not inaccurate by more than 5 minutes. If the server time is more than 5-minutes difference from real time, the communications with the federation gateway become invalid. This causes free/busy to fail.
For information about how to fix server time issues, see How to configure an authoritative time server in Windows Server.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Contact support.
Exchange 2010/2013 user cannot see cloud user's free/busy (Error Code 5016)
Determine whether the correct target address is specified on the MEU on-premises. Every Cloud Mailbox will have a corresponding on-premises object. This object must have the correct remote routing address (also known as the target address) specified. The remote routing address should contain a domain name similar to TenantName.Mail.OnMicrosoft.com
.
To verify that the remote routing address is set, follow these steps:
On the Exchange 2010 server or Exchange 2013 server, run the following command in the Exchange Management Shell:
Get-RemoteMailbox Username |fl RemoteRoutingAddress
where username is the name of the cloud user that you are trying to see free/busy information for.
Verify that the address contains
TenantName.Mail.OnMicrosoft.com
Note
If you did not use the Hybrid configuration wizard, the domain name should reflect the remote routing domain that you have selected.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Exchange 2010/2013 user cannot see cloud user's free/busy.
Exchange 2010/2013 user cannot see cloud user's free/busy (Error code 5037)
Verify that the Org Relationship settings are configured correctly to enable Free/busy for the users.
For online settings
Connect to Exchange Online PowerShell.
In Windows PowerShell, run the following command:
Get-OrganizationRelationship -Identity "Exchange Online to On Premises Organization Relationship" | FL
The output should resemble the following:
- TargetApplicatioURI:
AppURL.Contoso.com
- TargetAutodiscoverURI:
https://autodiscover.contoso.com/autodiscover/autodiscover.svc/wssecurity
- DomainNames: {
Contoso.com
} - FreeBusyAccessEnabled: True
- FreeBusyAccessLevel: LimitedDetails
If a value must be changed, use the set-OrganizationRelationship
cmdlet to fix the property. For more information about syntax and options, see Set-OrganizationRelationship.
For on-premises settings
From the Exchange 2010/2013 CAS, run the following command in Exchange Management Shell:
Get-OrganizationRelationship -Identity "On Premises to Exchange Online Organization Relationship"
The output should resemble the following:
- TargetApplicatioURI:
outlook.com
- TargetAutodiscoverURI:
https://podxxx.outlook.com/autodiscover/autodiscover.svc/wssecurity
- DomainNames: {
xxxx.mail.onmicrosoft.com
,contoso.com
} - FreeBusyAccessEnabled: True
- FreeBusyAccessLevel: LimitedDetails
If a value must be changed, use the set-OrganizationRelationship
cmdlet to fix the property. For more information about syntax and options, see Set-OrganizationRelationship.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Exchange 2010/2013 user cannot see cloud user's free/busy.
Exchange 2010/2013 user cannot see cloud user's free/busy (if issue isn't solved)
Verify that a token can be created that has test-federation trust.
From the on-premises environment, verify that you can retrieve a delegation token that will be used for Free/busy authorization:
Open the Exchange Management Shell from the on-premises Exchange 2010 or 2013 server.
Run the command
Test-FederationTrust -UserIdentity User@company.com -verbose
where User is the on-premises user who has issues viewing the cloud user's free/busy information.The output should show success for every test. If there is a failure, use the Hybrid Configuration Wizard again to try to reset the federation trust.
Did this solve your issue?
- If yes, congratulations, your issue is resolved!
- If no, see Exchange 2010/2013 user cannot see cloud user's free/busy.
On-premises Free/busy is not working for 2010/2013
This guide is used to troubleshoot Hybrid free/busy issues. Based on you answers, you have on-premises issues. For information about how to troubleshoot common on-premises free/busy issues, see Troubleshooting Free/Busy Information for Outlook 2007.
Contact support
Sorry, we cannot resolve an unidentified issue by using this guide. For more help to resolve this issue, go to Microsoft Support.
Other useful resources:
- Remote Connectivity Analyzer tool
- How to troubleshoot issues that prevent a user from viewing other users' free/busy information in Office Outlook 2007 and in Outlook 2010 in Microsoft 365
- Video: Troubleshooting Issues with Free/Busy Information in Office Outlook Clients for Microsoft 365
- Free/busy lookups stop working in a cross-premises environment or in an Exchange Server hybrid deployment
Tools and resources
The following are some additional tools and resources for diagnosing issues with Hybrid Free/busy:
- Remote Connectivity Analyzer tool
- How to troubleshoot issues that prevent a user from viewing other users' free/busy information in Office Outlook 2007 and in Outlook 2010 in Microsoft 365
- Video: Troubleshooting Issues with Free/Busy Information in Office Outlook Clients for Microsoft 365
Is this information helpful?
- If yes, congratulations, your issue is resolved!
- If no, sorry, we cannot resolve this issue by using this guide.