Skip to content

Commit 7a28ca5

Browse files
authored
Update Get-CsPhoneNumberAssignment.md
1 parent 7916be1 commit 7a28ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ This example returns information about all activated phone numbers with the capa
107107
```powershell
108108
Get-CsPhoneNumberAssignment -TelephoneNumberContain "524"
109109
```
110-
This example returns information about all phone numbers that contains the digits 524. You can for instance use this to find the telephone number with extension 524
111-
used in example 2.
110+
This example returns information about all phone numbers that contains the digits 524, including the phone number with extension 524 used in example 2.
112111

113112
## PARAMETERS
114113

@@ -274,7 +273,8 @@ Accept wildcard characters: False
274273
```
275274
276275
### -TelephoneNumberContains
277-
Filters the returned results based on substring match for the specified string on TelephoneNumber. For supported formats see TelephoneNumber, except that
276+
Filters the returned results based on substring match for the specified string on TelephoneNumber. To search for a number with an extension, you need to specify
277+
the digits of the extension. For supported formats see TelephoneNumber.
278278
279279
```yaml
280280
Type: System.String

0 commit comments

Comments
 (0)