Skip to content

Commit 8e01a40

Browse files
committed
Fixed Note format
1 parent 3a42f39 commit 8e01a40

File tree

1 file changed

+122
-136
lines changed

1 file changed

+122
-136
lines changed
Lines changed: 122 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -1,136 +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-
> [!IMPORTANT]
20-
21-
22-
> 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).
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
36-
37-
38-
## SYNTAX
39-
40-
### Identity (Default)
41-
```powershell
42-
Remove-CsHybridTelephoneNumber -TelephoneNumber <string> [-Force] [-WhatIf] [-Confirm][<CommonParameters>]
43-
```
44-
45-
## DESCRIPTION
46-
This cmdlet removes a hybrid telephone number used for Audio Conferencing with Direct Routing for GCC High and DoD clouds.
47-
48-
## EXAMPLES
49-
50-
### Example 1
51-
```powershell
52-
Remove-CsHybridTelephoneNumber -TelephoneNumber 14025551234
53-
```
54-
This example removes the hybrid phone number +1 (402) 555-1234.
55-
56-
## PARAMETERS
57-
58-
### -TelephoneNumber
59-
The telephone number to remove. The number should be specified without a prefixed "+". The phone number can't have "tel:" prefixed.
60-
61-
```yaml
62-
Type: System.String
63-
Parameter Sets: (All)
64-
Aliases:
65-
Applicable: Microsoft Teams
66-
67-
Required: True
68-
Default value: None
69-
Accept pipeline input: False
70-
Accept wildcard characters: False
71-
```
72-
73-
### -Force
74-
Suppresses the display of any non-fatal error message that might arise when running the command.
75-
76-
```yaml
77-
Type: SwitchParameter
78-
Parameter Sets: (All)
79-
Aliases:
80-
81-
Required: False
82-
Position: Named
83-
Default value: None
84-
Accept pipeline input: False
85-
Accept wildcard characters: False
86-
```
87-
88-
### -WhatIf
89-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
90-
91-
```yaml
92-
Type: SwitchParameter
93-
Parameter Sets: (All)
94-
Aliases: wi
95-
96-
Required: False
97-
Position: Named
98-
Default value: None
99-
Accept pipeline input: False
100-
Accept wildcard characters: False
101-
```
102-
103-
### -Confirm
104-
Prompts you for confirmation before running the cmdlet.
105-
106-
```yaml
107-
Type: SwitchParameter
108-
Parameter Sets: (All)
109-
Aliases: cf
110-
111-
Required: False
112-
Position: Named
113-
Default value: None
114-
Accept pipeline input: False
115-
Accept wildcard characters: False
116-
```
117-
118-
### CommonParameters
119-
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).
120-
121-
## INPUTS
122-
123-
### None
124-
125-
## OUTPUTS
126-
127-
### None
128-
129-
## NOTES
130-
131-
The cmdlet is only available in GCC High and DoD cloud instances.
132-
133-
## RELATED LINKS
134-
[New-CsHybridTelephoneNumber](https://learn.microsoft.com/powershell/module/teams/new-cshybridtelephonenumber)
135-
136-
[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)