Skip to content

Commit 4428466

Browse files
committed
Update Get-CsTeamsCallHoldPolicy.md
Attempted fixes per build report
1 parent 714003f commit 4428466

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

skype/skype-ps/skype/Get-CsTeamsCallHoldPolicy.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/get-csteamscallholdpolicy
4-
Module Name: MicrosoftTeams
5-
schema: 2.0.0
4+
applicable: Skype for Business Online
65
title: Get-CsTeamsCallHoldPolicy
6+
schema: 2.0.0
7+
ms.reviewer:
78
manager: abnair
8-
author: joelhmarquez
99
ms.author: jomarque
10-
ms.reviewer:
10+
author: joelhmarquez
1111
---
1212

1313
# Get-CsTeamsCallHoldPolicy
1414

1515
## SYNOPSIS
16-
> [!NOTE]
17-
> **Preview** The use of this cmdlet is in Public Preview.
16+
17+
**Preview**: The use of this cmdlet is in Public Preview.
1818

1919
Returns information about the policies configured to customize the call hold experience for Teams clients.
2020

@@ -82,13 +82,14 @@ Accept wildcard characters: False
8282
8383
### -Identity
8484
Unique identifier of the Teams call hold policy to be retrieved.
85+
8586
To return the global policy, use this syntax:
8687
87-
-Identity "Global"
88+
`-Identity "Global"`
8889

8990
To return a policy configured at the per-user scope, use syntax like this:
9091

91-
-Identity "ContosoPartnerCallHoldPolicy"
92+
`-Identity "ContosoPartnerCallHoldPolicy"`
9293

9394
You cannot use wildcard characters when specifying the Identity.
9495

0 commit comments

Comments
 (0)