Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha

```
Get-VivaModuleFeatureEnablement -FeatureId <String> -Identity <String> -ModuleId <String>
[-Detailed]
[-ResultSize <Unlimited>]
[<CommonParameters>]
```
Expand Down Expand Up @@ -57,6 +58,12 @@ Get-VivaModuleFeatureEnablement -ModuleId VivaInsights -FeatureId Reflection -Id

This example returns the enablement state of the Reflection feature in Viva Insights for the **[email protected]** group.

### Example 3
```powershell
Get-VivaModuleFeatureEnablement -ModuleId VivaInsights -FeatureId Reflection -Identity [email protected] -Detailed
```

This example returns the enablement state of the Reflection feature in Viva Insights for the **[email protected]** user. Response is enhanced to provide additional information about the policies that are driving the feature's enablement state
## PARAMETERS

### -FeatureId
Expand Down Expand Up @@ -111,6 +118,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -Detailed
This parameter is available in version 3.8.0-Preview2 or later of the module.

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.

This switch returns detailed insights, including related policies and their effectiveness.

```yaml
Type: Switch Parameter
Parameter Sets: (All)
Aliases:
Type: Exchange Online

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -ResultSize
This parameter is reserved for internal Microsoft use.

Expand Down