Skip to content

Commit 04476d0

Browse files
authored
Merge pull request #12598 from MicrosoftDocs/main
Published main to live, Wednesday 10:30 AM PDT, 03/12
2 parents 363f900 + 79f5819 commit 04476d0

7 files changed

+137
-124
lines changed

exchange/exchange-ps/exchange/Restore-RecoverableItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ This parameter is available only in the cloud-based service.
313313
314314
The RestoreTargetFolder parameter specifies the top-level folder in which to restore data. If you don't specify this parameter, the command restores folders to the top of the folder structure in the target mailbox or archive. Content is merged under existing folders, and new folders are created if they don't already exist in the target folder structure.
315315
316-
This parameter is required for archives and optional for primary mailboxes. A destination folder will be created if it does not exist. Valid paths are:
316+
This parameter is available only on primary mailboxes and is ignored on archive mailboxes. A destination folder will be created if it does not exist. Valid paths are:
317317
318318
- `/`
319319
- `/folder1`

exchange/exchange-ps/exchange/Set-IRMConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ The LicensingLocation parameter specifies the RMS licensing URLs. You can specif
372372

373373
Typically, in on-premises Exchange, you only need to use this parameter in cross-forest deployments of AD RMS licensing servers.
374374

375+
**IMPORTANT**: If you specify multiple URLs, always specify the Azure RMS URL first. Otherwise, encryption services won't function properly.
376+
375377
```yaml
376378
Type: MultiValuedProperty
377379
Parameter Sets: (All)

teams/teams-ps/teams/Get-CsHybridTelephoneNumber.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ manager:
1717
## SYNOPSIS
1818
This cmdlet displays information about one or more hybrid telephone numbers.
1919

20+
> [!IMPORTANT]
21+
> This cmdlet is being deprecated. Use the **Get-CsPhoneNumberAssignment** cmdlet to display information about one or more phone numbers. Detailed instructions on how to use the new cmdlet can be found at [Get-CsPhoneNumberAssignment](/powershell/module/teams/get-csphonenumberassignment?view=teams-ps)
22+
2023
## SYNTAX
2124

2225
### Assignment (Default)

teams/teams-ps/teams/Get-M365UnifiedCustomPendingApps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Application ID of the Teams app.
5858
External ID of the Teams app.
5959

6060
**Iteration**:
61-
The Staged App Definition Etag of the app.
61+
The Staged App Definition Etag of the app. This is a unique tag created everytime the staged app is updated, to help track changes.
6262

6363
**CreatedBy**:
6464
The User ID of the user that created the app.
@@ -70,8 +70,8 @@ The date and time the app was last updated.
7070
The review status of the app.
7171
Values:
7272

73-
- PendingPublishing
74-
- PendingUpdate
73+
- PendingPublishing: A new custom app was requested that hasn't been published before.
74+
- PendingUpdate: An existing custom app that was previously published and now has an update.
7575

7676
**Metadata**:
77-
The metadata of the app.
77+
The metadata of the app.

teams/teams-ps/teams/New-CsHybridTelephoneNumber.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ manager:
1616
## SYNOPSIS
1717
This cmdlet adds a hybrid telephone number to the tenant.
1818

19+
> [!IMPORTANT]
20+
> This cmdlet is being deprecated. Use the **New-CsOnlineDirectRoutingTelephoneNumberUploadOrder** cmdlet to add 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-CsOnlineDirectRoutingTelephoneNumberUploadOrder](/powershell/module/teams/new-csonlinedirectroutingtelephonenumberuploadorder?view=teams-ps)
21+
1922
## SYNTAX
2023

2124
### Identity (Default)
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)

teams/teams-ps/teams/Update-M365UnifiedCustomPendingApp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ schema: 2.0.0
1515

1616
## SYNOPSIS
1717

18-
This cmdlet updates the review status for a custom Microsoft Teams app that is pending review from an IT Admin.
18+
This cmdlet updates the review status for a custom Microsoft Teams app that is pending review from an IT Admin. The requester to publish the custom app will not be notified when this cmdlet is completed.
1919

2020
## SYNTAX
2121

@@ -89,4 +89,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8989
9090
### System.Object
9191
92-
## NOTES
92+
## NOTES

0 commit comments

Comments
 (0)