Skip to content

Commit 0848e66

Browse files
committed
Updates to ExO migration cmdlets
Per Issue #2180
1 parent fdb8118 commit 0848e66

File tree

3 files changed

+39
-35
lines changed

3 files changed

+39
-35
lines changed

exchange/exchange-ps/exchange/move-and-migration/Remove-MigrationUser.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
1818
## SYNTAX
1919

2020
```
21-
Remove-MigrationUser [-Identity] <MigrationUserIdParameter> [-Confirm] [-DomainController <Fqdn>] [-Force]
22-
[-WhatIf] [-Partition <MailboxIdParameter>] [<CommonParameters>]
21+
Remove-MigrationUser [-Identity] <MigrationUserIdParameter> [-Confirm] [-DomainController <Fqdn>] [-Force] [-Partition <MailboxIdParameter>] [-WhatIf] [<CommonParameters>]
2322
```
2423

2524
## DESCRIPTION
@@ -88,43 +87,47 @@ Accept wildcard characters: False
8887
```
8988
9089
### -Force
91-
The Force switch specifies that some specific checks and removal steps should be skipped and that the migration user should be forcibly removed. This parameter is used to work around issues where the migration user needs to be removed to fix issues when the user or data is corrupted, or to prevent such issues from occurring
90+
This parameter is available only in on-premises Exchange.
91+
92+
The Force switch specifies that some specific checks and removal steps should be skipped and that the migration user should be forcibly removed. This parameter is used to work around issues where the migration user needs to be removed to fix issues when the user or data is corrupted, or to prevent such issues from occurring.
9293
9394
```yaml
9495
Type: SwitchParameter
9596
Parameter Sets: (All)
9697
Aliases:
97-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
98+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
9899
Required: False
99100
Position: Named
100101
Default value: None
101102
Accept pipeline input: False
102103
Accept wildcard characters: False
103104
```
104105
105-
### -WhatIf
106-
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.
106+
### -Partition
107+
This parameter is available only in the cloud-based service.
108+
109+
This parameter is reserved for internal Microsoft use.
107110
108111
```yaml
109-
Type: SwitchParameter
112+
Type: MailboxIdParameter
110113
Parameter Sets: (All)
111-
Aliases: wi
112-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
114+
Aliases:
115+
Applicable: Exchange Online
113116
Required: False
114117
Position: Named
115118
Default value: None
116119
Accept pipeline input: False
117120
Accept wildcard characters: False
118121
```
119122
120-
### -Partition
121-
This parameter is reserved for internal Microsoft use.
123+
### -WhatIf
124+
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.
122125
123126
```yaml
124-
Type: MailboxIdParameter
127+
Type: SwitchParameter
125128
Parameter Sets: (All)
126-
Aliases:
127-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
129+
Aliases: wi
130+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
128131
Required: False
129132
Position: Named
130133
Default value: None

exchange/exchange-ps/exchange/move-and-migration/Remove-PublicFolderMigrationRequest.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,29 +154,29 @@ Accept pipeline input: False
154154
Accept wildcard characters: False
155155
```
156156
157-
### -WhatIf
158-
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.
157+
### -Force
158+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
159159
160160
```yaml
161161
Type: SwitchParameter
162-
Parameter Sets: (All)
163-
Aliases: wi
164-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
162+
Parameter Sets: Identity
163+
Aliases:
164+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
165165
Required: False
166166
Position: Named
167167
Default value: None
168168
Accept pipeline input: False
169169
Accept wildcard characters: False
170170
```
171171
172-
### -Force
173-
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
172+
### -WhatIf
173+
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.
174174
175175
```yaml
176176
Type: SwitchParameter
177-
Parameter Sets: Identity
178-
Aliases:
179-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
177+
Parameter Sets: (All)
178+
Aliases: wi
179+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
180180
Required: False
181181
Position: Named
182182
Default value: None

exchange/exchange-ps/exchange/move-and-migration/Remove-PublicFolderMoveRequest.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222
Remove-PublicFolderMoveRequest [-Identity] <PublicFolderMoveRequestIdParameter>
2323
[-Confirm]
2424
[-DomainController <Fqdn>]
25-
[-WhatIf] [-Force] [<CommonParameters>]
25+
[-Force]
26+
[-WhatIf] [<CommonParameters>]
2627
```
2728

2829
### MigrationRequestQueue
@@ -147,29 +148,29 @@ Accept pipeline input: False
147148
Accept wildcard characters: False
148149
```
149150
150-
### -WhatIf
151-
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.
151+
### -Force
152+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
152153
153154
```yaml
154155
Type: SwitchParameter
155-
Parameter Sets: (All)
156-
Aliases: wi
157-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
156+
Parameter Sets: Identity
157+
Aliases:
158+
Applicable: Exchange Server 2016, Exchange Server 2019
158159
Required: False
159160
Position: Named
160161
Default value: None
161162
Accept pipeline input: False
162163
Accept wildcard characters: False
163164
```
164165
165-
### -Force
166-
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
166+
### -WhatIf
167+
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.
167168
168169
```yaml
169170
Type: SwitchParameter
170-
Parameter Sets: Identity
171-
Aliases:
172-
Applicable: Exchange Server 2016, Exchange Server 2019
171+
Parameter Sets: (All)
172+
Aliases: wi
173+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
173174
Required: False
174175
Position: Named
175176
Default value: None

0 commit comments

Comments
 (0)