Skip to content

Commit 9ce34af

Browse files
authored
Update Set-MigrationBatch.md
1 parent bbfb65a commit 9ce34af

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

exchange/exchange-ps/exchange/Set-MigrationBatch.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -204,17 +204,15 @@ Accept wildcard characters: False
204204
### -CompleteAfter
205205
This parameter is available only in the cloud-based service.
206206
207-
The CompleteAfter parameter specifies a delay before the batch is completed. Data migration for the batch will start, but completion won´t start until the date/time you specify with this parameter.
207+
The CompleteAfter parameter specifies a delay before the batch is completed. Data migration for the batch will start, but completion won't start until the date/time you specify with this parameter.
208208
209209
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".
210210
211-
In Exchange Online PowerShell, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC).
211+
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:
212212
213-
To specify a date/time value for this parameter, use either of the following options:
213+
- Specify the date/time value in UTC: For example, `"7/30/2020 9:00PM Z"`.
214214
215-
- Specify the date/time value in UTC: For example, "7/30/2020 9:00PM Z".
216-
217-
- 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.
215+
- 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.
218216
219217
```yaml
220218
Type: DateTime
@@ -472,13 +470,11 @@ The StartAfter parameter specifies a delay before the data migration for the use
472470

473471
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".
474472

475-
In Exchange Online PowerShell, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC).
476-
477-
To specify a date/time value for this parameter, use either of the following options:
473+
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:
478474

479-
- Specify the date/time value in UTC: For example, "7/30/2020 9:00PM Z".
475+
- Specify the date/time value in UTC: For example, `"7/30/2020 9:00PM Z"`.
480476

481-
- 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.
477+
- 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.
482478

483479
```yaml
484480
Type: DateTime

0 commit comments

Comments
 (0)