Skip to content

Commit dab7215

Browse files
authored
Update Get-VivaModuleFeaturePolicy.md
1 parent 9af308a commit dab7215

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

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

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,22 @@ 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-
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. The cmdlet can filter policies based on MemberIds, allowing administrators to view policies specific to certain users or groups.
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. The cmdlet can filter policies based on MemberIds, allowing admins to view policies specific to certain users or groups.
1919

2020
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2121

2222
## SYNTAX
2323

2424
### FeaturePolicy
2525
```
26-
Get-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String>
27-
[[-PolicyId] <String>]
26+
Get-VivaModuleFeaturePolicy -FeatureId <String> -ModuleId <String> [[-PolicyId] <String>]
2827
[-ResultSize <Unlimited>]
2928
[<CommonParameters>]
3029
```
3130

3231
### FeaturePolicyWithMembers
3332
```
34-
Get-VivaModuleFeaturePolicy -ModuleId <String>
35-
[[-FeatureId] <String>]
36-
[[-MemberIds] <String[]>]
33+
Get-VivaModuleFeaturePolicy -ModuleId <String> [[-FeatureId] <String>] [[-MemberIds] <String[]>]
3734
[-ResultSize <Unlimited>]
3835
[<CommonParameters>]
3936
```
@@ -43,7 +40,7 @@ Use the Get-VivaModuleFeaturePolicy cmdlet to view the access policies for a spe
4340

4441
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.
4542

46-
The cmdlet can filter policies based on MemberIds, allowing administrators to view policies specific to certain users or groups.
43+
The cmdlet can filter policies based on MemberIds, allowing admins to view policies specific to certain users or groups.
4744

4845
You need to use the Connect-ExchangeOnline cmdlet to authenticate.
4946

@@ -107,6 +104,7 @@ Default value: None
107104
Accept pipeline input: False
108105
Accept wildcard characters: False
109106
```
107+
110108
```yaml
111109
Type: String
112110
Parameter Sets: FeaturePolicyWithMembers
@@ -125,7 +123,7 @@ The ModuleId parameter specifies the Viva module of the feature policies that yo
125123
126124
```yaml
127125
Type: String
128-
Parameter Sets: FeaturePolicy
126+
Parameter Sets: (All)
129127
Aliases:
130128
Applicable: Exchange Online
131129

@@ -135,18 +133,6 @@ Default value: None
135133
Accept pipeline input: False
136134
Accept wildcard characters: False
137135
```
138-
```yaml
139-
Type: String
140-
Parameter Sets: FeaturePolicyWithMembers
141-
Aliases:
142-
Applicable: Exchange Online
143-
144-
Required: True
145-
Position: Named
146-
Default value: None
147-
Accept pipeline input: False
148-
Accept wildcard characters: True
149-
```
150136
151137
### -PolicyId
152138
The PolicyId parameter specifies the specific policy for the feature in the Viva module that you want to view.
@@ -166,11 +152,10 @@ Accept pipeline input: False
166152
Accept wildcard characters: False
167153
```
168154
169-
170155
### -MemberIds
171156
The MemberIds parameter specifies the specific users or groups for which you want to view the policies for the feature in the Viva module.
172157
173-
You can provide up to 3 member IDs. The * character can be used to specify all modules or features.
158+
You can provide up to three member IDs. Use the \* character to specify all modules or features.
174159
175160
```yaml
176161
Type: String[]

0 commit comments

Comments
 (0)