Skip to content

Commit b95e24b

Browse files
committed
Update Remove-VivaModuleFeaturePolicy.md
1 parent 5b845ba commit b95e24b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

exchange/exchange-ps/exchange/Remove-VivaModuleFeaturePolicy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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

2020
Use the Remove-VivaModuleFeaturePolicy cmdlet to delete an access policy for a feature in a Viva module or a category in Viva. Once you delete a policy, the policy is permanently deleted. You cannot undo the deletion.
2121

@@ -33,8 +33,6 @@ Remove-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String> -PolicyId
3333
```
3434

3535
### CategoryPolicy
36-
**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.
37-
3836
```
3937
Remove-VivaModuleFeaturePolicy -CategoryId <String> -PolicyId <String>
4038
[-Confirm]
@@ -46,15 +44,15 @@ Remove-VivaModuleFeaturePolicy -CategoryId <String> -PolicyId <String>
4644
## DESCRIPTION
4745
Use the Remove-VivaModuleFeaturePolicy cmdlet to delete an access policy for a feature in a Viva module or a category in Viva.
4846

49-
**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.
47+
Support for categories is available in version 3.5.0-Preview1 or later of the module.
5048

5149
You need to use the Connect-ExchangeOnline cmdlet to authenticate.
5250

5351
This cmdlet requires the .NET Framework 4.7.2 or later.
5452

55-
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.
53+
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.
5654

57-
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).
55+
To learn more about permissioned 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).
5856

5957
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).
6058

@@ -72,12 +70,14 @@ This example deletes the specified policy for the Reflection feature in Viva Ins
7270
Remove-VivaModuleFeaturePolicy -CategoryId <category_id> -PolicyId 3db38dfa-02a3-4039-b33a-42b0b3da032w
7371
```
7472

75-
This example deletes the specified policy for the <category_id> category in Viva.
73+
This example deletes the specified policy for the `<category_id>` category in Viva.
7674

7775
## PARAMETERS
7876

7977
### -CategoryId
80-
**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.
78+
This parameter is available in version 3.5.0-Preview1 or later of the module.
79+
80+
**Note**: Currently, no categories are available in Viva. We'll update the documentation when categories are available.
8181

8282
The CategoryId parameter specifies the category that you want to remove the policy from.
8383

0 commit comments

Comments
 (0)