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/Add-VivaModuleFeaturePolicy.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,14 @@ This cmdlet is available only in the Exchange Online PowerShell module v3.2.0-Pr
17
17
18
18
**Note**: This cmdlet is part of a feature that's currently in a closed Private Preview. The cmdlet won't work unless your organization is a member of the Private Preview.
19
19
20
-
Use the Add-VivaModuleFeaturePolicy cmdlet to add a new access policy for a specific feature in Viva. The attributes of the policy are defined using the various parameters of the cmdlet. Policies are used to restrict or grant access to the specified feature for specific users, groups, or the entire tenant. Note that the most restrictive policy for a particular user or group will take priority when determining a feature's enablement.
20
+
Use the Add-VivaModuleFeaturePolicy cmdlet to add a new access policy for a specific feature in Viva. The attributes of the policy are defined using the various parameters of the cmdlet. Policies are used to restrict or grant access to the specified feature for specific users, groups, or the entire tenant. Note that the most restrictive policy for a particular user or group take priority when determining whether a feature is enabled.
21
21
22
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).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Update-VivaModuleFeaturePolicy.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This cmdlet is available only in the Exchange Online PowerShell module v3.2.0-Pr
17
17
18
18
**Note**: This cmdlet is part of a feature that's currently in a closed Private Preview. The cmdlet won't work unless your organization is a member of the Private Preview.
19
19
20
-
Use the Update-VivaModuleFeaturePolicy cmdlet to update an access policy for a feature in a Viva module. Note that the most restrictive policy for a particular user or group will take priority when determining a feature's enablement.
20
+
Use the Update-VivaModuleFeaturePolicy cmdlet to update an access policy for a feature in a Viva module. The most restrictive policy for a particular user or group takes priority when determining whether a feature is enabled.
21
21
22
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).
23
23
@@ -26,7 +26,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
@@ -41,12 +41,12 @@ Use the Update-VivaModuleFeaturePolicy cmdlet to update an access policy for a f
41
41
This cmdlet updates the attributes of the policy that you specify. These attributes include:
42
42
43
43
- The policy name (Name parameter).
44
-
- Whether or not the policy disables the feature (IsFeatureDisabled parameter).
44
+
- Whether or not the policy enables the feature (IsFeatureEnabled parameter).
45
45
- Who the policy applies to (the UserIds and GroupIds parameters or the Everyone parameter).
46
46
47
-
You can update these attributes independently of each other. For example, if you specify the Name parameter but not the IsFeatureDisabled parameter, the name of the policy is updated but whether or not the policy disables the feature remains unchanged.
47
+
You can update these attributes independently of each other. For example, if you specify the Name parameter but not the IsFeatureEnabled parameter, the name of the policy is updated but whether or not the policy enables the feature remains unchanged.
48
48
49
-
**Important**: Values that you specify for the UserIds and/or GroupIds parameters or the Everyone parameter will **overwrite** any existing users or groups. To preserve the existing users and groups, you need to specify those existing users or groups **and** any additional users or groups that you want to add. Not including existing users or groups in the command effectively removes those specific users or groups from the policy. For more information, see the examples.
49
+
**Important**: Values that you specify for the UserIds and/or GroupIds parameters or the Everyone parameter **overwrite** any existing users or groups. To preserve the existing users and groups, you need to specify those existing users or groups **and** any additional users or groups that you want to add. Not including existing users or groups in the command effectively removes those specific users or groups from the policy. For more information, see the examples.
50
50
51
51
You need to use the Connect-ExchangeOnline cmdlet to authenticate.
52
52
@@ -60,10 +60,10 @@ To learn more about administrator role permissions in Azure Active Directory, se
This example updates the name of the specified policy, makes it so the policy disables the feature, and updates who the policy applies to. The policy now applies **only** to the specified users and groups, overwriting the users and groups the policy used to apply to.
87
+
This example updates the name of the specified policy, makes it so the policy enables the feature, and updates who the policy applies to. The policy now applies **only** to the specified users and groups, overwriting the users and groups the policy used to apply to.
88
88
89
89
## PARAMETERS
90
90
@@ -187,7 +187,7 @@ The GroupIds parameter specifies the email addresses of groups that the updated
187
187
188
188
If you don't want to update who the policy applies to, don't use this parameter.
189
189
190
-
The values that you specify for this parameter or the UserIds parameter will replace any existing groups. To preserve the existing groups, include them along with any new users or groups that you specify.
190
+
The values that you specify for this parameter or the UserIds parameter replace any existing groups. To preserve the existing groups, include them along with any new users or groups that you specify.
191
191
192
192
You can specify a maximum of 20 total users or groups (20 users and no groups, 10 users and 10 groups, etc.).
The IsFeatureDisabled parameter specifies whether the feature is disabled by the updated policy. Valid values are:
209
+
### -IsFeatureEnabled
210
+
The IsFeatureEnabled parameter specifies whether the feature is enabled by the updated policy. Valid values are:
211
211
212
-
- $true: The feature is disabled by the policy.
213
-
- $false: The feature is not disabled by the policy.
212
+
- $true: The feature is enabled by the policy.
213
+
- $false: The feature is not enabled by the policy.
214
214
215
-
If you don't want to update whether the feature is disabled by the policy, don't use this parameter.
215
+
If you don't want to update whether the feature is enabled by the policy, don't use this parameter.
216
216
217
217
```yaml
218
218
Type: Boolean
@@ -268,7 +268,7 @@ The UserIds parameter specifies the user principal names (UPNs) of users that th
268
268
269
269
If you don't want to update who the policy applies to, don't use this parameter.
270
270
271
-
The values that you specify for this parameter or the GroupIds parameter will replace any existing users. To preserve the existing users, include them along with any new users or groups that you specify.
271
+
The values that you specify for this parameter or the GroupIds parameter replace any existing users. To preserve the existing users, include them along with any new users or groups that you specify.
272
272
273
273
You can specify a maximum of 20 total users or groups (20 users and no groups, 10 users and 10 groups, etc.).
0 commit comments