Skip to content

Commit 0d4a32e

Browse files
authored
Update Get-VivaInsightsSettings.md
1 parent 08408a0 commit 0d4a32e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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 check whether user has the access to features in 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

@@ -39,13 +39,13 @@ To learn more about administrator role permissions in Azure Active Directory, se
3939

4040
### Example 1
4141
```powershell
42-
Get-VivaInsightsSettings -Identity [email protected]
42+
PS C:\> Get-VivaInsightsSettings -Identity [email protected]
4343
4444
4545
IsInsightsHeadspaceEnabled : True
4646
```
4747

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.
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.
4949

5050
## PARAMETERS
5151

0 commit comments

Comments
 (0)