You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Get-VivaInsightsSettings.md
+7-38Lines changed: 7 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,15 @@ ms.author: chrisda
14
14
## SYNOPSIS
15
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
16
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.
18
18
19
19
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
20
20
21
21
## SYNTAX
22
22
23
23
```
24
24
Get-VivaInsightsSettings -Identity <String>
25
-
[-BatchRequests]
26
25
[-ResultSize <Unlimited>]
27
-
[-UseMultithreading]
28
26
[<CommonParameters>]
29
27
```
30
28
@@ -33,18 +31,21 @@ This cmdlet requires the .NET Framework 4.7.2 or later. To run this cmdlet, you
33
31
34
32
- Global Administrator
35
33
- Exchange Administrator
36
-
-Insights Administrator
34
+
-Teams Administrator
37
35
38
36
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).
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.
48
49
49
50
## PARAMETERS
50
51
@@ -64,22 +65,6 @@ Accept pipeline input: False
64
65
Accept wildcard characters: False
65
66
```
66
67
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
-
83
68
### -ResultSize
84
69
This parameter is reserved for internal Microsoft use.
85
70
@@ -96,22 +81,6 @@ Accept pipeline input: False
96
81
Accept wildcard characters: False
97
82
```
98
83
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
-
115
84
### CommonParameters
116
85
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).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-VivaInsightsSettings.md
+10-42Lines changed: 10 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,15 @@ ms.author: chrisda
14
14
## SYNOPSIS
15
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
16
17
-
Use the Set-VivaInsightsSettings cmdlet to modify the Microsoft Viva Insights in Microsoft Teams settings for users.
17
+
Use the Set-VivaInsightsSettings cmdlet to control user access to features in Viva Insights.
18
18
19
19
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
@@ -33,18 +31,18 @@ This cmdlet requires the .NET Framework 4.7.2 or later. To run this cmdlet, you
33
31
34
32
- Global Administrator
35
33
- Exchange Administrator
36
-
-Insights Administrator
34
+
-Teams Administrator
37
35
38
36
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).
The Feature parameter specifies the Microsoft Viva Insights in Microsoft Teams features for the user. Currently, the only valid value is Headspace.
85
+
The Feature parameter specifies feature of Microsoft Viva Insights in Microsoft Teams for the user. Current valid values are:
86
+
87
+
- headspace: Represents all features of Headspace.
88
88
89
89
```yaml
90
90
Type: String
@@ -100,22 +100,6 @@ Accept pipeline input: False
100
100
Accept wildcard characters: False
101
101
```
102
102
103
-
### -BatchRequests
104
-
This parameter is reserved for internal Microsoft use.
105
-
106
-
```yaml
107
-
Type: SwitchParameter
108
-
Parameter Sets: (All)
109
-
Aliases:
110
-
Applicable: Exchange Online
111
-
112
-
Required: False
113
-
Position: Named
114
-
Default value: None
115
-
Accept pipeline input: False
116
-
Accept wildcard characters: False
117
-
```
118
-
119
103
### -ResultSize
120
104
This parameter is reserved for internal Microsoft use.
121
105
@@ -132,22 +116,6 @@ Accept pipeline input: False
132
116
Accept wildcard characters: False
133
117
```
134
118
135
-
### -UseMultithreading
136
-
This parameter is reserved for internal Microsoft use.
137
-
138
-
```yaml
139
-
Type: SwitchParameter
140
-
Parameter Sets: (All)
141
-
Aliases:
142
-
Applicable: Exchange Online
143
-
144
-
Required: False
145
-
Position: Named
146
-
Default value: None
147
-
Accept pipeline input: False
148
-
Accept wildcard characters: False
149
-
```
150
-
151
119
### CommonParameters
152
120
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).
0 commit comments