You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example is useful with a trusted cross-forest Availability service. The contoso.com forest trusts the current forest and uses the service account (typically the local system account or the computer account) to connect to the contoso.com forest. Because the service is trusted, there is no issue with authorization when the current forest tries to retrieve free/busy information from contoso.com.
This example is for setting up sharing of free/busy information for Exchange Online. In this example you are requesting to read free/busy information of example.contoso.com with tenant ID 9d341953-da1f-41b0-8810-76d6ef905273 represtend by ForestName and TargetTenantID parameters. TargetServiceEpr is set to Exchange Online endpoint depending on where the requested tenant is loated in the cloud.
74
+
67
75
## PARAMETERS
68
76
69
77
### -AccessMethod
70
78
The AccessMethod parameter specifies how the free/busy data is accessed. Valid values are:
71
79
72
80
- PerUserFB: Per-user free/busy information can be requested. The free/busy data is accessed in the defined per-user free/busy proxy account or group, or in the All Exchange Servers group. This value requires a trust between the two forests, and requires you to use either the UseServiceAccount parameter or Credentials parameter.
73
81
- OrgWideFB: Only default free/busy for each user can be requested. The free/busy data is accessed in the per-user free/busy proxy account or group in the target forest. This value requires you to use either the UseServiceAccount parameter or Credentials parameter.
74
-
- OrgWideFBBasic: This value is reserved for internal Microsoft use.
82
+
- OrgWideFBBasic: Only specified for free/busy sharing between tenants that are all in Exchange Online.
75
83
- InternalProxy: The request is proxied to an Exchange in the site that has a later version of Exchange.
76
84
- PublicFolder: This value was used to access free/busy data on Exchange Server 2003 servers.
This parameter is available only in the cloud-based service.
207
+
The TargetServiceEPR parameter specificies the Exchange Online Calendar Service URL of the external organization whose free/busy informaton you are trying to read.
208
+
The following are the Exchange Online Calendar Service URLs for external organization in different Exchange Online environments
200
209
201
-
{{ Fill TargetServiceEpr Description }}
210
+
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
211
+
- Office 365 operated by 21Vianet: partner.outlook.cn
212
+
- Microsoft 365 DoD or GCC High: outlook.office365.us
0 commit comments