Skip to content

Commit a6b1dd3

Browse files
authored
Update Remove-CsOnlineTelephoneNumber.md
1 parent 90acd5c commit a6b1dd3

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

skype/skype-ps/skype/Remove-CsOnlineTelephoneNumber.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ This cmdlet removes one or more unassigned telephone numbers from your tenant. I
2828

2929
### -------------------------- Example 1 --------------------------
3030
```
31-
Remove-CsOnlineTelephoneNumber -TelephoneNumber +14258884567
31+
Remove-CsOnlineTelephoneNumber -TelephoneNumber 14258884567
32+
```
33+
```Output
34+
NumberIdsDeleted NumberIdsDeleteFailed NumberIdsNotOwnedByTenant NumberIdsManagedByServiceDesk
35+
---------------- --------------------- ------------------------- -----------------------------
36+
{14258884567} {} {} {}
3237
```
3338

3439
This example removes the specified telephone number from the tenant.
@@ -38,14 +43,20 @@ This example removes the specified telephone number from the tenant.
3843
[string[]]$tns="+14255551234","+14255551233"
3944
Remove-CsOnlineTelephoneNumber -TelephoneNumber $tns
4045
```
46+
```Output
47+
NumberIdsDeleted NumberIdsDeleteFailed NumberIdsNotOwnedByTenant NumberIdsManagedByServiceDesk
48+
---------------- --------------------- ------------------------- -----------------------------
49+
{14255551234, {} {} {}
50+
14255551233}
51+
```
4152

4253
This example removes the specified list of telephone numbers from the tenant.
4354

4455

4556
## PARAMETERS
4657

4758
### -TelephoneNumber
48-
Specifies the telephone number(s) to remove.
59+
Specifies the telephone number(s) to remove. The format can be withor without the prefixed +, but needs to include country code etc.
4960

5061
```yaml
5162
Type: String[]
@@ -127,4 +138,4 @@ None
127138
## NOTES
128139
129140
## RELATED LINKS
130-
141+
- [Get-CsOnlineTelephoneNumber](Get-CsOnlineTelephoneNumber.md)

0 commit comments

Comments
 (0)