You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-MigrationBatch.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -630,13 +630,11 @@ The CompleteAfter parameter specifies a delay before the batch is completed. Dat
630
630
631
631
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
632
632
633
-
In Exchange Online PowerShell, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC).
633
+
In Exchange Online PowerShell, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC). To specify a value, use either of the following options:
634
634
635
-
To specify a date/time value for this parameter, use either of the following options:
635
+
- Specify the date/time value in UTC: For example, `"7/30/2020 9:00PM Z"`.
636
636
637
-
- Specify the date/time value in UTC: For example, "7/30/2020 9:00PM Z".
638
-
639
-
- Specify the date/time value in your local time zone: For example, "7/30/2020 9:00PM -700" (Pacific Daylight Time). It will be converted to UTC if you don't use the -TimeZone parameter.
637
+
- Specify the date/time value in your local time zone: For example, `"7/30/2020 9:00PM -700"`. The value will be converted to UTC if you don't use the TimeZone parameter.
640
638
641
639
```yaml
642
640
Type: DateTime
@@ -1024,13 +1022,11 @@ The StartAfter parameter specifies a delay before the data migration for the use
1024
1022
1025
1023
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
1026
1024
1027
-
In Exchange Online PowerShell, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC).
1028
-
1029
-
To specify a date/time value for this parameter, use either of the following options:
1025
+
In Exchange Online PowerShell, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC). To specify a value, use either of the following options:
1030
1026
1031
-
- Specify the date/time value in UTC: For example, "7/30/2020 9:00PM Z".
1027
+
- Specify the date/time value in UTC: For example, `"7/30/2020 9:00PM Z"`.
1032
1028
1033
-
- Specify the date/time value in your local time zone:For example, "7/30/2020 9:00PM -700" (Pacific Daylight Time). It will be converted to UTC if you don't use the -TimeZone parameter.
1029
+
- Specify the date/time value in your local time zone. For example, `"7/30/2020 9:00PM -700"`. The value will be converted to UTC if you don't use the TimeZone parameter.
The TimeZone parameter specifies the time zone of the administrator who submits the migration batch.
1136
1132
1137
-
A valid value for this parameter is a supported time zone key name (for example, "Pacific Standard Time").
1133
+
A valid value for this parameter is a supported time zone key name (for example, `"Pacific Standard Time"`).
1138
1134
1139
1135
To see the available values, run the following command: `$TimeZone = Get-ChildItem "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Time zones" | foreach {Get-ItemProperty $_.PSPath}; $TimeZone | sort Display | Format-Table -Auto PSChildname,Display`.
1140
1136
1141
-
If the value contains spaces, enclose the value in quotation marks ("). The default value is the time zone setting of the Exchange server, and UTC for Exchange Online.
1137
+
If the value contains spaces, enclose the value in quotation marks (").
1138
+
1139
+
In on-premises Exchange, the default value is the time zone setting of the Exchange server.
0 commit comments