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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/ExchangePowerShell/Add-AvailabilityAddressSpace.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,8 @@ In Exchange Online, this example sets up the sharing of free/busy information wi
81
81
The AccessMethod parameter specifies how the free/busy data is accessed. Valid values are:
82
82
83
83
- 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.
84
-
- OrgWideFB: Only the 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. This is deprecated for accessing target forests in Exchange Online.
85
-
- OrgWideFBToken: Used for free/busy sharing between two tenants in Exchange Online. Only the default free/busy for each user can be requested. This option also requires you to set both TargetTenantId and TargetServiceEpr.
84
+
- OrgWideFB: Only the 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. This value is deprecated for accessing target forests in Exchange Online.
85
+
- OrgWideFBToken: Used for free/busy sharing between two tenants in Exchange Online. Only the default free/busy for each user can be requested. This value also requires you to set both the TargetTenantId and TargetServiceEpr parameters.
86
86
- InternalProxy: The request is proxied to an Exchange server in the site that's running a later version of Exchange.
87
87
- 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 and is only used when AccessMethod is OrgWideFBToken.
224
+
This parameter is available only in the cloud-based service.
225
225
226
226
The TargetServiceEpr parameter specifies the Exchange Online Calendar Service URL of the external Microsoft 365 organization that you're trying to read free/busy information from. Valid values are:
227
227
228
228
- Microsoft 365 or Microsoft 365 GCC: outlook.office.com
229
229
- Office 365 operated by 21Vianet: partner.outlook.cn
230
230
- Microsoft 365 GCC High or DoD: outlook.office365.us
231
231
232
+
You use this parameter only when the AccessMethod parameter value is OrgWideFBToken.
0 commit comments