Skip to content

Commit 9ccaa2d

Browse files
authored
Update New-MigrationBatch.md
1 parent fa7da86 commit 9ccaa2d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -630,13 +630,11 @@ The CompleteAfter parameter specifies a delay before the batch is completed. Dat
630630

631631
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".
632632

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:
634634

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"`.
636636

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.
640638

641639
```yaml
642640
Type: DateTime
@@ -1024,13 +1022,11 @@ The StartAfter parameter specifies a delay before the data migration for the use
10241022

10251023
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".
10261024

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:
10301026

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"`.
10321028

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.
10341030

10351031
```yaml
10361032
Type: DateTime
@@ -1134,11 +1130,15 @@ Accept wildcard characters: False
11341130
### -TimeZone
11351131
The TimeZone parameter specifies the time zone of the administrator who submits the migration batch.
11361132

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"`).
11381134

11391135
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`.
11401136

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.
1140+
1141+
In Exchange Online, the default value is `UTC`.
11421142

11431143
```yaml
11441144
Type: ExTimeZoneValue

0 commit comments

Comments
 (0)