diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md index 8fed8e655e..6a1fd8e720 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md @@ -23,6 +23,7 @@ For information about the parameter sets in the Syntax section below, see [Excha ``` Get-VivaModuleFeatureEnablement -FeatureId -Identity -ModuleId + [-Detailed] [-ResultSize ] [] ``` @@ -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 **group@contoso.com** group. +### Example 3 +```powershell +Get-VivaModuleFeatureEnablement -ModuleId VivaInsights -FeatureId Reflection -Identity user@contoso.com -Detailed +``` + +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 ## PARAMETERS ### -FeatureId @@ -111,6 +118,26 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Detailed +This parameter is available in version 3.8.1 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. diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md index 1e4a57e8a1..930f7f4a6f 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md @@ -153,7 +153,9 @@ Accept wildcard characters: False ``` ### -MemberIds -The MemberIds parameter specifies the specific users or groups for which you want to view the policies for the feature in the Viva module. +This parameter is available in version 3.8.1 or later of the module. + +The MemberIds parameter specifies the specific users or groups for which you want to view the policies for the feature in the Viva module. You can provide up to three member IDs. Use the \* character to specify all modules or features.