Skip to content

Commit 879593c

Browse files
committed
Cleanup & Consolidate
1 parent 8d0bd5c commit 879593c

File tree

1 file changed

+2
-100
lines changed

1 file changed

+2
-100
lines changed

exchange/exchange-ps/exchange/Test-OrganizationRelationship.md

Lines changed: 2 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ schema: 2.0.0
66
# Test-OrganizationRelationship
77

88
## 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-
159
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.
1610

1711
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
2317
```
2418
Test-OrganizationRelationship [[-Identity] <OrganizationRelationshipIdParameter>]
2519
-UserIdentity <RecipientIdParameter> [-Confirm] [-DomainController <Fqdn>]
26-
[-Organization <OrganizationIdParameter>] [-WhatIf] [<CommonParameters>]
20+
[-WhatIf] [<CommonParameters>]
2721
```
2822

2923
## DESCRIPTION
30-
!!! Exchange Server 2010
31-
32-
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-
4824
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.
4925

5026
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
5329

5430
## EXAMPLES
5531

56-
### Example 1 -------------------------- (Exchange Server 2010)
57-
```
58-
Test-OrganizationRelationship -UserIdentity [email protected] -Identity contoso.com -Confirm
59-
```
60-
61-
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)
64-
```
65-
Test-OrganizationRelationship -UserIdentity [email protected] -Identity contoso.com -Confirm
66-
```
67-
68-
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)
71-
```
72-
Test-OrganizationRelationship -UserIdentity [email protected] -Identity contoso.com -Confirm
73-
```
74-
75-
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)
32+
### Example 1
7833
```
7934
Test-OrganizationRelationship -UserIdentity [email protected] -Identity contoso.com -Confirm
8035
```
@@ -84,30 +39,6 @@ This example validates the organization relationship deployed in the Exchange or
8439
## PARAMETERS
8540

8641
### -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-
11142
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:
11243

11344
- Distinguished name (DN)
@@ -126,8 +57,6 @@ The UserIdentity parameter specifies the mailbox for which a delegation token is
12657

12758
- Primary SMTP email address
12859

129-
130-
13160
```yaml
13261
Type: RecipientIdParameter
13362
Parameter Sets: (All)
@@ -162,20 +91,10 @@ Accept wildcard characters: False
16291
```
16392
16493
### -DomainController
165-
!!! Exchange Server 2010
166-
167-
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-
17394
This parameter is available only in on-premises Exchange.
17495
17596
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.
17697
177-
178-
17998
```yaml
18099
Type: Fqdn
181100
Parameter Sets: (All)
@@ -211,22 +130,6 @@ Accept pipeline input: True
211130
Accept wildcard characters: False
212131
```
213132
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-
230133
### -WhatIf
231134
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.
232135
@@ -261,4 +164,3 @@ To see the return types, which are also known as output types, that this cmdlet
261164
## RELATED LINKS
262165
263166
[Online Version](https://technet.microsoft.com/library/80be049b-61f2-4751-906a-7de5fb63e4f3.aspx)
264-

0 commit comments

Comments
 (0)