File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,12 @@ This cmdlet removes one or more unassigned telephone numbers from your tenant. I
28
28
29
29
### -------------------------- Example 1 --------------------------
30
30
```
31
- Remove-CsOnlineTelephoneNumber -TelephoneNumber +14258884567
31
+ Remove-CsOnlineTelephoneNumber -TelephoneNumber 14258884567
32
+ ```
33
+ ``` Output
34
+ NumberIdsDeleted NumberIdsDeleteFailed NumberIdsNotOwnedByTenant NumberIdsManagedByServiceDesk
35
+ ---------------- --------------------- ------------------------- -----------------------------
36
+ {14258884567} {} {} {}
32
37
```
33
38
34
39
This example removes the specified telephone number from the tenant.
@@ -38,14 +43,20 @@ This example removes the specified telephone number from the tenant.
38
43
[string[]]$tns="+14255551234","+14255551233"
39
44
Remove-CsOnlineTelephoneNumber -TelephoneNumber $tns
40
45
```
46
+ ``` Output
47
+ NumberIdsDeleted NumberIdsDeleteFailed NumberIdsNotOwnedByTenant NumberIdsManagedByServiceDesk
48
+ ---------------- --------------------- ------------------------- -----------------------------
49
+ {14255551234, {} {} {}
50
+ 14255551233}
51
+ ```
41
52
42
53
This example removes the specified list of telephone numbers from the tenant.
43
54
44
55
45
56
## PARAMETERS
46
57
47
58
### -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.
49
60
50
61
``` yaml
51
62
Type : String[]
127
138
## NOTES
128
139
129
140
## RELATED LINKS
130
-
141
+ - [Get-CsOnlineTelephoneNumber](Get-CsOnlineTelephoneNumber.md)
You can’t perform that action at this time.
0 commit comments