Skip to content

Commit 08408a0

Browse files
authored
Update Get-VivaInsightsSettings.md
1 parent 95cc171 commit 08408a0

File tree

1 file changed

+6
-37
lines changed

1 file changed

+6
-37
lines changed

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

Lines changed: 6 additions & 37 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 user has the access to features in Microsoft Viva Insights in Microsoft Teams settings for users.
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,7 +31,7 @@ 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

@@ -42,9 +40,12 @@ To learn more about administrator role permissions in Azure Active Directory, se
4240
### Example 1
4341
```powershell
4442
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 and the corresponding output shows the configuration of Microsoft Viva Insights in Microsoft Teams for the user [email protected]. 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)