Skip to content

Update Add-AvailabilityAddressSpace to clarify configurations for relationships between online tenants #12990

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ In Exchange Online, this example sets up the sharing of free/busy information wi
The AccessMethod parameter specifies how the free/busy data is accessed. Valid values are:

- 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.
- 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.
- OrgWideFBBasic: Free/busy sharing between tenants that are all in Exchange Online.
- 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.
- 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.
- InternalProxy: The request is proxied to an Exchange server in the site that's running a later version of Exchange.
- PublicFolder: This value was used to access free/busy data on Exchange Server 2003 servers.

Expand Down Expand Up @@ -229,6 +229,8 @@ The TargetServiceEpr parameter specifies the Exchange Online Calendar Service UR
- Office 365 operated by 21Vianet: partner.outlook.cn
- Microsoft 365 GCC High or DoD: outlook.office365.us

You use this parameter only when the AccessMethod parameter value is OrgWideFBToken.

```yaml
Type: String
Parameter Sets: (All)
Expand All @@ -249,6 +251,8 @@ This parameter is available only in the cloud-based service.

The TargetTenantID parameter specifies the tenant ID of the external Microsoft 365 organization that you're trying to read free/busy information from.

You use this parameter only when the AccessMethod parameter value is OrgWideFBToken.

```yaml
Type: String
Parameter Sets: (All)
Expand Down