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
Update Add-AvailabilityAddressSpace to clarify configurations needed for Free/busy sharing between online tenants
Removes -AccessMethod OrgWideFBBasic which was deprecated some time ago when basic auth was deprecated in Exchange Online.
Clarifies that -AccessMethod OrgWideFB is deprecated for accessing target forests in Exchange Online.
Adds -AccessMethod OrgWideFBToken which is now the only way to establish AvailabilityAddressSpace for Freebusy sharing across two tenants in Exchange Online.
Clarifies that -AccessMethod OrgWideFBToken also requires TargetTenantId and TargetServiceEpr for a successful configuration.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/ExchangePowerShell/Add-AvailabilityAddressSpace.md
+4-4Lines changed: 4 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 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.
85
-
-OrgWideFBBasic: Free/busy sharing between tenants that are all in Exchange Online.
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.
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.
224
+
This parameter is available only in the cloud-based service and is only used when AccessMethod is OrgWideFBToken.
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:
0 commit comments