Skip to content

Commit 4374a4b

Browse files
committed
Update New-MigrationBatch.md
Added SkipRules switch per emai request
1 parent 8883a96 commit 4374a4b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

exchange/exchange-ps/exchange/New-MigrationBatch.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ New-MigrationBatch -Name <String> [-CSVData <Byte[]>] [-DisallowExistingUsers] [
4848
[-SkipMerging <MultiValuedProperty>]
4949
[-SkipMoving <MultiValuedProperty>]
5050
[-SkipReports]
51+
[-SkipRules]
5152
[-SkipSteps <SkippableMigrationSteps[]>]
5253
[-SourceEndpoint <MigrationEndpointIdParameter>]
5354
[-StartAfter <DateTime>]
@@ -880,6 +881,7 @@ Folder names aren't case-sensitive, and there are no character restrictions. Use
880881
If the user creates a personal folder with the same name as a well-known folder and the `#` symbol surrounding it, you can use a backslash (`\`) as an escape character to specify that folder. For example, if a user creates a folder named `#Notes#` and you want to specify that folder instead of the well-known Notes folder, use the following syntax: `\#Notes\#`.
881882

882883
Wildcard characters can't be used in folder names.
884+
883885
```yaml
884886
Type: MultiValuedProperty
885887
Parameter Sets: Onboarding
@@ -1100,6 +1102,24 @@ Accept pipeline input: False
11001102
Accept wildcard characters: False
11011103
```
11021104

1105+
### -SkipRules
1106+
This parameter is available only in the cloud-based service.
1107+
1108+
The SkipRules switch specifies that you want to skip rule migration during GSuite onboarding. You don't need to specify a value with this switch.
1109+
1110+
```yaml
1111+
Type: SwitchParameter
1112+
Parameter Sets: Onboarding
1113+
Aliases:
1114+
Applicable: Exchange Online
1115+
1116+
Required: False
1117+
Position: Named
1118+
Default value: None
1119+
Accept pipeline input: False
1120+
Accept wildcard characters: False
1121+
```
1122+
11031123
### -SkipSteps
11041124
This parameter is available only in on-premises Exchange.
11051125

0 commit comments

Comments
 (0)