Skip to content

Commit 4b6cf21

Browse files
committed
whitespace
1 parent ca46494 commit 4b6cf21

File tree

3 files changed

+360
-360
lines changed

3 files changed

+360
-360
lines changed
Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
1-
---
2-
external help file: Microsoft.Rtc.Management.dll-Help.xml
3-
applicable: Skype for Business Server 2019
4-
title: Get-CsCloudCallDataConnector
5-
online version:
6-
schema: 2.0.0
7-
---
8-
9-
# Get-CsCloudCallDataConnector
10-
11-
## SYNOPSIS
12-
Returns information about your Call Data Connector.
13-
14-
## SYNTAX
15-
16-
```
17-
Get-CsCloudCallDataConnector [[-LocalStore] [<CommonParameters>]
18-
```
19-
20-
## DESCRIPTION
21-
Call Data Connector provides a single view in a hybrid environment where you can view the on-premises and online call quality data in one place.
22-
23-
The Get-CsCloudCallDataConnector cmdlet provides a way for you to view the on-premises copy of the cloud connection information created by the New-CsCloudCallDataConnection cmdlet. This outputs the Office 365 TenantID and the data ingestion token for Call Data Connector telemetry endpoint.
24-
25-
## EXAMPLES
26-
27-
### Example 1
28-
```powershell
29-
PS C:\> Get-CsCloudCallDataConnector
30-
```
31-
32-
This example returns the CloudCallDataConnector settings stored on-premises. Note that there is only a single, global instance of CloudCallDataConnector settings.
33-
34-
## PARAMETERS
35-
36-
### -LocalStore
37-
Retrieves the Call Data Connector data from the local replica of the Central Management store, rather than from the Central Management store itself.
38-
39-
```yaml
40-
Type: SwitchParameter
41-
Parameter Sets: (All)
42-
Aliases:
43-
applicable: Skype for Business Server 2019
44-
Required: False
45-
Position: Named
46-
Default value: None
47-
Accept pipeline input: False
48-
Accept wildcard characters: False
49-
```
50-
51-
### CommonParameters
52-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
53-
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
54-
55-
## INPUTS
56-
57-
### None
58-
59-
60-
## OUTPUTS
61-
62-
### Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection
63-
64-
## NOTES
65-
66-
## RELATED LINKS
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-Help.xml
3+
applicable: Skype for Business Server 2019
4+
title: Get-CsCloudCallDataConnector
5+
online version:
6+
schema: 2.0.0
7+
---
8+
9+
# Get-CsCloudCallDataConnector
10+
11+
## SYNOPSIS
12+
Returns information about your Call Data Connector.
13+
14+
## SYNTAX
15+
16+
```
17+
Get-CsCloudCallDataConnector [[-LocalStore] [<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
Call Data Connector provides a single view in a hybrid environment where you can view the on-premises and online call quality data in one place.
22+
23+
The Get-CsCloudCallDataConnector cmdlet provides a way for you to view the on-premises copy of the cloud connection information created by the New-CsCloudCallDataConnection cmdlet. This outputs the Office 365 TenantID and the data ingestion token for Call Data Connector telemetry endpoint.
24+
25+
## EXAMPLES
26+
27+
### Example 1
28+
```powershell
29+
PS C:\> Get-CsCloudCallDataConnector
30+
```
31+
32+
This example returns the CloudCallDataConnector settings stored on-premises. Note that there is only a single, global instance of CloudCallDataConnector settings.
33+
34+
## PARAMETERS
35+
36+
### -LocalStore
37+
Retrieves the Call Data Connector data from the local replica of the Central Management store, rather than from the Central Management store itself.
38+
39+
```yaml
40+
Type: SwitchParameter
41+
Parameter Sets: (All)
42+
Aliases:
43+
applicable: Skype for Business Server 2019
44+
Required: False
45+
Position: Named
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### CommonParameters
52+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
53+
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
54+
55+
## INPUTS
56+
57+
### None
58+
59+
60+
## OUTPUTS
61+
62+
### Microsoft.Rtc.Management.WritableConfig.Settings.CloudCallDataConnection
63+
64+
## NOTES
65+
66+
## RELATED LINKS

0 commit comments

Comments
 (0)