Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2012-11-15
Use the New-OrganizationRelationship cmdlet to create a relationship with an external Microsoft Exchange Server 2010 organization to access free/busy information, to secure e-mail by using federated delivery, or to move mailboxes between on-premises Exchange servers and the cloud-based service.
Syntax
New-OrganizationRelationship -Name <String>
-DomainNames <MultiValuedProperty> [-ArchiveAccessEnabled
<$true | $false>] [-Confirm [<SwitchParameter>]]
[-DeliveryReportEnabled <$true | $false>] [-DomainController
<Fqdn>] [-Enabled <$true | $false>]
[-FreeBusyAccessEnabled <$true | $false>]
[-FreeBusyAccessLevel <None | AvailabilityOnly |
LimitedDetails>] [-FreeBusyAccessScope <GroupIdParameter>]
[-MailboxMoveEnabled <$true | $false>]
[-MailTipsAccessEnabled <$true | $false>]
[-MailTipsAccessLevel <None | Limited | All>]
[-MailTipsAccessScope <GroupIdParameter>] [-Organization
<OrganizationIdParameter>] [-OrganizationContact
<SmtpAddress>] [-TargetApplicationUri <Uri>]
[-TargetAutodiscoverEpr <Uri>] [-TargetOwaURL <Uri>]
[-TargetSharingEpr <Uri>] [-WhatIf
[<SwitchParameter>]]
|
Detailed Description
Before you can create an organization relationship, you must first create a federation trust. For more information, see Understanding Federation.
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Organization relationships" entry in the Mailbox Permissions topic.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Name |
Required |
System.String |
The Name parameter specifies the meaningful name of the organization relationship. |
DomainNames |
Required |
Microsoft.Exchange.Data.MultiValuedProperty |
The DomainNames parameter specifies the SMTP domains of the external organization. If adding multiple domain names, separate each entry with a comma. |
ArchiveAccessEnabled |
Optional |
System.Boolean |
The ArchiveAccessEnabled parameter specifies whether the
organization relationship has been configured to provide remote
archive access. Valid input for the ArchiveAccessEnabled
parameter is |
Confirm |
Optional |
System.Management.Automation.SwitchParameter |
The Confirm switch causes the command to pause processing and requires you to acknowledge what the command will do before processing continues. You don't have to specify a value with the Confirm switch. |
DeliveryReportEnabled |
Optional |
System.Boolean |
The DeliveryReportEnabled parameter specifies whether Delivery Report data should be shared over this organization relationship. The accepted values are If set to
For message tracking to work in a cross-premise, Exchange
scenario, the DeliveryReportEnabled parameter must be set to
|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to Active Directory. |
Enabled |
Optional |
System.Boolean |
The Enabled parameter specifies whether to enable the
sharing relationship. This parameter can be used to completely stop
sharing for a particular relationship. The valid values for this
parameter are |
FreeBusyAccessEnabled |
Optional |
System.Boolean |
The FreeBusyAccessEnabled parameter specifies whether
this organization relationship should be used for retrieving
free/busy information from the external organization. The valid
values for this parameter are |
FreeBusyAccessLevel |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.FreeBusyAccessLevel |
The FreeBusyAccessLevel parameter specifies the maximum amount of detail that's returned to the requesting organization. You can use the following values:
|
FreeBusyAccessScope |
Optional |
Microsoft.Exchange.Configuration.Tasks.GroupIdParameter |
The FreeBusyAccessScope parameter specifies a security distribution group in the internal organization that contains users that can have their free/busy information accessed by an external organization. You can use the following values:
|
MailboxMoveEnabled |
Optional |
System.Boolean |
The MailboxMoveEnabled parameter specifies whether the
organization relationship is used for moving mailboxes to the
external organization. If this parameter isn't set, the move
requests require an administrator to provide a remote credential
for the remote organization. The valid values for this parameter
are |
MailTipsAccessEnabled |
Optional |
System.Boolean |
The MailTipsAccessEnabled parameter specifies whether
MailTips data for users in this organization will be returned over
this organization relationship. The accepted values are
|
MailTipsAccessLevel |
Optional |
Microsoft.Exchange.Data.Directory.SystemConfiguration.MailTipsAccessLevel |
The MailTipsAccessLevel parameter specifies the level of MailTips data that's externally shared over this organization relationship. This parameter can have the following values:
The default value is |
MailTipsAccessScope |
Optional |
Microsoft.Exchange.Configuration.Tasks.GroupIdParameter |
The MailTipsAccessScope parameter specifies a Security Distribution group in the organization that contains users for whom recipient-specific MailTips are returned over this organization relationship. The recipient-specific MailTips are:
If a group is specified, these MailTips are returned only for those recipients that are members of the specified group. If a group isn't specified, recipient-specific MailTips are returned for all recipients in the organization. By default, no group is specified. This restriction only applies to mailboxes, mail users, and mail contacts. It doesn’t apply to distribution groups. |
Organization |
Optional |
Microsoft.Exchange.Configuration.Tasks.OrganizationIdParameter |
This parameter is available for multi-tenant deployments. It isn't available for on-premises deployments. For more information about multi-tenant deployments, see Multi-Tenant Support. The Organization parameter specifies the organization in which you'll perform this action. This parameter doesn't accept wildcard characters, and you must use the exact name of the organization. |
OrganizationContact |
Optional |
Microsoft.Exchange.Data.SmtpAddress |
The OrganizationContact parameter specifies the e-mail address that can be used to contact the external organization, for example, administrator@fourthcoffee.com. |
TargetApplicationUri |
Optional |
System.Uri |
The TargetApplicationUri parameter specifies the target URI of the external organization. The TargetApplicationUri parameter is specified by Exchange when requesting a delegated token for the external organization to fetch free and busy information, for example, mail.contoso.com. |
TargetAutodiscoverEpr |
Optional |
System.Uri |
The TargetAutodiscoverEpr parameter specifies the Autodiscover URL of Exchange Web Services for the external organization, for example, https://contoso.com/autodiscover/autodiscover.svc/wssecurity. Exchange uses the Autodiscover service to automatically detect the correct Client Access server endpoint for external requests. |
TargetOwaURL |
Optional |
System.Uri |
The TargetOwaURL parameter specifies the Microsoft Office Outlook Web App URL of the external organization defined in the organization relationship. It is used for Outlook Web App redirection in a cross-premise Exchange scenario. Configuring this attribute enables users in the organization to use their current Outlook Web App URL to access Outlook Web App in the external organization. |
TargetSharingEpr |
Optional |
System.Uri |
The TargetSharingEpr parameter specifies the URL of the target Exchange Web Services for the external organization. If the TargetSharingEpr parameter is used, Exchange always uses this URL to reach the external Client Access server and doesn't use the TargetAutodiscoverEpr parameter information to locate the Client Access server. |
WhatIf |
Optional |
System.Management.Automation.SwitchParameter |
The WhatIf switch instructs the command to simulate the actions that it would take on the object. By using the WhatIf switch, you can view what changes would occur without having to apply any of those changes. You don't have to specify a value with the WhatIf switch. |
Input Types
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.
Return Types
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.
Examples
EXAMPLE 1
This example creates an organization relationship with Contoso. The domain names to connect to are contoso.com, northamerica.contoso.com, and europe.contoso.com. The following settings are used:
- Free/busy access is enabled.
- The requesting organization receives time, subject, and
location information from the target organization.
This example tries to automatically discover configuration information from the external organization by using the domain names provided in the Get-FederationInformation command. If you use this method to create your organization relationship, you must first make sure to create an organization identifier by using the Set-FederationOrganizationIdentifier cmdlet.
Copy Code | |
---|---|
Get-FederationInformation -DomainName Contoso.com | New-OrganizationRelationship -Name "Contoso" -FreeBusyAccessEnabled $true -FreeBusyAccessLevel LimitedDetails |
EXAMPLE 2
This example creates the organization relationship with Fourth Coffee using the following settings. In this example, the connection settings with the external organization are provided.
- The domain to connect to is mail.fourthcoffee.com.
- The Exchange Web Services application URL is
mail.fourthcoffee.com.
- The Autodiscover URL is
https://mail.fourthcoffee.com/autodiscover/autodiscover.svc/wssecurity.
- Free/busy access is enabled.
- The requesting organization only receives free/busy information
with the time.
Copy Code | |
---|---|
New-OrganizationRelationship -Name "Fourth Coffee" -DomainNames "mail.fourthcoffee.com" -FreeBusyAccessEnabled $true -FreeBusyAccessLevel AvailabilityOnly -TargetAutodiscoverEpr "https://mail.fourthcoffee.com/autodiscover/autodiscover.svc/wssecurity" -TargetApplicationUri "mail.fourthcofee.com" |