From 2179fff492979d7211dde13809b0ef2cf8ef8a92 Mon Sep 17 00:00:00 2001 From: bowerke <142449097+bowerke@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:24:22 -0400 Subject: [PATCH 1/8] 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. --- .../Get-VivaModuleFeatureEnablement.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md index 8fed8e655e..b5f798c81d 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md @@ -24,6 +24,7 @@ For information about the parameter sets in the Syntax section below, see [Excha ``` Get-VivaModuleFeatureEnablement -FeatureId -Identity -ModuleId [-ResultSize ] + [-Detailed] [] ``` @@ -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 @@ -127,6 +134,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Detailed +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. + +```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 +``` + ### CommonParameters 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). From 81b512d0304356dfc5f0419a8c6c29704fad9fd0 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 18 Apr 2025 09:39:15 -0700 Subject: [PATCH 2/8] Update parameter details in documentation --- .../Get-VivaModuleFeatureEnablement.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md index b5f798c81d..e914e5be4b 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md @@ -23,8 +23,8 @@ For information about the parameter sets in the Syntax section below, see [Excha ``` Get-VivaModuleFeatureEnablement -FeatureId -Identity -ModuleId - [-ResultSize ] [-Detailed] + [-ResultSize ] [] ``` @@ -118,11 +118,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ResultSize -This parameter is reserved for internal Microsoft use. +### -Detailed +This parameter is available in version 3.8.0-Preiew2 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: Unlimited +Type: Switch Parameter Parameter Sets: (All) Aliases: Type: Exchange Online @@ -134,11 +138,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Detailed -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. +### -ResultSize +This parameter is reserved for internal Microsoft use. ```yaml -Type: Switch Parameter +Type: Unlimited Parameter Sets: (All) Aliases: Type: Exchange Online From 12d9f32eadce2534ee3ee26a06e1afc91bfdccd1 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 18 Apr 2025 09:39:54 -0700 Subject: [PATCH 3/8] Fix typo in version name in documentation --- .../exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md index e914e5be4b..30ce015975 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md @@ -119,7 +119,7 @@ Accept wildcard characters: False ``` ### -Detailed -This parameter is available in version 3.8.0-Preiew2 or later of the module. +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. From 63d975690490102766dfbf3c87345f122a6560a9 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 23 Apr 2025 10:58:16 -0700 Subject: [PATCH 4/8] Update Get-VivaModuleFeatureEnablement.md --- .../exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md index 30ce015975..ad4aee3440 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md @@ -119,7 +119,7 @@ Accept wildcard characters: False ``` ### -Detailed -This parameter is available in version 3.8.0-Preview2 or later of the module. +This parameter is available in version 3.8.0 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. From f3e25cdb6c3e667439304f4e64e35ea69a53ce0b Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 6 May 2025 08:49:02 -0700 Subject: [PATCH 5/8] Update Get-VivaModuleFeatureEnablement.md Version change --- .../exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md index ad4aee3440..0be9adaf67 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md @@ -119,7 +119,7 @@ Accept wildcard characters: False ``` ### -Detailed -This parameter is available in version 3.8.0 or later of the module. +This parameter is available in version 3.8.1-Preview1 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. From aa84aaae815023e77ec270bba5886b0ef2a322c3 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 6 May 2025 09:46:06 -0700 Subject: [PATCH 6/8] Update Get-VivaModuleFeaturePolicy.md --- exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md index 1e4a57e8a1..7455e349e8 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md @@ -153,6 +153,8 @@ Accept wildcard characters: False ``` ### -MemberIds +This parameter is available in version 3.8.1-Preview1 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. From 80c9867fe889b79fea1ed8420bed031dd38b88f7 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 9 May 2025 11:02:28 -0700 Subject: [PATCH 7/8] Update Get-VivaModuleFeatureEnablement.md Version correction --- .../exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md index 0be9adaf67..6a1fd8e720 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeatureEnablement.md @@ -119,7 +119,7 @@ Accept wildcard characters: False ``` ### -Detailed -This parameter is available in version 3.8.1-Preview1 or later of the module. +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. From 6897922a4a41d1d1ff1938444dc17b1c1d417c54 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 9 May 2025 11:02:42 -0700 Subject: [PATCH 8/8] Update Get-VivaModuleFeaturePolicy.md Version correction --- exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md b/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md index 7455e349e8..930f7f4a6f 100644 --- a/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md +++ b/exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md @@ -153,9 +153,9 @@ Accept wildcard characters: False ``` ### -MemberIds -This parameter is available in version 3.8.1-Preview1 or later of the 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. +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.