Skip to content

Commit d30492f

Browse files
authored
Merge branch 'master' into patch-1
2 parents f1909f1 + 74843e6 commit d30492f

15 files changed

+269
-28
lines changed

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

Lines changed: 3 additions & 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
@@ -88,9 +88,11 @@ Miscellaneous Exchange Online cmdlets that happen to be in the EXO V2 module are
8888
|[Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
8989
|[Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig)|Available in v2.0.4 or later.|
9090
|[Get-OwnerlessGroupPolicy](/powershell/module/exchange/get-ownerlessgrouppolicy)|Available in v2.0.5-Preview1 or later.|
91+
|[Get-VivaInsightsSettings](/powershell/module/exchange/get-vivainsightssettings)|Available in v2.0.5-Preview2 or later.|
9192
|[Set-OwnerlessGroupPolicy](/powershell/module/exchange/set-ownerlessgrouppolicy)|Available in v2.0.5-Preview1 or later.|
9293
|[Get-UserBriefingConfig](/powershell/module/exchange/get-userbriefingconfig)|Being replaced by [Get-UserAnalyticsConfig](/powershell/module/exchange/get-useranalyticsconfig).|
9394
|[Set-UserBriefingConfig](/powershell/module/exchange/set-userbriefingconfig)|Being replaced by [Set-UserAnalyticsConfig](/powershell/module/exchange/set-useranalyticsconfig).|
95+
|[Set-VivaInsightsSettings](/powershell/module/exchange/set-vivainsightssettings)|Available in v2.0.5-Preview2 or later.|
9496
|
9597

9698
## Install and maintain the EXO V2 module

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
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
---
2+
external help file: Microsoft.Exchange.Management.RestApiClient.dll-Help.xml
3+
Module Name: ExchangeOnlineManagement
4+
online version: https://docs.microsoft.com/powershell/module/exchange/get-vivainsightssettings
5+
applicable: Exchange Online
6+
title: Get-VivaInsightsSettings
7+
schema: 2.0.0
8+
author: chrisda
9+
ms.author: chrisda
10+
---
11+
12+
# Get-VivaInsightsSettings
13+
14+
## SYNOPSIS
15+
This cmdlet is available only in the Exchange Online PowerShell V2 module. For more information, see [About the Exchange Online PowerShell V2 module](https://docs.microsoft.com/powershell/exchange/exchange-online-powershell-v2).
16+
17+
**Note**: This cmdlet is available only in version 2.0.5-Preview2 or later of the EXO V2 module.
18+
19+
Use the Get-VivaInsightsSettings cmdlet to check whether a user has access to features in Microsoft Viva Insights in Microsoft Teams.
20+
21+
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
22+
23+
## SYNTAX
24+
25+
```
26+
Get-VivaInsightsSettings -Identity <String>
27+
[-ResultSize <Unlimited>]
28+
[<CommonParameters>]
29+
```
30+
31+
## DESCRIPTION
32+
This cmdlet requires the .NET Framework 4.7.2 or later. To run this cmdlet, you need to be a member of one of the following directory role groups in the destination organization:
33+
34+
- Global Administrator
35+
- Exchange Administrator
36+
- Teams Administrator
37+
38+
To learn more about administrator role permissions in Azure Active Directory, see [Role template IDs](https://docs.microsoft.com/azure/active-directory/roles/permissions-reference#role-template-ids).
39+
40+
## EXAMPLES
41+
42+
### Example 1
43+
```powershell
44+
PS C:\> Get-VivaInsightsSettings -Identity [email protected]
45+
46+
47+
IsInsightsHeadspaceEnabled : True
48+
```
49+
50+
This example shows the configuration of Microsoft Viva Insights in Microsoft Teams for the user [email protected]. The output of the command shows that the features of Headspace are available to Roy.
51+
52+
## PARAMETERS
53+
54+
### -Identity
55+
The Identity parameter specifies the user that you want to view. You identify the user by their account name (for example, [email protected]).
56+
57+
```yaml
58+
Type: String
59+
Parameter Sets: (All)
60+
Aliases:
61+
Applicable: Exchange Online
62+
63+
Required: True
64+
Position: Named
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
70+
### -ResultSize
71+
This parameter is reserved for internal Microsoft use.
72+
73+
```yaml
74+
Type: Unlimited
75+
Parameter Sets: (All)
76+
Aliases:
77+
Applicable: Exchange Online
78+
79+
Required: False
80+
Position: Named
81+
Default value: None
82+
Accept pipeline input: False
83+
Accept wildcard characters: False
84+
```
85+
86+
### CommonParameters
87+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
88+
89+
## INPUTS
90+
91+
###
92+
93+
## OUTPUTS
94+
95+
###
96+
97+
## NOTES
98+
99+
## RELATED LINKS

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)