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
+5-53Lines changed: 5 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,7 @@ 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
-
**Note**: Support for categories is available in version 3.5.0-Preview2 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.
18
+
Use the Get-VivaModuleFeaturePolicy cmdlet to view the access policies for a specified feature in a Viva module in Viva. 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.
21
19
22
20
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 or a category in Viva.
44
-
45
-
Support for categories is available in version 3.5.0-Preview2 or later of the module.
33
+
Use the Get-VivaModuleFeaturePolicy cmdlet to view the access policies for a specified feature in a Viva module in Viva.
46
34
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.
35
+
You can view all policies for a specified feature in a Viva module in Viva. To view a specific policy, you can include the PolicyId parameter.
48
36
49
37
You need to use the Connect-ExchangeOnline cmdlet to authenticate.
This example returns details about a specific policy added for the `<category_id>` category in Viva.
91
-
92
66
## PARAMETERS
93
67
94
-
### -CategoryId
95
-
This parameter is available in version 3.5.0-Preview2 or later of the module.
96
-
97
-
**Note**: Currently, no categories are available in Viva. We'll update the documentation when categories are available.
98
-
99
-
The CategoryId parameter specifies the category that you want to view the policies for.
100
-
101
-
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.
102
-
103
-
```yaml
104
-
Type: String
105
-
Parameter Sets: CategoryPolicy
106
-
Aliases:
107
-
Applicable: Exchange Online
108
-
109
-
Required: True
110
-
Position: Named
111
-
Default value: None
112
-
Accept pipeline input: False
113
-
Accept wildcard characters: False
114
-
```
115
-
116
68
### -FeatureId
117
69
The FeatureId parameter specifies the feature in the Viva module that you want to view the policies for.
The PolicyId parameter specifies the specific policy for the feature in the Viva module or the category that you want to view.
103
+
The PolicyId parameter specifies the specific policy for the feature in the Viva module that you want to view.
152
104
153
-
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.
105
+
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.
0 commit comments