Skip to content

Commit 5840570

Browse files
committed
Update Update-VivaModuleFeaturePolicy.md
1 parent 2844d0a commit 5840570

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ms.reviewer:
1515
## SYNOPSIS
1616
This cmdlet is available only in the Exchange Online PowerShell module v3.2.0 or later. For more information, see [About the Exchange Online PowerShell module](https://aka.ms/exov3-module).
1717

18-
**Note**: While we are adding support for category policies in the Exchange Online PowerShell module v3.5.0-Preview1 or later, we have not yet released any categories in Viva. We will update when there are categories available.
18+
**Note**: Support for categories is available in version 3.5.0-Preview1 or later of the module, but no categories are currently available in Viva. We'll update the documentation when categories are available.
1919

20-
Use the Update-VivaModuleFeaturePolicy cmdlet to update an access policy for a feature in a Viva module or a category in Viva. Note that:
20+
Use the Update-VivaModuleFeaturePolicy cmdlet to update an access policy for a feature in a Viva module or a category in Viva.
2121

2222
- You can't update a policy for a particular user or group to include the entire tenant if a policy for the entire tenant already exists for the feature. Only one tenant-wide policy is supported.
2323
- Policies assigned to a specific user or group take priority over the policy assigned to the entire tenant when determining whether a feature/category is enabled. If a user has multiple policies assigned for a feature/category (directly as a user or member of a group), the most restrictive policy applies.
@@ -31,7 +31,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
3131

3232
### FeaturePolicy
3333
```
34-
Update-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String> -PolicyId <String>
34+
Update-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String> -PolicyId <String>
3535
[-Confirm]
3636
[-Everyone <Boolean>]
3737
[-IsFeatureEnabled <Boolean>]
@@ -45,8 +45,6 @@ Update-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String> -PolicyId
4545
```
4646

4747
### CategoryPolicy
48-
**Note**: While we are adding support for category policies in the Exchange Online PowerShell module v3.5.0-Preview1 or later, we have not yet released any categories in Viva. We will update when there are categories available.
49-
5048
```
5149
Update-VivaModuleFeaturePolicy> -CategoryId <String> -PolicyId <String>
5250
[-Confirm]
@@ -63,7 +61,7 @@ Update-VivaModuleFeaturePolicy> -CategoryId <String> -PolicyId <String>
6361
## DESCRIPTION
6462
Use the Update-VivaModuleFeaturePolicy cmdlet to update an access policy for a feature in a Viva module or a category in Viva.
6563

66-
**Note**: While we are adding support for category policies in the Exchange Online PowerShell module v3.5.0-Preview1 or later, we have not yet released any categories in Viva. We will update when there are categories available.
64+
Support for categories is available in version 3.5.0-Preview1 or later of the module.
6765

6866
This cmdlet updates the attributes of the policy that you specify. These attributes include:
6967

@@ -80,8 +78,8 @@ You need to use the Connect-ExchangeOnline cmdlet to authenticate.
8078

8179
This cmdlet requires the .NET Framework 4.7.2 or later.
8280

83-
Currently, you need to be a member of the Global administrators role or the roles that have been permissioned at the feature level to run this cmdlet.
84-
To learn more about permissioned roles at the feature level, see [Features Available for Feature Access Management](https://learn.microsoft.com/en-us/viva/feature-access-management#features-available-for-feature-access-management).
81+
Currently, you need to be a member of the Global administrators role or the roles that have been assigned at the feature level to run this cmdlet.
82+
To learn more about assigned roles at the feature level, see [Features Available for Feature Access Management](https://learn.microsoft.com/viva/feature-access-management#features-available-for-feature-access-management).
8583

8684
To learn more about administrator role permissions in Microsoft Entra ID, see [Role template IDs](https://learn.microsoft.com/entra/identity/role-based-access-control/permissions-reference#role-template-ids).
8785

@@ -143,11 +141,12 @@ Update-VivaModuleFeaturePolicy -CategoryId <category_id> -PolicyId 3db38dfa-02a3
143141

144142
This example updates the name of the specified policy, makes it so the policy enables the category (effectively all features under the category), and updates who the policy applies to. The policy now applies **only** to the specified users and groups, overwriting the users and groups the policy used to apply to.
145143

146-
147144
## PARAMETERS
148145

149146
### -CategoryId
150-
**Note**: While we are adding support for category policies in the Exchange Online PowerShell module v3.5.0-Preview1 or later, we have not yet released any categories in Viva. We will update when there are categories available.
147+
This parameter is available in version 3.5.0-Preview1 or later of the module.
148+
149+
**Note**: Currently, no categories are available in Viva. We'll update the documentation when categories are available.
151150

152151
The CategoryId parameter specifies the category of the policy that you want to update.
153152

@@ -285,7 +284,9 @@ Accept wildcard characters: False
285284
```
286285

287286
### -IsCategoryEnabled
288-
**Note**: While we are adding support for category policies in the Exchange Online PowerShell module v3.5.0-Preview1 or later, we have not yet released any categories in Viva. We will update when there are categories available.
287+
This parameter is available in version 3.5.0-Preview1 or later of the module.
288+
289+
**Note**: Currently, no categories are available in Viva. We'll update the documentation when categories are available.
289290

290291
The IsCategoryEnabled parameter specifies whether the category is enabled by the updated policy. Valid values are:
291292

@@ -331,7 +332,7 @@ Accept wildcard characters: False
331332
### -IsUserControlEnabled
332333
**Note**: This parameter is available in version 3.3.0 or later of the module.
333334

334-
The IsUserControlEnabled parameter specifies whether user control is enabled by the policy. Valid values are:
335+
The IsUserControlEnabled parameter specifies whether user control is enabled by the policy. Valid values are:
335336

336337
- $true: User control is enabled by the policy. Users can opt out of the feature.
337338
- $false: User control isn't enabled by the policy. Users can't opt of the feature.

0 commit comments

Comments
 (0)