Skip to content

Commit f234351

Browse files
Merge pull request #12926 from pavellatif/main
Updating parameter definition
2 parents 52b15d0 + 1e7179d commit f234351

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ This cmdlet displays information about one or more phone numbers. You can filter
5353

5454
If you are using both -Skip X and -Top Y for filtering, the returned results will first be skipped by X, and then the top Y results will be returned.
5555

56-
By default, this cmdlet returns a maximum of 500 results. A maximum of 1000 results can be returned using -Top filter. If you need to get more than 1000 results, a combination of -Skip and -Top filtering can be used to list incremental returns of 1000 numbers. If a full list of telephone numbers acquired by the tenant is required, you can use [Export-CsAcquiredPhoneNumber](./export-csacquiredphonenumber.md) cmdlet to download a list of all acquired telephone numbers.
56+
By default, this cmdlet returns a maximum of 500 results. A maximum of 1000 results can be returned using -Top filter. If you need to get more than 1000 results, a combination of -Skip and -Top filtering can be used to list incremental returns of 1000 numbers. If a full list of telephone numbers acquired by the tenant is required, you can use [Export-CsAcquiredPhoneNumber](./export-csacquiredphonenumber.md) cmdlet to download a list of all acquired telephone numbers.
57+
5758

5859
## EXAMPLES
5960

@@ -149,7 +150,8 @@ This example returns information about all phone numbers that contain the digits
149150
```powershell
150151
Get-CsPhoneNumberAssignment -Skip 1000 -Top 1000
151152
```
152-
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.
153+
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.
154+
153155

154156
### Example 9
155157
```powershell
@@ -401,7 +403,7 @@ Accept wildcard characters: False
401403
```
402404
403405
### -NetworkSiteId
404-
This parameter is reserved for internal Microsoft use.
406+
ID of a network site. A network site represents a ___location where your organization has a physical venue, such as offices, a set of buildings, or a campus.
405407
406408
```yaml
407409
Type: System.String
@@ -570,7 +572,7 @@ The activation state of the telephone number.
570572
The ID of the object the phone number is assigned to, either the ObjectId of a user or resource account or the policy instance ID of a Teams shared calling routing policy instance.
571573
572574
### AssignmentCategory
573-
This parameter is reserved for internal Microsoft use.
575+
Contains the assignment category such as Primary or Private.
574576
575577
### Capability
576578
The list of capabilities assigned to the phone number.

teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Accept wildcard characters: False
228228
```
229229
230230
### -NetworkSiteId
231-
This parameter is reserved for internal Microsoft use.
231+
ID of a network site. A network site represents a ___location where your organization has a physical venue, such as offices, a set of buildings, or a campus.
232232
233233
```yaml
234234
Type: System.String

0 commit comments

Comments
 (0)