Skip to content

Updating parameter definition #12926

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ This cmdlet displays information about one or more phone numbers. You can filter

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.

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.
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.


## EXAMPLES

Expand Down Expand Up @@ -149,7 +150,8 @@ This example returns information about all phone numbers that contain the digits
```powershell
Get-CsPhoneNumberAssignment -Skip 1000 -Top 1000
```
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.
This example returns all phone numbers sequenced between 1001 to 2000 in the record of phone numbers.


### Example 9
```powershell
Expand Down Expand Up @@ -401,7 +403,7 @@ Accept wildcard characters: False
```

### -NetworkSiteId
This parameter is reserved for internal Microsoft use.
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.

```yaml
Type: System.String
Expand Down Expand Up @@ -570,7 +572,7 @@ The activation state of the telephone number.
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.

### AssignmentCategory
This parameter is reserved for internal Microsoft use.
Contains the assignment category such as Primary or Private.

### Capability
The list of capabilities assigned to the phone number.
Expand Down
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Accept wildcard characters: False
```

### -NetworkSiteId
This parameter is reserved for internal Microsoft use.
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.

```yaml
Type: System.String
Expand Down