Skip to content

Commit 225714c

Browse files
authored
Merge pull request MicrosoftDocs#8017 from MicrosoftDocs/SkipRules-chrisda
SkipRules-chrisda to Master
2 parents d5c945f + bc41fb6 commit 225714c

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
@@ -57,6 +57,7 @@ New-MigrationBatch -Name <String> [-CSVData <Byte[]>] [-DisallowExistingUsers] [
5757
[-SkipMerging <MultiValuedProperty>]
5858
[-SkipMoving <MultiValuedProperty>]
5959
[-SkipReports]
60+
[-SkipRules]
6061
[-SkipSteps <SkippableMigrationSteps[]>]
6162
[-SourceEndpoint <MigrationEndpointIdParameter>]
6263
[-SourcePFPrimaryMailboxGuid <Guid>]
@@ -959,6 +960,7 @@ Folder names aren't case-sensitive, and there are no character restrictions. Use
959960
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\#`.
960961

961962
Wildcard characters can't be used in folder names.
963+
962964
```yaml
963965
Type: MultiValuedProperty
964966
Parameter Sets: Onboarding
@@ -1269,6 +1271,24 @@ Accept pipeline input: False
12691271
Accept wildcard characters: False
12701272
```
12711273

1274+
### -SkipRules
1275+
This parameter is available only in the cloud-based service.
1276+
1277+
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.
1278+
1279+
```yaml
1280+
Type: SwitchParameter
1281+
Parameter Sets: Onboarding
1282+
Aliases:
1283+
Applicable: Exchange Online
1284+
1285+
Required: False
1286+
Position: Named
1287+
Default value: None
1288+
Accept pipeline input: False
1289+
Accept wildcard characters: False
1290+
```
1291+
12721292
### -SkipSteps
12731293
This parameter is available only in on-premises Exchange.
12741294

0 commit comments

Comments
 (0)