Skip to content

Commit 7f91332

Browse files
authored
Merge pull request #12668 from MicrosoftDocs/chrisda
Update Set-CASMailbox.md
2 parents e2c5d5a + 9f781fc commit 7f91332

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exchange/exchange-ps/exchange/Set-CASMailbox.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,9 @@ Accept wildcard characters: False
502502
The EwsEnabled parameter enables or disables access to the mailbox using Exchange Web Services clients. Valid values are:
503503

504504
- $true: Access to the mailbox using EWS is enabled. This is the default value.
505-
- $false: Access to the mailbox using EWS is disabled. The other Exchange Web Services settings in this cmdlet are ignored.
505+
- $false: Access to the mailbox using EWS is disabled. Other Exchange Web Services settings in this cmdlet are ignored.
506+
507+
The value of this parameter is meaningful only if the EwsEnabled parameter on the Set-OrganizationConfig parameter isn't set to the value $false.
506508

507509
```yaml
508510
Type: Boolean
@@ -512,7 +514,7 @@ Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Ex
512514
513515
Required: False
514516
Position: Named
515-
Default value: None
517+
Default value: True
516518
Accept pipeline input: False
517519
Accept wildcard characters: False
518520
```

0 commit comments

Comments
 (0)