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
This parameter is available only in the cloud-based service.
206
206
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.
208
208
209
209
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".
210
210
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:
212
212
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"`.
214
214
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.
218
216
219
217
```yaml
220
218
Type: DateTime
@@ -472,13 +470,11 @@ The StartAfter parameter specifies a delay before the data migration for the use
472
470
473
471
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".
474
472
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:
478
474
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"`.
480
476
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.
0 commit comments