Skip to content

Commit 782771b

Browse files
authored
Merge pull request #12686 from bowerke/patch-1
Update Get-VivaModuleFeatureEnablement.md
2 parents 8686b38 + 12d9f32 commit 782771b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

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

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

2424
```
2525
Get-VivaModuleFeatureEnablement -FeatureId <String> -Identity <String> -ModuleId <String>
26+
[-Detailed]
2627
[-ResultSize <Unlimited>]
2728
[<CommonParameters>]
2829
```
@@ -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
@@ -111,6 +118,26 @@ Accept pipeline input: False
111118
Accept wildcard characters: False
112119
```
113120
121+
### -Detailed
122+
This parameter is available in version 3.8.0-Preview2 or later of the module.
123+
124+
The Detailed switch enhances the output of the command by providing more comprehensive information. You don't need to specify a value with this switch.
125+
126+
This switch returns detailed insights, including related policies and their effectiveness.
127+
128+
```yaml
129+
Type: Switch Parameter
130+
Parameter Sets: (All)
131+
Aliases:
132+
Type: Exchange Online
133+
134+
Required: False
135+
Position: Named
136+
Default value: None
137+
Accept pipeline input: False
138+
Accept wildcard characters: False
139+
```
140+
114141
### -ResultSize
115142
This parameter is reserved for internal Microsoft use.
116143

0 commit comments

Comments
 (0)