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/exchange/Test-OrganizationRelationship.md
+2-100Lines changed: 2 additions & 100 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@ schema: 2.0.0
6
6
# Test-OrganizationRelationship
7
7
8
8
## SYNOPSIS
9
-
!!! Exchange Server 2010
10
-
11
-
Use the Test-OrganizationRelationship cmdlet to verify that the organization relationship is properly configured and functioning as expected.
12
-
13
-
!!! Exchange Server 2013, Exchange Server 2016, Exchange Online
14
-
15
9
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
16
10
17
11
Use the Test-OrganizationRelationship cmdlet to verify that the organization relationship is properly configured and functioning as expected.
@@ -23,28 +17,10 @@ For information about the parameter sets in the Syntax section below, see Exchan
The Test-OrganizationRelationship cmdlet doesn't include any functional tests of federated sharing features, such as accessing user free/busy information or moving mailboxes between organizations. It only verifies that the configuration will allow these features to work correctly.
33
-
34
-
Before you can test an organization relationship, you must first create an organization relationship. For more information, see Create an Organization Relationship.
35
-
36
-
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.
37
-
38
-
!!! Exchange Server 2013
39
-
40
-
The Test-OrganizationRelationship cmdlet doesn't include any functional tests of federated sharing features, such as accessing user free/busy information or moving mailboxes between organizations. It only verifies that the configuration will allow these features to work correctly.
41
-
42
-
Before you can test an organization relationship, you must first create an organization relationship. For more information, see Create an organization relationship.
43
-
44
-
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 Recipients Permissions topic.
45
-
46
-
!!! Exchange Server 2016, Exchange Online
47
-
48
24
The Test-OrganizationRelationship cmdlet doesn't include any functional tests of federated sharing features, such as accessing user free/busy information or moving mailboxes between organizations. It only verifies that the configuration will allow these features to work correctly.
49
25
50
26
Before you can test an organization relationship, you must first create an organization relationship. For more information, see Create an organization relationship.
@@ -53,28 +29,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
53
29
54
30
## EXAMPLES
55
31
56
-
### Example 1 -------------------------- (Exchange Server 2010)
This example validates the organization relationship deployed in the Microsoft Exchange Server 2010 organization and checks whether a delegation token can be retrieved for a mailbox for the external organization domain contoso.com.
62
-
63
-
### Example 1 -------------------------- (Exchange Server 2013)
This example validates the organization relationship deployed in the Exchange organization and checks whether a delegation token can be retrieved for a mailbox for the external organization domain contoso.com.
69
-
70
-
### Example 1 -------------------------- (Exchange Server 2016)
This example validates the organization relationship deployed in the Exchange organization and checks whether a delegation token can be retrieved for a mailbox for the external organization domain contoso.com.
76
-
77
-
### Example 1 -------------------------- (Exchange Online)
@@ -84,30 +39,6 @@ This example validates the organization relationship deployed in the Exchange or
84
39
## PARAMETERS
85
40
86
41
### -UserIdentity
87
-
!!! Exchange Server 2010
88
-
89
-
The UserIdentity parameter specifies the mailbox for which a delegation token is requested to access the external organization's configuration information. You can use any of the following values:
90
-
91
-
- Distinguished name (DN)
92
-
93
-
- Canonical name
94
-
95
-
- GUID
96
-
97
-
- Name
98
-
99
-
- Display name
100
-
101
-
- Alias
102
-
103
-
- Exchange DN
104
-
105
-
- Primary SMTP e-mail address
106
-
107
-
108
-
109
-
!!! Exchange Server 2013, Exchange Server 2016, Exchange Online
110
-
111
42
The UserIdentity parameter specifies the mailbox for which a delegation token is requested to access the external organization's configuration information. You can use any of the following values:
112
43
113
44
- Distinguished name (DN)
@@ -126,8 +57,6 @@ The UserIdentity parameter specifies the mailbox for which a delegation token is
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
168
-
169
-
170
-
171
-
!!! Exchange Server 2013, Exchange Server 2016, Exchange Online
172
-
173
94
This parameter is available only in on-premises Exchange.
174
95
175
96
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
176
97
177
-
178
-
179
98
```yaml
180
99
Type: Fqdn
181
100
Parameter Sets: (All)
@@ -211,22 +130,6 @@ Accept pipeline input: True
211
130
Accept wildcard characters: False
212
131
```
213
132
214
-
### -Organization
215
-
The Organization parameter is reserved for internal Microsoft use.
216
-
217
-
```yaml
218
-
Type: OrganizationIdParameter
219
-
Parameter Sets: (All)
220
-
Aliases:
221
-
Applicable: Exchange Server 2010
222
-
223
-
Required: False
224
-
Position: Named
225
-
Default value: None
226
-
Accept pipeline input: False
227
-
Accept wildcard characters: False
228
-
```
229
-
230
133
### -WhatIf
231
134
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
232
135
@@ -261,4 +164,3 @@ To see the return types, which are also known as output types, that this cmdlet
0 commit comments