Skip to content

Commit db25c47

Browse files
authored
Update New-MigrationBatch.md
1 parent df1766e commit db25c47

File tree

1 file changed

+11
-40
lines changed

1 file changed

+11
-40
lines changed

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

Lines changed: 11 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,11 @@ Accept wildcard characters: False
687687
### -ContentFilter
688688
This parameter is available only in the cloud-based service.
689689

690-
The ContentFilter parameter uses OPath filter syntax to filter the messages by Received date. Only contents that match the ContentFilter parameter will be moved to Exchange online. For example, `"Received -gt '8/23/2020'"`, `"Received -le '2019/01/01'"`, `"Received -gt '8/23/2015' -and Received -lt '8/23/2020'"`.
690+
The ContentFilter parameter uses OPath filter syntax to filter the messages by Received date. Only content that match the ContentFilter parameter will be moved to Exchange online. For example:
691+
692+
- `"Received -gt '8/23/2020'"`
693+
- `"Received -le '2019/01/01'"`
694+
- `"Received -gt '8/23/2015' -and Received -lt '8/23/2020'"`
691695

692696
You can specify the language by using the ContentFilterLanguage parameter.
693697

@@ -807,45 +811,29 @@ For IMAP migration, use folder names relative to the IMAP root on the source mai
807811

808812
Folder names aren't case-sensitive, and there are no character restrictions. Use the following syntax:
809813

810-
\<FolderName\>/\*: Use this syntax to denote a personal folder under the folder specified in the SourceRootFolder parameter, for example, "MyProjects" or "MyProjects/FY2010".
814+
`<FolderName>/*`: Use this syntax to denote a personal folder under the folder specified in the SourceRootFolder parameter, for example, `MyProjects` or `MyProjects/FY2010`.
811815

812-
\#\<FolderName\>\#/\*: Use this syntax to denote a well-known folder regardless of the folder's name in another language. For example, \#Inbox\# denotes the Inbox folder even if the Inbox is localized in Turkish, which is Gelen Kutusu. Well-known folders include the following types:
816+
`#<FolderName>#/*`: Use this syntax to denote a well-known folder regardless of the folder's name in another language. For example, `#Inbox#` denotes the Inbox folder even if the Inbox is localized in Turkish, which is Gelen Kutusu. Well-known folders include the following types:
813817

814818
- Inbox
815-
816819
- SentItems
817-
818820
- DeletedItems
819-
820821
- Calendar
821-
822822
- Contacts
823-
824823
- Drafts
825-
826824
- Journal
827-
828825
- Tasks
829-
830826
- Notes
831-
832827
- JunkEmail
833-
834828
- CommunicatorHistory
835-
836829
- Voicemail
837-
838830
- Fax
839-
840831
- Conflicts
841-
842832
- SyncIssues
843-
844833
- LocalFailures
845-
846834
- ServerFailures
847835

848-
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 back slash (\\) 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, but not the well-known Notes folder, use the following syntax: \\\#Notes\\\#.
836+
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 back slash (`\`) 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, but not the well-known Notes folder, use the following syntax: `\#Notes\#`.
849837

850838
Wildcard characters can't be used in folder names.
851839

@@ -871,48 +859,31 @@ For IMAP migration, use folder names relative to the IMAP root on the source mai
871859

872860
Folder names aren't case-sensitive, and there are no character restrictions. Use the following syntax:
873861

874-
\<FolderName\>/\*: Use this syntax to denote a personal folder under the folder specified in the SourceRootFolder parameter, for example, "MyProjects" or "MyProjects/FY2010".
862+
`<FolderName>/*`: Use this syntax to denote a personal folder under the folder specified in the SourceRootFolder parameter, for example, `MyProjects` or `MyProjects/FY2010`.
875863

876-
\#\<FolderName\>\#/\*: Use this syntax to denote a well-known folder regardless of the folder's name in another language. For example, \#Inbox\# denotes the Inbox folder even if the Inbox is localized in Turkish, which is Gelen Kutusu. Well-known folders include the following types:
864+
`#<FolderName>#/*`: Use this syntax to denote a well-known folder regardless of the folder's name in another language. For example, `#Inbox#` denotes the Inbox folder even if the Inbox is localized in Turkish, which is Gelen Kutusu. Well-known folders include the following types:
877865

878866
- Inbox
879-
880867
- SentItems
881-
882868
- DeletedItems
883-
884869
- Calendar
885-
886870
- Contacts
887-
888871
- Drafts
889-
890872
- Journal
891-
892873
- Tasks
893-
894874
- Notes
895-
896875
- JunkEmail
897-
898876
- CommunicatorHistory
899-
900877
- Voicemail
901-
902878
- Fax
903-
904879
- Conflicts
905-
906880
- SyncIssues
907-
908881
- LocalFailures
909-
910882
- ServerFailures
911883

912-
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 back slash (\\) 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, but not the well-known Notes folder, use the following syntax: \\\#Notes\\\#.
884+
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 back slash (`\`) 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, but not the well-known Notes folder, use the following syntax: `\#Notes\#`.
913885

914886
Wildcard characters can't be used in folder names.
915-
916887
```yaml
917888
Type: MultiValuedProperty
918889
Parameter Sets: Onboarding

0 commit comments

Comments
 (0)