You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Get-VivaModuleFeaturePolicy.md
+33-29Lines changed: 33 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,17 +15,18 @@ ms.reviewer:
15
15
## SYNOPSIS
16
16
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).
17
17
18
-
Use the Get-VivaModuleFeaturePolicy cmdlet to view the access policies for a specified feature in a Viva module. Policies are used to restrict or grant access to the specified feature for specific users, groups, or the entire tenant. This cmdlet provides details about the policies, including the policy's identifier, name, and creation date.
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.
19
+
20
+
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.
19
21
20
22
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
Use the Get-VivaModuleFeaturePolicy cmdlet to view the access policies for a specified feature in a Viva module.
43
+
Use the Get-VivaModuleFeaturePolicy cmdlet to view the access policies for a specified feature in a Viva module or a category in Viva.
44
+
45
+
Support for categories is available in version 3.5.0-Preview1 or later of the module.
44
46
45
-
You can view all policies for a specified feature in a Viva module. To view a specific policy, you can include the PolicyId parameter.
47
+
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.
46
48
47
49
You need to use the Connect-ExchangeOnline cmdlet to authenticate.
48
50
49
51
This cmdlet requires the .NET Framework 4.7.2 or later.
50
52
51
-
Currently, you need to be a member of the Global administrators role 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.
54
+
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).
52
56
53
57
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).
This example returns details about a specific policy added for the `<category_id>` category in Viva.
88
+
71
89
## PARAMETERS
72
90
73
91
### -CategoryId
74
-
**Note**: This parameter is available only in the Exchange Online PowerShell module v3.5.0-Preview??? or later.
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.
95
+
96
+
The CategoryId parameter specifies the category that you want to view the policies for.
75
97
76
-
{{ Fill CategoryId Description }}
98
+
To view details about the categories in Viva that support feature access controls, refer to the Get-VivaFeatureCategory cmdlet. The details provided by the Get-VivaFeatureCategory cmdlet include the category identifier.
The PolicyId parameter specifies the specific policy for the feature in the Viva module that you want to view.
148
+
The PolicyId parameter specifies the specific policy for the feature in the Viva module or the category that you want to view.
127
149
128
-
To view details about all policies for a feature in a Viva module, run this cmdlet without the PolicyId parameter. These details include the identifiers of all the policies for a feature in a Viva module.
150
+
To view details about all policies for a feature in a Viva module or a category, run this cmdlet without the PolicyId parameter. These details include the identifiers of all the policies for a feature in a Viva module or a category.
129
151
130
152
```yaml
131
153
Type: String
@@ -140,24 +162,6 @@ Accept pipeline input: False
140
162
Accept wildcard characters: False
141
163
```
142
164
143
-
### -ProgressAction
144
-
**Note**: This parameter is available only in the Exchange Online PowerShell module v3.5.0-Preview??? or later.
145
-
146
-
{{ Fill ProgressAction Description }}
147
-
148
-
```yaml
149
-
Type: ActionPreference
150
-
Parameter Sets: (All)
151
-
Aliases: proga
152
-
Applicable: Exchange Online
153
-
154
-
Required: False
155
-
Position: Named
156
-
Default value: None
157
-
Accept pipeline input: False
158
-
Accept wildcard characters: False
159
-
```
160
-
161
165
### -ResultSize
162
166
This parameter is reserved for internal Microsoft use.
0 commit comments