Skip to content

Commit 655c31a

Browse files
authored
Merge pull request #10708 from MicrosoftDocs/chrisda
Update Set-DefaultTenantMyAnalyticsFeatureConfig.md
2 parents 3d1396a + a3fefde commit 655c31a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

exchange/exchange-ps/exchange/Set-DefaultTenantMyAnalyticsFeatureConfig.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Set-DefaultTenantMyAnalyticsFeatureConfig
2727
[-Feature <String>]
2828
[-IsEnabled <Boolean>]
2929
[-ResultSize <Unlimited>]
30+
[-SamplingRate <Double>]
3031
[<CommonParameters>]
3132
```
3233

@@ -71,6 +72,14 @@ Set-DefaultTenantMyAnalyticsFeatureConfig -PrivacyMode Opt-out -Feature Add-in -
7172

7273
This example enables the Viva Insight add-in feature for the organization while disabling the other features.
7374

75+
76+
### Example 5
77+
```powershell
78+
Set-DefaultTenantMyAnalyticsFeatureConfig -Feature Meeting-Effectiveness-Survey-Sampling-Rate -SamplingRate 0.2
79+
```
80+
81+
This example sets the meeting effectiveness survey sampling rate to 20%.
82+
7483
## PARAMETERS
7584

7685
### -Feature
@@ -160,6 +169,24 @@ Accept pipeline input: False
160169
Accept wildcard characters: False
161170
```
162171
172+
### -SamplingRate
173+
This parameter is available only in version 3.2.0-Preview2 or later.
174+
175+
The SamplingRate parameter specifies the meeting effectiveness survey sampling rate. The percentage value is expressed a a decimal (for example, 0.1 indicates 10%). A valid value is from 0.1 to 0.7.
176+
177+
```yaml
178+
Type: Double
179+
Parameter Sets: (All)
180+
Aliases:
181+
Applicable: Exchange Online
182+
183+
Required: False
184+
Position: Named
185+
Default value: None
186+
Accept pipeline input: False
187+
Accept wildcard characters: False
188+
```
189+
163190
### CommonParameters
164191
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).
165192

0 commit comments

Comments
 (0)