Skip to content

Commit 6ba50b8

Browse files
authored
Merge pull request MicrosoftDocs#7703 from mingluzhang/patch-2
Update Get-VivaInsightsSettings.md
2 parents abb83f4 + 0d4a32e commit 6ba50b8

File tree

1 file changed

+7
-38
lines changed

1 file changed

+7
-38
lines changed

exchange/exchange-ps/exchange/Get-VivaInsightsSettings.md

Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ ms.author: chrisda
1414
## SYNOPSIS
1515
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).
1616

17-
Use the Get-VivaInsightsSettings cmdlet to view the Microsoft Viva Insights in Microsoft Teams settings for users.
17+
Use the Get-VivaInsightsSettings cmdlet to check whether a user has access to features in Microsoft Viva Insights in Microsoft Teams.
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

2121
## SYNTAX
2222

2323
```
2424
Get-VivaInsightsSettings -Identity <String>
25-
[-BatchRequests]
2625
[-ResultSize <Unlimited>]
27-
[-UseMultithreading]
2826
[<CommonParameters>]
2927
```
3028

@@ -33,18 +31,21 @@ This cmdlet requires the .NET Framework 4.7.2 or later. To run this cmdlet, you
3331

3432
- Global Administrator
3533
- Exchange Administrator
36-
- Insights Administrator
34+
- Teams Administrator
3735

3836
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).
3937

4038
## EXAMPLES
4139

4240
### Example 1
4341
```powershell
44-
Get-VivaInsightsSettings -Identity [email protected]
42+
PS C:\> Get-VivaInsightsSettings -Identity [email protected]
43+
44+
45+
IsInsightsHeadspaceEnabled : True
4546
```
4647

47-
This example returns the Microsoft Viva Insights in Microsoft Teams settings for the specified user.
48+
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.
4849

4950
## PARAMETERS
5051

@@ -64,22 +65,6 @@ Accept pipeline input: False
6465
Accept wildcard characters: False
6566
```
6667
67-
### -BatchRequests
68-
This parameter is reserved for internal Microsoft use.
69-
70-
```yaml
71-
Type: SwitchParameter
72-
Parameter Sets: (All)
73-
Aliases:
74-
Applicable: Exchange Online
75-
76-
Required: False
77-
Position: Named
78-
Default value: None
79-
Accept pipeline input: False
80-
Accept wildcard characters: False
81-
```
82-
8368
### -ResultSize
8469
This parameter is reserved for internal Microsoft use.
8570
@@ -96,22 +81,6 @@ Accept pipeline input: False
9681
Accept wildcard characters: False
9782
```
9883
99-
### -UseMultithreading
100-
This parameter is reserved for internal Microsoft use.
101-
102-
```yaml
103-
Type: SwitchParameter
104-
Parameter Sets: (All)
105-
Aliases:
106-
Applicable: Exchange Online
107-
108-
Required: False
109-
Position: Named
110-
Default value: None
111-
Accept pipeline input: False
112-
Accept wildcard characters: False
113-
```
114-
11584
### CommonParameters
11685
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).
11786

0 commit comments

Comments
 (0)