Skip to content

Commit e42b421

Browse files
committed
Add missing H2 sections
1 parent a411eae commit e42b421

32 files changed

+124
-72
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsComplianceRecordingForCallQueueTemplate.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ title: Get-CsComplianceRecordingForCallQueueTemplate
1313

1414
# Get-CsComplianceRecordingForCallQueueTemplate
1515

16+
## SYNOPSIS
17+
Retrieves a Compliance Recording for Call Queues template.
18+
1619
## SYNTAX
1720

1821
```powershell

teams/teams-ps/MicrosoftTeams/Get-CsSharedCallQueueHistoryTemplate.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ title: Get-CsSharedCallQueueHistoryTemplate
1313

1414
# Get-CsSharedCallQueueHistoryTemplate
1515

16+
## SYNOPSIS
17+
Use the Get-CsSharedCallQueueHistory cmdlet to list the Shared Call Queue History templates.
18+
1619
## SYNTAX
1720

18-
```powershell
21+
```
1922
Get-CsSharedCallQueueHistoryTemplate -Id <string> [<CommonParameters>]
2023
```
2124

2225
## DESCRIPTION
23-
Use the Get-CsSharedCallQueueHistory cmdlet to list the Shared Call Queue History templates
26+
Use the Get-CsSharedCallQueueHistory cmdlet to list the Shared Call Queue History templates.
2427

2528
> [!CAUTION]
2629
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
@@ -87,6 +90,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8790
[Set-CsCallQueue](./Set-CsCallQueue.md)
8891
8992
[Remove-CsCallQueue](./Remove-CsCallQueue.md)
90-
91-
92-

teams/teams-ps/MicrosoftTeams/Get-CsTeamsAcsFederationConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This cmdlet is used to retrieve the federation configuration between Teams and A
1717

1818
## SYNTAX
1919

20-
```powershell
20+
```
2121
Get-CsTeamsAcsFederationConfiguration
2222
[-Identity <String[]>]
2323
[-Filter <String>]
@@ -32,7 +32,7 @@ This cmdlet is used retrieve the Teams and ACS federation configuration for a Te
3232

3333
You must be a Teams service admin or a Teams communication admin for your organization to run the cmdlet.
3434

35-
## Examples
35+
## EXAMPLES
3636

3737
### Example 1
3838
```powershell

teams/teams-ps/MicrosoftTeams/Get-CsTeamsEducationConfiguration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ This cmdlet is used to retrieve the organization-wide education configuration fo
1818
## SYNTAX
1919

2020
### Identity (Default)
21-
```powershell
21+
22+
```
2223
Get-CsTeamsEducationConfiguration [-Identity <String>] [<CommonParameters>]
2324
```
2425

2526
### Filter
26-
```powershell
27+
28+
```
2729
Get-CsTeamsEducationConfiguration [-Filter <String>] [<CommonParameters>]
2830
```
2931

@@ -33,7 +35,7 @@ This cmdlet is used to retrieve the organization-wide education configuration fo
3335

3436
You must be a Teams Service Administrator for your organization to run the cmdlet.
3537

36-
## Examples
38+
## EXAMPLES
3739

3840
### Example 1
3941
```powershell

teams/teams-ps/MicrosoftTeams/Get-CsTeamsRoomVideoTeleConferencingPolicy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Use this cmdlet to retrieve the current Teams Room Video TeleConferencing polici
1717

1818
### Identity (Default)
1919

20-
```powershell
20+
```
2121
Get-CsTeamsRoomVideoTeleConferencingPolicy [[-Identity] <String>] [-MsftInternalProcessingMode <String>]
2222
[<CommonParameters>]
2323
```
2424

2525
### Filter
2626

27-
```powershell
27+
```
2828
Get-CsTeamsRoomVideoTeleConferencingPolicy [-MsftInternalProcessingMode <String>] [-Filter <String>]
2929
[<CommonParameters>]
3030
```
@@ -33,6 +33,8 @@ Get-CsTeamsRoomVideoTeleConferencingPolicy [-MsftInternalProcessingMode <String>
3333

3434
The Teams Room Video Teleconferencing Policy enables administrators to configure and manage video teleconferencing behavior for Microsoft Teams Rooms (meeting room devices).
3535

36+
## EXAMPLES
37+
3638
## PARAMETERS
3739

3840
### -Filter

teams/teams-ps/MicrosoftTeams/Get-CsTeamsSipDevicesConfiguration.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This cmdlet is used to retrieve the organization-wide Teams SIP devices configur
1717

1818
## SYNTAX
1919

20-
```powershell
20+
```
2121
Get-CsTeamsSipDevicesConfiguration [<CommonParameters>]
2222
```
2323

@@ -27,7 +27,12 @@ This cmdlet is used to retrieve the organization-wide Teams SIP devices configur
2727

2828
To execute the cmdlet, you need to hold a role within your organization such as Global Reader, Teams Administrator, or Teams Communication Administrator.
2929

30-
## Examples
30+
## EXAMPLES
31+
32+
## PARAMETERS
33+
34+
### CommonParameters
35+
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).
3136

3237
### Example 1
3338

teams/teams-ps/MicrosoftTeams/Get-CsTeamsSurvivableBranchAppliance.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,23 @@ Gets the Survivable Branch Appliance (SBA) configured in the tenant.
1616

1717
### Identity (Default)
1818

19-
```powershell
19+
```
2020
Get-CsTeamsSurvivableBranchAppliance [[-Identity] <String>] [-MsftInternalProcessingMode <String>]
2121
[<CommonParameters>]
2222
```
2323

2424
### Filter
2525

26-
```powershell
26+
```
2727
Get-CsTeamsSurvivableBranchAppliance [-MsftInternalProcessingMode <String>] [-Filter <String>]
2828
[<CommonParameters>]
2929
```
30+
3031
## DESCRIPTION
3132
The Survivable Branch Appliance (SBA) cmdlets facilitate the continuation of Teams Phone operations, allowing for the placement and reception of Public Switched Telephone Network (PSTN) calls during service disruptions. These cmdlets are exclusively intended for Tenant Administrators and Session Border Controller (SBC) Vendors. In the absence of SBA configuration within a Tenant, the cmdlets will be inoperative.
3233

34+
## EXAMPLES
35+
3336
## PARAMETERS
3437

3538
### -Filter

teams/teams-ps/MicrosoftTeams/Get-CsTeamsSurvivableBranchAppliancePolicy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,23 @@ Get the Survivable Branch Appliance (SBA) Policy defined in the tenant.
1616

1717
### Identity (Default)
1818

19-
```powershell
19+
```
2020
Get-CsTeamsSurvivableBranchAppliancePolicy [[-Identity] <String>] [-MsftInternalProcessingMode <String>]
2121
[<CommonParameters>]
2222
```
2323

2424
### Filter
2525

26-
```powershell
26+
```
2727
Get-CsTeamsSurvivableBranchAppliancePolicy [-MsftInternalProcessingMode <String>] [-Filter <String>]
2828
[<CommonParameters>]
2929
```
3030

3131
## DESCRIPTION
3232
The Survivable Branch Appliance (SBA) Policy cmdlets facilitate the continuation of Teams Phone operations, allowing for the placement and reception of Public Switched Telephone Network (PSTN) calls during service disruptions. These cmdlets are exclusively intended for Tenant Administrators and Session Border Controller (SBC) Vendors. In the absence of SBA configuration within a Tenant, the cmdlets will be inoperative.
3333

34+
## EXAMPLES
35+
3436
## PARAMETERS
3537

3638
### -Filter

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

Lines changed: 15 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ schema: 2.0.0
1212
title: Get-M365UnifiedCustomPendingApps
1313
---
1414

15-
# Get-M365UnifiedCustomPendingApps
15+
# Get-M365UnifiedCustomPendingApps
1616

1717
## SYNOPSIS
1818

1919
This cmdlet returns all custom Microsoft Teams apps that are pending review from an IT Admin.
2020

2121
## SYNTAX
2222

23-
```powershell
23+
```
2424
Get-M365UnifiedCustomPendingApps [<CommonParameters>]
2525
```
2626

@@ -30,7 +30,7 @@ Get-M365UnifiedCustomPendingApps retrieves a complete list of all custom Microso
3030

3131
## EXAMPLES
3232

33-
### Example
33+
### Example 1
3434

3535
```powershell
3636
PS C:\> Get-M365UnifiedCustomPendingApps
@@ -52,27 +52,17 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5252

5353
### System.Object
5454

55-
**Id**:
56-
Application ID of the Teams app.
57-
58-
**ExternalId**:
59-
External ID of the Teams app.
60-
61-
**Iteration**:
62-
The Staged App Definition Etag of the app. This is a unique tag created everytime the staged app is updated, to help track changes.
63-
64-
**CreatedBy**:
65-
The User ID of the user that created the app.
66-
67-
**LastUpdateDateTime**:
68-
The date and time the app was last updated.
69-
70-
**ReviewStatus**:
71-
The review status of the app.
72-
Values:
55+
- **Id**: Application ID of the Teams app.
56+
- **ExternalId**: External ID of the Teams app.
57+
- **Iteration**: The Staged App Definition Etag of the app. This is a unique tag created every time
58+
the staged app is updated, to help track changes.
59+
- **CreatedBy**: The User ID of the user that created the app.
60+
- **LastUpdateDateTime**: The date and time the app was last updated.
61+
- **ReviewStatus**: The review status of the app. Values:
62+
- PendingPublishing: A new custom app was requested that hasn't been published before.
63+
- PendingUpdate: An existing custom app that was previously published and now has an update.
64+
- **Metadata**: The metadata of the app.
7365

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

77-
**Metadata**:
78-
The metadata of the app.
68+
## RELATED LINKS

teams/teams-ps/MicrosoftTeams/Get-TeamTargetingHierarchyStatus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Get the status of a hierarchy upload (see [Set-TeamTargetingHierarchy](https://l
2020
```
2121
Get-TeamTargetingHierarchyStatus [-RequestId <String>] [-ApiVersion <String>] [<CommonParameters>]
2222
```
23+
## DESCRIPTION
24+
The `Get-TeamTargetingHierarchyStatus` cmdlet retrieves the status of a hierarchy upload initiated by the `Set-TeamTargetingHierarchy` cmdlet. It provides information about the success or failure of the upload, including any errors encountered during the process.
2325

2426
## EXAMPLES
2527

0 commit comments

Comments
 (0)