File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
external help file : Microsoft.TeamsCmdlets.PowerShell.Custom.dll-help.xml
3
3
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
6
5
title : Get-CsTeamsCallHoldPolicy
6
+ schema : 2.0.0
7
+ ms.reviewer :
7
8
manager : abnair
8
- author : joelhmarquez
9
9
ms.author : jomarque
10
- ms.reviewer :
10
+ author : joelhmarquez
11
11
---
12
12
13
13
# Get-CsTeamsCallHoldPolicy
14
14
15
15
## 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.
18
18
19
19
Returns information about the policies configured to customize the call hold experience for Teams clients.
20
20
@@ -82,13 +82,14 @@ Accept wildcard characters: False
82
82
83
83
### -Identity
84
84
Unique identifier of the Teams call hold policy to be retrieved.
85
+
85
86
To return the global policy, use this syntax:
86
87
87
- -Identity "Global"
88
+ ` -Identity "Global"`
88
89
89
90
To return a policy configured at the per-user scope, use syntax like this :
90
91
91
- -Identity "ContosoPartnerCallHoldPolicy"
92
+ ` -Identity "ContosoPartnerCallHoldPolicy"`
92
93
93
94
You cannot use wildcard characters when specifying the Identity.
94
95
You can’t perform that action at this time.
0 commit comments