Skip to content

Commit 91d0c78

Browse files
authored
Update Add-VivaModuleFeaturePolicy.md
1 parent 6028208 commit 91d0c78

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

exchange/exchange-ps/exchange/Add-VivaModuleFeaturePolicy.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the Add-VivaModuleFeaturePolicy cmdlet to add a new access policy for a spec
2323
- Policies assigned to a specific user or group take priority over the policy assigned to the entire tenant when determining whether a feature/category is enabled. If a user has multiple policies assigned for a feature/category (directly as a user or member of a group), the most restrictive policy applies.
2424
- If a category is disabled by category policies, all features under the category are disabled regardless of the policies set at the feature level.
2525
- You can only update user controls at the feature policy level, not the category policy level.
26-
- A policy can not be added if the policy scope of the feature doesn't match with who has access to the policy being added. To see allowed policy scopes for this feature, use [this commandlet](https://learn.microsoft.com/en-us/powershell/module/exchange/get-vivamodulefeature).
26+
- Some features only support policies that apply to the entire tenant, not specific users or groups. You can refer to supported policy scopes for a feature using the [Get-VivaModuleFeature](https://learn.microsoft.com/en-us/powershell/module/exchange/get-vivamodulefeature) cmdlet.
2727

2828
Some features include the option for user controls (user opt out). Refer to the feature documentation to see if user controls are available for the feature that you intend to set a policy for.
2929

@@ -279,8 +279,6 @@ Accept wildcard characters: False
279279
### -Everyone
280280
The Everyone switch specifies that the policy applies to all users in the organization. You don't need to specify a value with this switch.
281281

282-
Only use this parameter if the feature has the Tenant policy scope.
283-
284282
Don't use this switch with the GroupIds or UserIds parameters.
285283

286284
```yaml
@@ -301,8 +299,6 @@ The GroupIds parameter specifies the email addresses or security group object ID
301299

302300
You can specify a maximum of 20 total users or groups (20 users and no groups, 10 users and 10 groups, etc.).
303301

304-
Only use this parameter if the feature has the Group policy scope.
305-
306302
To have the policy apply to all users in the organization, use the Everyone switch.
307303

308304
**Note**: In v3.5.1-Preview2 or later of the module, this parameter supports security group object IDs (GUIDs). Previous versions of the module accept only email addresses for this parameter.
@@ -364,8 +360,6 @@ The UserIds parameter specifies the user principal names (UPNs) of the users tha
364360

365361
You can specify a maximum of 20 total users or groups (20 users and no groups, 10 users and 10 groups, etc.).
366362

367-
Only use this parameter if the feature has the User policy scope.
368-
369363
To have the policy apply to all users in the organization, use the Everyone switch.
370364

371365
```yaml

0 commit comments

Comments
 (0)