Skip to content

Commit 5e9c666

Browse files
committed
Merge branch 'master' into Viva-chrisda
2 parents 3296d10 + e3e2ba2 commit 5e9c666

11 files changed

+28
-28
lines changed

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The rest of this article explains how the module works, how to install and maint
3131

3232
## Report bugs and issues for the EXO V2 module
3333

34-
When you report an issue, be sure to include the log files in your email message. To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
34+
When you report an issue at `exocmdletpreview[at]service[dot]microsoft[dot]com`, be sure to include the log files in your email message. To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
3535

3636
```powershell
3737
Connect-ExchangeOnline -EnableErrorReporting -LogDirectoryPath <Path to store log file> -LogLevel All

exchange/exchange-ps/exchange/Get-AccessToCustomerDataRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The CreatedAfter parameter filters the results by the creation date in Coordinat
8585
8686
To specify a date/time value for this parameter, use either of the following options:
8787
88-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
89-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
88+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
89+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
9090

9191
```yaml
9292
Type: ExDateTime

exchange/exchange-ps/exchange/Get-SCInsights.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The EndDate parameter specifies the end date of the date range.
6161

6262
To specify a date/time value for this parameter, use either of the following options:
6363

64-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
65-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
64+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
65+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
6666

6767
```yaml
6868
Type: DateTime

exchange/exchange-ps/exchange/Get-TenantAllowBlockListItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The ExpirationDate parameter filters the results by expiration date in Coordinat
128128
129129
To specify a date/time value for this parameter, use either of the following options:
130130
131-
- Specify the date/time value in UTC: For example, `"2016-05-06 14:30:00z"`.
131+
- Specify the date/time value in UTC: For example, `"2021-05-06 14:30:00z"`.
132132
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2020 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
133133

134134
```yaml

exchange/exchange-ps/exchange/New-MoveRequest.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
623623

624624
To specify a date/time value for this parameter, use either of the following options:
625625

626-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
627-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
626+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
627+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
628628

629629
```yaml
630630
Type: DateTime
@@ -1101,8 +1101,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
11011101

11021102
To specify a date/time value for this parameter, use either of the following options:
11031103

1104-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
1105-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
1104+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
1105+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
11061106

11071107
```yaml
11081108
Type: DateTime

exchange/exchange-ps/exchange/New-TenantAllowBlockListItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The ExpirationDate parameter filters the results by expiration date in Coordinat
111111

112112
To specify a date/time value for this parameter, use either of the following options:
113113

114-
- Specify the date/time value in UTC: For example, `"2016-05-06 14:30:00z"`.
114+
- Specify the date/time value in UTC: For example, `"2021-05-06 14:30:00z"`.
115115
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2020 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
116116

117117
You can't use this parameter with the NoExpiration switch.

exchange/exchange-ps/exchange/Search-AdminAuditLog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ Use the short date format that's defined in the Regional Options settings on the
130130
131131
In the cloud-based service, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC). To specify a date/time value for this parameter, use either of the following options:
132132
133-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
134-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
133+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
134+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
135135

136136
In the results of this cmdlet, the date/time when the change was made (the cmdlet was run) is returned in the property named **RunDate**.
137137

@@ -255,8 +255,8 @@ Use the short date format that's defined in the Regional Options settings on the
255255

256256
In the cloud-based service, if you specify a date/time value without a time zone, the value is in Coordinated Universal Time (UTC). To specify a date/time value for this parameter, use either of the following options:
257257

258-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
259-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
258+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
259+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
260260

261261
In the results of this cmdlet, the date/time when the change was made (the cmdlet was run) is returned in the property named **RunDate**.
262262

exchange/exchange-ps/exchange/Set-MigrationUser.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
128128
129129
To specify a date/time value for this parameter, use either of the following options:
130130
131-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
132-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
131+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
132+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
133133

134134
```yaml
135135
Type: DateTime
@@ -213,8 +213,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
213213

214214
To specify a date/time value for this parameter, use either of the following options:
215215

216-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
217-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
216+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
217+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
218218

219219
```yaml
220220
Type: DateTime

exchange/exchange-ps/exchange/Set-MoveRequest.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
190190
191191
To specify a date/time value for this parameter, use either of the following options:
192192
193-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
194-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
193+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
194+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
195195

196196
```yaml
197197
Type: DateTime
@@ -551,8 +551,8 @@ In Exchange Online PowerShell, if you specify a date/time value without a time z
551551

552552
To specify a date/time value for this parameter, use either of the following options:
553553

554-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
555-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
554+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
555+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
556556

557557
```yaml
558558
Type: DateTime
@@ -576,8 +576,8 @@ For more information about maximum message size values, see the following topic
576576

577577
To specify a date/time value for this parameter, use either of the following options:
578578

579-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
580-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
579+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
580+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
581581

582582
```yaml
583583
Type: DateTime

exchange/exchange-ps/exchange/Set-OutboundConnector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ The LastValidationTimestamp parameter specifies the date/time that the Outbound
263263

264264
To specify a date/time value for this parameter, use either of the following options:
265265

266-
- Specify the date/time value in UTC: For example, "2016-05-06 14:30:00z".
267-
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2016 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
266+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
267+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
268268

269269
```yaml
270270
Type: DateTime

exchange/exchange-ps/exchange/Set-TenantAllowBlockListItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The ExpirationDate parameter filters the results by expiration date in Coordinat
8383
8484
To specify a date/time value for this parameter, use either of the following options:
8585
86-
- Specify the date/time value in UTC: For example, `"2016-05-06 14:30:00z"`.
86+
- Specify the date/time value in UTC: For example, `"2021-05-06 14:30:00z"`.
8787
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2020 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
8888

8989
You can't use this parameter with the NoExpiration switch.

0 commit comments

Comments
 (0)