Which two Windows PowerShell cmdlets should you run?

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.

command: environment and in Exchange Online match. To determine this, run the following command in the Exchange

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.

command: environment and in Exchange Online match. To determine this, run the following command in the Exchange

A.
Get-OrganizationRelationship

B.
Get-SharingPolicy

C.
Get-CsMeetingConfiguration

D.
Get-CsClientPolicy

E.
Get-IntraOrganizationConnector

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
Get-OrganizationRelationship | FL
B: If the free/busy problem persists, make sure that the sharing policies in the on-premises Exchange Server
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



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Mezameru

Mezameru

Explanation contradicts the answers, correct answers are A and B.