Skip to content

Commit d98ed06

Browse files
committed
Added Feature to Get-VivaInsightsSettings
1 parent 867decf commit d98ed06

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424

2525
```
2626
Get-VivaInsightsSettings -Identity <String>
27+
[-Feature <String>]
2728
[-ResultSize <Unlimited>]
2829
[<CommonParameters>]
2930
```
@@ -67,6 +68,24 @@ Accept pipeline input: False
6768
Accept wildcard characters: False
6869
```
6970
71+
### -Feature
72+
The Feature parameter filters the results by the specified Microsoft Viva Insights feature. Valid values are:
73+
74+
- Headspace: Represents all features of Headspace.
75+
76+
```yaml
77+
Type: String
78+
Parameter Sets: (All)
79+
Aliases:
80+
Applicable: Exchange Online
81+
82+
Required: False
83+
Position: Named
84+
Default value: None
85+
Accept pipeline input: False
86+
Accept wildcard characters: False
87+
```
88+
7089
### -ResultSize
7190
This parameter is reserved for internal Microsoft use.
7291

exchange/exchange-ps/exchange/Set-VivaInsightsSettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Accept wildcard characters: False
8484
```
8585
8686
### -Feature
87-
The Feature parameter specifies feature of Microsoft Viva Insights in Microsoft Teams for the user. Current valid values are:
87+
The Feature parameter specifies the feature of Microsoft Viva Insights in Microsoft Teams for the user. Valid values are:
8888
89-
- headspace: Represents all features of Headspace.
89+
- Headspace: Represents all features of Headspace.
9090
9191
```yaml
9292
Type: String

0 commit comments

Comments
 (0)