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 sets up the sharing of free/busy information in Exchange Online. You're requesting to read free/busy information of contoso.com (tenant ID value 9d341953-da1f-41b0-8810-76d6ef905273), and contoso.com is a regular Microsoft 365 organization.
73
+
67
74
## PARAMETERS
68
75
69
76
### -AccessMethod
70
77
The AccessMethod parameter specifies how the free/busy data is accessed. Valid values are:
71
78
72
79
- 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
80
- 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.
81
+
- OrgWideFBBasic: Free/busy sharing between tenants that are all in Exchange Online.
75
82
- InternalProxy: The request is proxied to an Exchange in the site that has a later version of Exchange.
76
83
- 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.
200
207
201
-
{{ Fill TargetServiceEpr Description }}
208
+
The TargetServiceEpr parameter specificies the Exchange Online Calendar Service URL of the external organization whose free/busy informaton you're trying to read. Valid values are:
209
+
210
+
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
211
+
- Office 365 operated by 21Vianet: partner.outlook.cn
212
+
- Microsoft 365 GCC High or DoD: outlook.office365.us
0 commit comments