Skip to content

Commit 2179fff

Browse files
authored
Update Get-VivaModuleFeatureEnablement.md
This commit updates the description for the Detailed switch parameter used in Exchange Online commands. The new description provides a clearer and more comprehensive explanation of the switch's functionality.
1 parent 8686b38 commit 2179fff

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md

Lines changed: 23 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
Get-VivaModuleFeatureEnablement -FeatureId <String> -Identity <String> -ModuleId <String>
2626
[-ResultSize <Unlimited>]
27+
[-Detailed]
2728
[<CommonParameters>]
2829
```
2930

@@ -57,6 +58,12 @@ Get-VivaModuleFeatureEnablement -ModuleId VivaInsights -FeatureId Reflection -Id
5758

5859
This example returns the enablement state of the Reflection feature in Viva Insights for the **group@contoso.com** group.
5960

61+
### Example 3
62+
```powershell
63+
Get-VivaModuleFeatureEnablement -ModuleId VivaInsights -FeatureId Reflection -Identity user@contoso.com -Detailed
64+
```
65+
66+
This example returns the enablement state of the Reflection feature in Viva Insights for the **user@contoso.com** user. Response is enhanced to provide additional information about the policies that are driving the feature's enablement state
6067
## PARAMETERS
6168

6269
### -FeatureId
@@ -127,6 +134,22 @@ Accept pipeline input: False
127134
Accept wildcard characters: False
128135
```
129136
137+
### -Detailed
138+
The Detailed switch enhances the command's output by providing more comprehensive information. When this switch is used, the command returns detailed insights, including related policies and their effectiveness. No value needs to be specified with this switch.
139+
140+
```yaml
141+
Type: Switch Parameter
142+
Parameter Sets: (All)
143+
Aliases:
144+
Type: Exchange Online
145+
146+
Required: False
147+
Position: Named
148+
Default value: None
149+
Accept pipeline input: False
150+
Accept wildcard characters: False
151+
```
152+
130153
### CommonParameters
131154
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).
132155

0 commit comments

Comments
 (0)