Skip to content

Commit b681b16

Browse files
authored
Update Get-CsPhoneNumberAssignment.md
1 parent ac6d555 commit b681b16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This cmdlet displays information about one or more phone numbers.
1919

2020
### Assignment (Default)
2121
```powershell
22-
Get-CsPhoneNumberAssignment [-ActivationState <string>] [-AssignedPstnTargetId <string>] [-AssignmentCategory <string>] [-CapabilitiesContain <string>]
23-
[-CivicAddressId <string>] [-IsoCountryCode <string>] [-LocationId <string>] [-NumberType <string>]
24-
[-PstnAssignmentStatus <string>] [-Skip <int>] [-TelephoneNumber <string>] [-TelephoneNumberContain <string>]
25-
[-TelephoneNumberGreaterThan <string>] [-TelephoneNumberLessThan <string>] [-TelephoneNumberStartsWith <string>]
26-
[-Top <int>] [<CommonParameters>]
22+
Get-CsPhoneNumberAssignment [-ActivationState <string>] [-AssignedPstnTargetId <string>] [-AssignmentCategory <string>]
23+
[-CapabilitiesContain <string>] [-CivicAddressId <string>] [-IsoCountryCode <string>]
24+
[-LocationId <string>] [-NumberType <string>] [-PstnAssignmentStatus <string>] [-Skip <int>] [-TelephoneNumber <string>]
25+
[-TelephoneNumberContain <string>] [-TelephoneNumberGreaterThan <string>] [-TelephoneNumberLessThan <string>]
26+
[-TelephoneNumberStartsWith <string>] [-Top <int>] [<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION

0 commit comments

Comments
 (0)