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 parameter is available or functional only in Exchange Server 2010.
323
+
### -EwsAllowEntourage
324
+
The EwsAllowEntourage parameter enables or disables Exchange Web Services (EWS) access to the mailbox by Microsoft Entourage clients (for example, Entourage 2008 for Mac, Web Services Edition). Valid values are:
325
325
326
-
The EmwsEnabled parameter specifies whether the Exchange Management Web Service is enabled on this Client Access server.
326
+
- $true: EWS access to the mailbox by Entourage clients is enabled.
327
327
328
-
```yaml
329
-
Type: $true | $false
330
-
Parameter Sets: (All)
331
-
Aliases:
332
-
Applicable: Exchange Server 2010
333
-
Required: False
334
-
Position: Named
335
-
Default value: None
336
-
Accept pipeline input: False
337
-
Accept wildcard characters: False
338
-
```
339
-
340
-
### -EwsAllowEntourage
341
-
The EwsAllowEntourage parameter enables or disables access to the mailbox by Microsoft Entourage clients that use Exchange Web Services (for example, Entourage 2008 for Mac, Web Services Edition).
328
+
- $false: EWS access to the mailbox by Entourage clients is disabled.
342
329
343
-
Valid input for this parameter is $true or $false. The default valueis $true.
330
+
- $null (blank): The setting isn't configured. This is the default value. EWS access to the mailbox by Entourage clients is controlled by the EwsAllowEntourage parameter on the Set-OrganizationConfig cmdlet (blank or $true for the organization equals enabled for the mailbox; $false for the organization equals disabled for the mailbox).
The EwsAllowList parameter specifies the Exchange Web Services applications (user agent strings) that are allowed to access the mailbox.
345
+
The EwsAllowList parameter specifies the applications that are allowed to access the mailbox by using EWS or REST when the EwsApplicationAccessPolicy parameter is set to EwsAllowList. Other applications that aren't specified by this parameter aren't allowed to access the mailbox by using EWS or REST. You identify the application by its user agent string value. Wildcard characters (\*) are supported.
346
+
347
+
The default value is $null (blank), which means no EWS or REST applications are specified.
359
348
360
349
To enter multiple values and overwrite any existing entries, use the following syntax: \<value1\>,\<value2\>,...\<valueN\>. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\<value1\>","\<value2\>",..."\<valueN\">.
361
350
362
351
To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="\<value1\>","\<value2\>"...; Remove="\<value1\>","\<value2\>"...}.
363
352
364
-
This parameter is meaningful only when the EwsEnabled parameter is set to $true, and the EwsApplicationAccessPolicy parameter is set to EnforceAllowList.
The EwsAllowMacOutlook parameter enables or disables access to the mailbox by Outlook for Mac clients that use Exchange Web Services (for example, Outlook for Mac 2011 or later).
366
+
The EwsAllowMacOutlook parameter enables or disables EWS access to the mailbox by Microsoft Outlook for Mac clients (for example, Outlook for Mac 2011 or later). Valid values are:
380
367
381
-
Valid input for this parameter is $true or $false. The default value is $true.
368
+
- $true: EWS access to the mailbox by Outlook for Mac clients is enabled.
369
+
370
+
- $false: EWS access to the mailbox by Outlook for Mac clients is disabled.
371
+
372
+
- $null (blank): The setting isn't configured. This is the default value. EWS access to the mailbox by Outlook for Mac is controlled by the EwsAllowMacOutlook parameter on the Set-OrganizationConfig cmdlet (blank or $true on the organization equals enabled for the mailbox; $false on the organization equals disabled for the mailbox).
The EwsAllowOutlook parameter enables or disables access to the mailbox by Outlook clients that use Exchange Web Services. Outlook uses Exchange Web Services for free/busy, out-of-office settings, and calendar sharing.
387
+
The EwsAllowOutlook parameter enables or disables EWS access to the mailbox by Microsoft Outlook clients (for example, Outlook 2007 or later for free/busy, out-of-office settings, and calendar sharing). Valid values are:
388
+
389
+
- $true: EWS access to the mailbox by Outlook clients is enabled.
390
+
391
+
- $false: EWS access to the mailbox by Outlook clients is disabled.
392
+
393
+
- $null (blank): The setting isn't configured. This is the default value. EWS access to the mailbox by Outlook clients is controlled by the EwsAllowOutlook parameter on the Set-OrganizationConfig cmdlet (blank or $true for the organization equals enabled for the mailbox; $false for the organization equals disabled for the mailbox).
The EwsApplicationAccessPolicy parameter controls access to the mailbox by using Exchange Web Services applications.
408
+
The EwsApplicationAccessPolicy parameter specifies the access control method for client applications that access the mailbox by using EWS and REST. Valid values are:
412
409
413
-
Valid values for this parameter are:
410
+
- EnforceAllowList: Specify the EWS and REST applications to allow by using the EwsAllowList parameter. EWS and REST access to the mailbox by all other applications is blocked.
414
411
415
-
- EnforceAllowList: Only applications specified in the EwsAllowList parameter are allowed to access the mailbox.
412
+
- EnforceBlockList: Specify the EWS and REST application to block by using the EwsBlockList parameter. EWS and REST access to the mailbox by all other applications is allowed.
416
413
417
-
- EnforceBlockList: Applications specified in the EwsBlockList parameter aren't allowed to access the mailbox, but any other applications can access the mailbox.
414
+
- $null (blank): The setting isn't configured. This is the default value. The access control method for the mailbox is defined by the EwsApplicationAccessPolicy parameter on the Set-OrganizationConfig cmdlet (blank for the organization means no EWS or REST applications are blocked from accessing the mailbox; EnforceAllowList for the organization means the EwsAllowList parameter on the organization specifies the applications that are allowed to access the mailbox; EnforceBlockList for the organization means the EwsBlockList parameter on the organization specifies the applications that are blocked from accessing the mailbox).
418
415
419
-
This parameter doesn't affect access to the mailbox by using Entourage, Outlook for Mac, and Outlook. Access to the mailbox by using these clients is controlled by the EwsAllowEntourage, EwsAllowMacOutlook and EwsAllowOutlook parameters.
416
+
This parameter doesn't affect EWS access to the mailbox by Entourage, Outlook for Mac, and Outlook clients (access by these applications is controlled by the EwsAllowEntourage, EwsAllowMacOutlook and EwsAllowOutlook parameters).
The EwsBlockList parameter specifies the Exchange Web Services applications (user agent strings) that aren't allowed to access the mailbox by using Exchange Web Services.
431
+
The EwsBlockList parameter specifies the applications that aren't allowed to access the mailbox by using EWS or REST when the EwsApplicationAccessPolicy parameter is set to EnforceBlockList. All other applications that aren't specified by this parameter are allowed to access the mailbox by using EWS or REST. You identify the application by its user agent string value. Wildcard characters (\*) are supported.
432
+
433
+
The default value is $null (blank), which means no EWS or REST applications are specified.
435
434
436
435
To enter multiple values and overwrite any existing entries, use the following syntax: \<value1\>,\<value2\>,...\<valueN\>. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\<value1\>","\<value2\>",..."\<valueN\">.
437
436
438
437
To add or remove one or more values without affecting any existing entries, use the following syntax: @{Add="\<value1\>","\<value2\>"...; Remove="\<value1\>","\<value2\>"...}.
439
438
440
-
This parameter is meaningful only when the EwsEnabled parameter is set to $true, and the EwsApplicationAccessPolicy parameter is set to EnforceBlockList.
The EwsEnabled parameter enables or disables access to the mailbox by using Exchange Web Services clients.
452
+
The EwsEnabled parameter specifies whether to globally enable or disable EWS access to the mailbox, regardless of the application that's making the request. Valid values are:
453
+
454
+
- $true: All EWS to the mailbox is enabled.
455
+
456
+
- $false: All EWS access to the mailbox is disabled. The other EWS settings in this cmdlet are ignored.
457
+
458
+
- $null (blank): The setting isn't configured. This is the default value. EWS access to the mailbox is controlled by the other EWS parameters (for example EwsAllowEntourage).
456
459
457
-
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other Exchange Web Services settings in this cmdlet are ignored.
460
+
This parameter has no affect on access to the mailbox by using REST.
0 commit comments