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
This example rejects meeting requests from any user who isn't a member of the Exchange organization.
154
+
This example rejects meeting requests from any user who isn't a member of the Exchange organization.\
134
155
135
156
## PARAMETERS
136
157
@@ -416,7 +437,9 @@ Query-based groups (for example, dynamic distribution groups) aren't supported.
416
437
417
438
In delegate and principal scenarios, if the delegate or principal is specified by the BookInPolicy parameter, in-policy meeting requests to the resource mailbox are automatically approved.
418
439
419
-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
440
+
To replace the existing list of users or groups with the values you specify, use the syntax `UserOrGroup1,UserOrGroup2,...UserOrGroupN`. If the values contain spaces or otherwise require quotation marks, use the syntax `"UserOrGroup1","UserOrGroup2",..."UserOrGroupN"`.
441
+
442
+
To add users or groups without affecting the other entries, see Example 7.
0 commit comments