Skip to content

Commit b019bbc

Browse files
authored
Merge pull request MicrosoftDocs#9895 from 2012ucp1544/main
Add New|Get-CsCloudCallDataConnection cmdlets public docs
2 parents 0c13e93 + 67c0569 commit b019bbc

File tree

3 files changed

+132
-0
lines changed

3 files changed

+132
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
external help file: MicrosoftTeams-help.xml
3+
Module Name: microsoftteams
4+
applicable: Microsoft Teams
5+
title: Get-CsCloudCallDataConnection
6+
online version: https://docs.microsoft.com/powershell/module/teams/get-cscloudcalldataconnection
7+
schema: 2.0.0
8+
author: 2012ucp1544
9+
ms.author: uditagrawal
10+
ms.reviewer: pbafna
11+
manager: subadjat
12+
13+
---
14+
15+
# Get-CsCloudCallDataConnection
16+
17+
## SYNOPSIS
18+
This cmdlet retrieves an already existing online call data connection.
19+
20+
## SYNTAX
21+
22+
```powershell
23+
Get-CsCloudCallDataConnection
24+
```
25+
26+
## DESCRIPTION
27+
This cmdlet retrieves an already existing online call data connection. Output of this cmdlet contains a token value, which is needed when configuring your on-premises environment with Set-CsCloudCallDataConnector.
28+
29+
## EXAMPLES
30+
31+
### Example 1
32+
```powershell
33+
PS C:\> Get-CsCloudCallDataConnection
34+
35+
Token
36+
-----
37+
00000000-0000-0000-0000-000000000000
38+
```
39+
40+
Returns a token value, which is needed when configuring your on-premises environment with Set-CsCloudCallDataConnector.
41+
42+
## PARAMETERS
43+
44+
### CommonParameters
45+
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).
46+
47+
## INPUTS
48+
49+
### None
50+
51+
## OUTPUTS
52+
53+
### System.Object
54+
55+
## NOTES
56+
57+
The Get-CsCloudCallDataConnection cmdlet is only supported from Teams PowerShell Module versions 4.6.0 or later.
58+
59+
## RELATED LINKS
60+
61+
[Configure Call Data Connector](/skypeforbusiness/hybrid/configure-call-data-connector)
62+
[New-CsCloudCallDataConnection](New-CsCloudCallDataConnection.md)
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
external help file: MicrosoftTeams-help.xml
3+
Module Name: microsoftteams
4+
applicable: Microsoft Teams
5+
title: New-CsCloudCallDataConnection
6+
online version: https://docs.microsoft.com/powershell/module/teams/new-cscloudcalldataconnection
7+
schema: 2.0.0
8+
author: 2012ucp1544
9+
ms.author: uditagrawal
10+
ms.reviewer: pbafna
11+
manager: subadjat
12+
13+
---
14+
15+
16+
# New-CsCloudCallDataConnection
17+
18+
## SYNOPSIS
19+
This cmdlet creates an online call data connection.
20+
21+
## SYNTAX
22+
23+
```powershell
24+
New-CsCloudCallDataConnection
25+
```
26+
27+
## DESCRIPTION
28+
This cmdlet creates an online call data connection. If you get an error that the connection already exists, it means that the call data connection already exists for your tenant. In this case, run Get-CsCloudCallDataConnection.
29+
30+
## EXAMPLES
31+
32+
### Example 1
33+
```powershell
34+
PS C:\> New-CsCloudCallDataConnection
35+
36+
Token
37+
-----
38+
00000000-0000-0000-0000-000000000000
39+
```
40+
41+
Returns a token value, which is needed when configuring your on-premises environment with Set-CsCloudCallDataConnector.
42+
43+
44+
## PARAMETERS
45+
46+
### CommonParameters
47+
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).
48+
49+
## INPUTS
50+
51+
### None
52+
53+
## OUTPUTS
54+
55+
### System.Object
56+
57+
## NOTES
58+
59+
The New-CsCloudCallDataConnection cmdlet is only supported from Teams PowerShell Module versions 4.6.0 or later.
60+
61+
## RELATED LINKS
62+
63+
[Configure Call Data Connector](/skypeforbusiness/hybrid/configure-call-data-connector)
64+
[Get-CsCloudCallDataConnection](Get-CsCloudCallDataConnection.md)

teams/teams-ps/teams/teams.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ Returns information about the Teams Media Logging policy.
6565
### [Get-TeamTargetingHierarchyStatus](Get-TeamTargetingHierarchyStatus.md)
6666
{{Manually Enter Get-TeamTargetingHierarchyStatus Description Here}}
6767

68+
### [Get-CsCloudCallDataConnection](Get-CsCloudCallDataConnection.md)
69+
This cmdlet retrieves an already existing online call data connection.
70+
6871
### [Grant-TeamsEnhancedEncryptionPolicy](Grant-TeamsEnhancedEncryptionPolicy.md)
6972
Cmdlet to assign a specific Teams enhanced encryption Policy to a user.
7073

@@ -89,6 +92,9 @@ Use this cmdlet to create a new Teams enhanced encryption policy.
8992
### [New-TeamsShiftsPolicy](New-TeamsShiftsPolicy.md)
9093
{{Manually Enter New-TeamsShiftsPolicy Description Here}}
9194

95+
### [New-CsCloudCallDataConnection](New-CsCloudCallDataConnection.md)
96+
This cmdlet creates an online call data connection.
97+
9298
### [Remove-Team](Remove-Team.md)
9399
{{Manually Enter Remove-Team Description Here}}
94100

0 commit comments

Comments
 (0)