70-346 Free Dumps Study Materials
Question 13: An organization is migrating from an on-premises Exchange organization to Office 365 tenant.
Users report that they cannot see the free/busy information for other users.
You need to determine why free/busy information does not display.
Which two Windows PowerShell cmdlets should you run? Each correct answer presents a complete
solution.
A. Get-SharingPolicy
B. Get-IntraOrganizationConnector
C. Get-OrganizationRelationship
D. Get-CsMeetingConfiguration
E. Get-CsClientPolicy
Correct Answer: C,E
Explanation
A: Problem: Free/busy information can't be retrieved from one environment Users can't access
free/busy information through Exchange federation in one direction only.
To display the trust information that is currently set up for the default Office 365 domain, run the
following command:
Get-OrganizationRelationship | FL
B: If the free/busy problem persists, make sure that the sharing policies in the on-premises Exchange
Server environment and in Exchange Online match. To determine this, run the following command in
the Exchange ManagementShell, and then note the value in the Domains field in the results:
Get-SharingPolicy | FL
References: https://support.microsoft.com/en-us/kb/2555008