Skip to content

Commit a9fc56e

Browse files
authored
Merge pull request MicrosoftDocs#1609 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 85a72c8 + a93796f commit a9fc56e

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

exchange/exchange-ps/exchange/client-access/New-ClientAccessRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Accept wildcard characters: False
421421
### -UsernameMatchesAnyOfPatterns
422422
This parameter is available only in the cloud-based service.
423423
424-
The UsernameMatchesAnyOfPatterns parameter specifies a condition for the client access rule that's based on the user's account name in the format \<Domain\>\\\<UserName\> (for example, contoso.com\\jeff). This parameter accepts text and the wildcard character (\*) (for example, \*jeff\*, but not jeff\*). Non-alphanumeric characters don't require an escape character.
424+
The UsernameMatchesAnyOfPatterns parameter specifies a condition for the client access rule that's based on the user's account name in the format \<Domain\>\\\<UserName\> (for example, contoso.com\\jeff). This parameter accepts text and the wildcard character (\*) (for example, \*jeff\*, but not jeff\*). Non-alphanumeric characters don't require an escape character. This parameter does not work with the -AnyOfProtocols UniversalOutlook parameter.
425425
426426
You can enter multiple values separated by commas.
427427

exchange/exchange-ps/exchange/devices/Get-MobileDevice.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,18 @@ This example returns all the Exchange ActiveSync mobile devices that Tony Smith
4747

4848
### -------------------------- Example 2 --------------------------
4949
```
50-
Get-MobileDevice -Mailbox "Redmond\TonySmith"
50+
Get-MobileDevice -ResultSize -unlimited | Format-Table -Auto DeviceModel,Identity
5151
```
5252

53-
This example returns all the Exchange ActiveSync mobile devices that Tony Smith has used that are associated with his mailbox.
53+
This example returns a summary list of all mobile devices in the organization.
54+
55+
56+
### -------------------------- Example 3 --------------------------
57+
```
58+
Get-MobileDevice -Identity lila\ExchangeActiveSyncDevices\Android§android94732903 | Format-List
59+
```
60+
61+
This example returns detailed information about the specified device on Lila's mailbox.
5462

5563
## PARAMETERS
5664

exchange/exchange-ps/exchange/mail-flow/Get-MessageTrace.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ Accept wildcard characters: False
167167
### -RecipientAddress
168168
The RecipientAddress parameter filters the results by the recipient's email address. You can specify multiple values separated by commas.
169169
170-
You can use wildcards in the format \*@contoso.com, user@\* or \*@\*. However, if you use a value that contains wildcards, you can't specify any other values.
171-
172170
```yaml
173171
Type: MultiValuedProperty
174172
Parameter Sets: (All)
@@ -184,8 +182,6 @@ Accept wildcard characters: False
184182
### -SenderAddress
185183
The SenderAddress parameter filters the results by the sender's email address. You can specify multiple values separated by commas.
186184
187-
You can use wildcards in the format \*@contoso.com, user@\* or \*@\*. However, if you use a value that contains wildcards, you can't specify any other values.
188-
189185
```yaml
190186
Type: MultiValuedProperty
191187
Parameter Sets: (All)

exchange/exchange-ps/exchange/policy-and-compliance-content-search/New-MailboxSearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ The AllSourceMailboxes parameter specifies whether to include all mailboxes in t
598598
Type: $true | $false
599599
Parameter Sets: (All)
600600
Aliases:
601-
Applicable: Exchange Server 2013, Exchange Server 2016
601+
Applicable: Exchange Server 2016
602602
Required: False
603603
Position: Named
604604
Default value: None

0 commit comments

Comments
 (0)