Skip to content

Commit 290f44d

Browse files
authored
Merge pull request #12590 from Mshaikh-msft/patch-9
Update Remove-CsHybridTelephoneNumber.md
2 parents adefeca + 8e01a40 commit 290f44d

File tree

1 file changed

+122
-117
lines changed

1 file changed

+122
-117
lines changed
Lines changed: 122 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,122 @@
1-
---
2-
external help file: Microsoft.Open.Teams.CommonLibrary.dll-Help.xml
3-
Module Name: MicrosoftTeams
4-
online version: https://learn.microsoft.com/powershell/module/teams/remove-cshybridtelephonenumber
5-
applicable: Microsoft Teams
6-
author: serdarsoysal
7-
ms.author: serdars
8-
ms.reviewer:
9-
manager:
10-
title: Remove-CsHybridTelephoneNumber
11-
schema: 2.0.0
12-
---
13-
14-
# Remove-CsHybridTelephoneNumber
15-
16-
## SYNOPSIS
17-
This cmdlet removes a hybrid telephone number.
18-
19-
## SYNTAX
20-
21-
### Identity (Default)
22-
```powershell
23-
Remove-CsHybridTelephoneNumber -TelephoneNumber <string> [-Force] [-WhatIf] [-Confirm][<CommonParameters>]
24-
```
25-
26-
## DESCRIPTION
27-
This cmdlet removes a hybrid telephone number used for Audio Conferencing with Direct Routing for GCC High and DoD clouds.
28-
29-
## EXAMPLES
30-
31-
### Example 1
32-
```powershell
33-
Remove-CsHybridTelephoneNumber -TelephoneNumber 14025551234
34-
```
35-
This example removes the hybrid phone number +1 (402) 555-1234.
36-
37-
## PARAMETERS
38-
39-
### -TelephoneNumber
40-
The telephone number to remove. The number should be specified without a prefixed "+". The phone number can't have "tel:" prefixed.
41-
42-
```yaml
43-
Type: System.String
44-
Parameter Sets: (All)
45-
Aliases:
46-
Applicable: Microsoft Teams
47-
48-
Required: True
49-
Default value: None
50-
Accept pipeline input: False
51-
Accept wildcard characters: False
52-
```
53-
54-
### -Force
55-
Suppresses the display of any non-fatal error message that might arise when running the command.
56-
57-
```yaml
58-
Type: SwitchParameter
59-
Parameter Sets: (All)
60-
Aliases:
61-
62-
Required: False
63-
Position: Named
64-
Default value: None
65-
Accept pipeline input: False
66-
Accept wildcard characters: False
67-
```
68-
69-
### -WhatIf
70-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
71-
72-
```yaml
73-
Type: SwitchParameter
74-
Parameter Sets: (All)
75-
Aliases: wi
76-
77-
Required: False
78-
Position: Named
79-
Default value: None
80-
Accept pipeline input: False
81-
Accept wildcard characters: False
82-
```
83-
84-
### -Confirm
85-
Prompts you for confirmation before running the cmdlet.
86-
87-
```yaml
88-
Type: SwitchParameter
89-
Parameter Sets: (All)
90-
Aliases: cf
91-
92-
Required: False
93-
Position: Named
94-
Default value: None
95-
Accept pipeline input: False
96-
Accept wildcard characters: False
97-
```
98-
99-
### CommonParameters
100-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
101-
102-
## INPUTS
103-
104-
### None
105-
106-
## OUTPUTS
107-
108-
### None
109-
110-
## NOTES
111-
112-
The cmdlet is only available in GCC High and DoD cloud instances.
113-
114-
## RELATED LINKS
115-
[New-CsHybridTelephoneNumber](https://learn.microsoft.com/powershell/module/teams/new-cshybridtelephonenumber)
116-
117-
[Get-CsHybridTelephoneNumber](https://learn.microsoft.com/powershell/module/teams/get-cshybridtelephonenumber)
1+
---
2+
external help file: Microsoft.Open.Teams.CommonLibrary.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
online version: https://learn.microsoft.com/powershell/module/teams/remove-cshybridtelephonenumber
5+
applicable: Microsoft Teams
6+
author: serdarsoysal
7+
ms.author: serdars
8+
ms.reviewer:
9+
manager:
10+
title: Remove-CsHybridTelephoneNumber
11+
schema: 2.0.0
12+
---
13+
14+
# Remove-CsHybridTelephoneNumber
15+
16+
## SYNOPSIS
17+
This cmdlet removes a hybrid telephone number.
18+
19+
> [!IMPORTANT]
20+
> This cmdlet is being deprecated. Use the new **New-CsOnlineTelephoneNumberReleaseOrder** cmdlet to remove a telephone number for Audio Conferencing with Direct Routing in Microsoft 365 GCC High and DoD clouds. Detailed instructions on how to use the new cmdlet can be found at [New-CsOnlineTelephoneNumberReleaseOrder](/powershell/module/teams/new-csonlinetelephonenumberreleaseorder?view=teams-ps).
21+
22+
## SYNTAX
23+
24+
### Identity (Default)
25+
```powershell
26+
Remove-CsHybridTelephoneNumber -TelephoneNumber <string> [-Force] [-WhatIf] [-Confirm][<CommonParameters>]
27+
```
28+
29+
## DESCRIPTION
30+
This cmdlet removes a hybrid telephone number used for Audio Conferencing with Direct Routing for GCC High and DoD clouds.
31+
32+
## EXAMPLES
33+
34+
### Example 1
35+
```powershell
36+
Remove-CsHybridTelephoneNumber -TelephoneNumber 14025551234
37+
```
38+
This example removes the hybrid phone number +1 (402) 555-1234.
39+
40+
## PARAMETERS
41+
42+
### -TelephoneNumber
43+
The telephone number to remove. The number should be specified without a prefixed "+". The phone number can't have "tel:" prefixed.
44+
45+
```yaml
46+
Type: System.String
47+
Parameter Sets: (All)
48+
Aliases:
49+
Applicable: Microsoft Teams
50+
51+
Required: True
52+
Default value: None
53+
Accept pipeline input: False
54+
Accept wildcard characters: False
55+
```
56+
57+
### -Force
58+
Suppresses the display of any non-fatal error message that might arise when running the command.
59+
60+
```yaml
61+
Type: SwitchParameter
62+
Parameter Sets: (All)
63+
Aliases:
64+
65+
Required: False
66+
Position: Named
67+
Default value: None
68+
Accept pipeline input: False
69+
Accept wildcard characters: False
70+
```
71+
72+
### -WhatIf
73+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
74+
75+
```yaml
76+
Type: SwitchParameter
77+
Parameter Sets: (All)
78+
Aliases: wi
79+
80+
Required: False
81+
Position: Named
82+
Default value: None
83+
Accept pipeline input: False
84+
Accept wildcard characters: False
85+
```
86+
87+
### -Confirm
88+
Prompts you for confirmation before running the cmdlet.
89+
90+
```yaml
91+
Type: SwitchParameter
92+
Parameter Sets: (All)
93+
Aliases: cf
94+
95+
Required: False
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: False
99+
Accept wildcard characters: False
100+
```
101+
102+
### CommonParameters
103+
104+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
105+
106+
## INPUTS
107+
108+
### None
109+
110+
## OUTPUTS
111+
112+
### None
113+
114+
## NOTES
115+
116+
The cmdlet is only available in GCC High and DoD cloud instances.
117+
118+
## RELATED LINKS
119+
120+
[New-CsHybridTelephoneNumber](https://learn.microsoft.com/powershell/module/teams/new-cshybridtelephonenumber)
121+
122+
[Get-CsHybridTelephoneNumber](https://learn.microsoft.com/powershell/module/teams/get-cshybridtelephonenumber)

0 commit comments

Comments
 (0)