Skip to content

Commit d632453

Browse files
committed
Cleanup
1 parent 59bf29d commit d632453

File tree

1 file changed

+6
-104
lines changed

1 file changed

+6
-104
lines changed

exchange/exchange-ps/exchange/Set-MigrationEndpoint.md

Lines changed: 6 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
## SYNOPSIS
99
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.
1010

11-
Use the Set-MigrationEndpoint cmdlet to edit settings for cutover or staged Exchange migrations, IMAP migrations, and remote moves.
11+
Use the Set-MigrationEndpoint cmdlet to edit settings for cutover or staged Exchange migrations, IMAP migrations and remote moves.
1212

1313
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
1414

@@ -17,41 +17,15 @@ For information about the parameter sets in the Syntax section below, see Exchan
1717
```
1818
Set-MigrationEndpoint [-Identity] <MigrationEndpointIdParameter>
1919
[-Authentication <Basic | Digest | Ntlm | Fba | WindowsIntegrated | LiveIdFba | LiveIdBasic | WSSecurity | Certificate | NegoEx | OAuth | Adfs | Kerberos | Negotiate | LiveIdNegotiate | Misconfigured>]
20-
[-Confirm] [-Credentials <PSCredential>] [-DomainController <Fqdn>] [-EmailAddress <SmtpAddress>]
21-
[-ExchangeServer <String>] [-MailboxPermission <Admin | FullAccess>]
22-
[-MaxConcurrentIncrementalSyncs <Unlimited>] [-MaxConcurrentMigrations <Unlimited>] [-NspiServer <String>]
20+
[-Confirm] [-Credentials <PSCredential>] [-DomainController <Fqdn>] [-ExchangeServer <String>]
21+
[-MailboxPermission <Admin | FullAccess>] [-MaxConcurrentIncrementalSyncs <Unlimited>]
22+
[-MaxConcurrentMigrations <Unlimited>] [-NspiServer <String>]
2323
[-Port <Int32>] [-RemoteServer <Fqdn>] [-RpcProxyServer <Fqdn>] [-Security <None | Ssl | Tls>]
2424
[-SkipVerification] [-SourceMailboxLegacyDN <String>] [-TestMailbox <MailboxIdParameter>] [-WhatIf]
2525
[-Partition <MailboxIdParameter>] [-PublicFolderDatabaseServerLegacyDN <String>] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
29-
!!! Exchange Server 2013
30-
31-
Use the Set-MigrationEndpoint cmdlet to configure settings for different types of migration:
32-
33-
- Cross-forest move Move mailboxes between two different on-premises Exchange forests. Cross-forest moves require the use of a RemoteMove endpoint.
34-
35-
- Remote move In a hybrid deployment, a remote move involves onboarding or offboarding migrations. Remote moves require the use of a RemoteMove endpoint. Onboarding moves mailboxes from an on-premises Exchange organization to Exchange Online in Office 365, and uses a RemoteMove endpoint as the source endpoint of the migration batch. Offboarding moves mailboxes from Exchange Online in Office 365 to an on-premises Exchange organization and uses a RemoteMove endpoint as the target endpoint of the migration batch.
36-
37-
- Cutover Exchange migration Migrate all mailboxes in an on-premises Exchange organization to Exchange Online in Office 365. Cutover Exchange migration requires the use of an Exchange endpoint.
38-
39-
- Staged Exchange migration Migrate a subset of mailboxes from an on-premises Exchange organization to Exchange Online in Office 365. Staged Exchange migration requires the use of an Exchange endpoint.
40-
41-
- IMAP migration Migrate mailbox data from an on-premises Exchange organization or other email system to Exchange Online in Office 365. For an IMAP migration, you must first create the cloud-based mailboxes before you migrate mailbox data. IMAP migrations require the use of an IMAP endpoint.
42-
43-
- Local Move mailboxes between different servers or databases within a single on-premises Exchange forest. Local moves don't require the use of an endpoint.
44-
45-
For more information about the different move and migration scenarios, see:
46-
47-
- Mailbox moves in Exchange 2013
48-
49-
- Manage on-premises moves
50-
51-
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 "Mailbox Move and Migration Permissions" section in the Recipients Permissions topic.
52-
53-
!!! Exchange Server 2016, Exchange Online
54-
5529
Use the Set-MigrationEndpoint cmdlet to configure settings for different types of migration:
5630

5731
- Cross-forest move: Move mailboxes between two different on-premises Exchange forests. Cross-forest moves require the use of a RemoteMove endpoint.
@@ -76,42 +50,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
7650

7751
## EXAMPLES
7852

79-
### Example 1 -------------------------- (Exchange Server 2013)
80-
```
81-
Set-MigrationEndpoint -Identity CutoverExchangeEndpoint01 -MaxConcurrentIncrementalSyncs 50 -NspiServer Server01.contoso.com
82-
```
83-
84-
This example changes the MaxConcurrentIncrementalSyncs setting to 50 on the CutoverExchangeEndpoint01 migration endpoint using the NSPI server Server01.
85-
86-
### Example 1 -------------------------- (Exchange Server 2016)
87-
```
88-
Set-MigrationEndpoint -Identity CutoverExchangeEndpoint01 -MaxConcurrentIncrementalSyncs 50 -NspiServer Server01.contoso.com
89-
```
90-
91-
This example changes the MaxConcurrentIncrementalSyncs setting to 50 on the CutoverExchangeEndpoint01 migration endpoint using the NSPI server Server01.
92-
93-
### Example 1 -------------------------- (Exchange Online)
53+
### Example 1
9454
```
9555
Set-MigrationEndpoint -Identity CutoverExchangeEndpoint01 -MaxConcurrentIncrementalSyncs 50 -NspiServer Server01.contoso.com
9656
```
9757

9858
This example changes the MaxConcurrentIncrementalSyncs setting to 50 on the CutoverExchangeEndpoint01 migration endpoint using the NSPI server Server01.
9959

100-
### Example 2 -------------------------- (Exchange Server 2013)
101-
```
102-
Set-MigrationEndpoint -Identity Onboardingmigrationendpoint01 -MaxConcurrentMigrations 10 -RemoteServer Server01.contoso.com
103-
```
104-
105-
This example changes the MaxConcurrentMigrations setting to 10 on the Onboardingmigrationendpoint01 migration endpoint using the remote server, Server01.
106-
107-
### Example 2 -------------------------- (Exchange Server 2016)
108-
```
109-
Set-MigrationEndpoint -Identity Onboardingmigrationendpoint01 -MaxConcurrentMigrations 10 -RemoteServer Server01.contoso.com
110-
```
111-
112-
This example changes the MaxConcurrentMigrations setting to 10 on the Onboardingmigrationendpoint01 migration endpoint using the remote server, Server01.
113-
114-
### Example 2 -------------------------- (Exchange Online)
60+
### Example 2
11561
```
11662
Set-MigrationEndpoint -Identity Onboardingmigrationendpoint01 -MaxConcurrentMigrations 10 -RemoteServer Server01.contoso.com
11763
```
@@ -175,22 +121,11 @@ Accept wildcard characters: False
175121
```
176122
177123
### -Credentials
178-
!!! Exchange Server 2013
179-
180-
The Credentials parameter specifies the credentials to use for connecting to the remote endpoint. Credentials should be used when creating either a staged or cutover Exchange endpoint or a RemoteMove endpoint.
181-
182-
This parameter requires the creation and passing of a credential object. This credential object is created by using the Get-Credential cmdlet. For more information, see Get-Credential (https://go.microsoft.com/fwlink/p/?linkId=142122).
183-
184-
185-
186-
!!! Exchange Server 2016, Exchange Online
187-
188124
The Credentials parameter specifies the credentials to use for connecting to the remote endpoint. Credentials should be used when creating either a staged or cutover Exchange endpoint or a RemoteMove endpoint.
189125
190126
This parameter requires you to create a credentials object by using the Get-Credential cmdlet. For more information, see Get-Credential (https://go.microsoft.com/fwlink/p/?linkId=142122).
191127
192128
193-
194129
```yaml
195130
Type: PSCredential
196131
Parameter Sets: (All)
@@ -222,24 +157,6 @@ Accept pipeline input: False
222157
Accept wildcard characters: False
223158
```
224159
225-
### -EmailAddress
226-
This parameter is available only in the cloud-based service.
227-
228-
The EmailAddress parameter specifies the email address of an administrator account that can access the remote server.
229-
230-
```yaml
231-
Type: SmtpAddress
232-
Parameter Sets: (All)
233-
Aliases:
234-
Applicable: Exchange Server 2013
235-
236-
Required: False
237-
Position: Named
238-
Default value: None
239-
Accept pipeline input: False
240-
Accept wildcard characters: False
241-
```
242-
243160
### -ExchangeServer
244161
This parameter is available only in the cloud-based service.
245162
@@ -351,26 +268,12 @@ Accept wildcard characters: False
351268
```
352269
353270
### -RemoteServer
354-
!!! Exchange Server 2013
355-
356-
The RemoteServer parameter specifies the remote server depending on the protocol type for moves.
357-
358-
- For Microsoft Exchange Server 2013 and Exchange Server 2010 moves, this parameter refers to the FQDN of a Client Access server or array, or group of Client Access servers behind a supported network load balancer.
359-
360-
- For IMAP moves, this parameter refers to the FQDN of the IMAP server.
361-
362-
363-
364-
!!! Exchange Server 2016, Exchange Online
365-
366271
The RemoteServer parameter specifies the remote server depending on the protocol type for moves:
367272
368273
- Exchange server moves: The FQDN of an Exchange server that has the Client Access role installed, a Client Access server array, or a group of Client Access servers that are located behind a supported network load balancer.
369274
370275
- IMAP moves: The FQDN of the IMAP server.
371276
372-
373-
374277
```yaml
375278
Type: Fqdn
376279
Parameter Sets: (All)
@@ -536,4 +439,3 @@ To see the return types, which are also known as output types, that this cmdlet
536439
## RELATED LINKS
537440
538441
[Online Version](https://technet.microsoft.com/library/bebd0d6e-0bae-416b-a596-81dba35b4bab.aspx)
539-

0 commit comments

Comments
 (0)