Skip to content

Commit 1d14ab9

Browse files
committed
Update Get-VivaModuleFeaturePolicy.md
1 parent d34a72b commit 1d14ab9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md

Lines changed: 9 additions & 9 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 Get-VivaModuleFeaturePolicy cmdlet to view the access policies for a specified feature in a Viva module or category in Viva. Policies are used to restrict or grant access to the specified feature or category for specific users, groups, or the entire tenant. This cmdlet provides details about the policies, including the policy's identifier, name, and creation date.
2121

@@ -32,8 +32,6 @@ Get-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String>
3232
```
3333

3434
### CategoryPolicy
35-
**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.
36-
3735
```
3836
Get-VivaModuleFeaturePolicy -CategoryId <String>
3937
[[-PolicyId] <String>]
@@ -44,17 +42,17 @@ Get-VivaModuleFeaturePolicy -CategoryId <String>
4442
## DESCRIPTION
4543
Use the Get-VivaModuleFeaturePolicy cmdlet to view the access policies for a specified feature in a Viva module or a category in Viva.
4644

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

4947
You can view all policies for a specified feature in a Viva module or a category in Viva. To view a specific policy, you can include the PolicyId parameter.
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

@@ -79,19 +77,21 @@ This example returns details about a specific policy added for the Reflection fe
7977
Get-VivaModuleFeaturePolicy -CategoryId <category_id>
8078
```
8179

82-
This example returns details about all the policies added for the <category_id> category in Viva.
80+
This example returns details about all the policies added for the `<category_id>` category in Viva.
8381

8482
### Example 4
8583
```powershell
8684
Get-VivaModuleFeaturePolicy -CategoryId <category_id> -PolicyId 3db38dfa-02a3-4039-b33a-42b0b3da029b
8785
```
8886

89-
This example returns details about a specific policy added for the <category_id> category in Viva.
87+
This example returns details about a specific policy added for the `<category_id>` category in Viva.
9088

9189
## PARAMETERS
9290

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

9696
The CategoryId parameter specifies the category that you want to view the policies for.
9797

0 commit comments

Comments
 (0)