File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ Modifies an existing collection of Cloud Call Data Connector configuration setti
20
20
### Identity (Default)
21
21
```
22
22
Set-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector <Boolean>] [[-Identity] <XdsIdentity>]
23
- [-Force] [-WhatIf] [-Confirm] [ <CommonParameters>]
23
+ [-Force] [-WhatIf] [<CommonParameters>]
24
24
```
25
25
26
26
### Instance
27
27
```
28
28
Set-CsCloudCallDataConnectorConfiguration [-EnableCallDataConnector <Boolean>] [-Instance <PSObject>] [-Force]
29
- [-WhatIf] [-Confirm] [ <CommonParameters>]
29
+ [-WhatIf] [<CommonParameters>]
30
30
```
31
31
32
32
## DESCRIPTION
@@ -68,21 +68,6 @@ The filtered collection is then piped to the `Set-CsCloudCallDataConnectorConfig
68
68
69
69
## PARAMETERS
70
70
71
- ### -Confirm
72
- Prompts you for confirmation before running the cmdlet.
73
-
74
- ``` yaml
75
- Type : SwitchParameter
76
- Parameter Sets : (All)
77
- Aliases : cf
78
- Applicable : Skype for Business Server 2019
79
- Required : False
80
- Position : Named
81
- Default value : None
82
- Accept pipeline input : False
83
- Accept wildcard characters : False
84
- ` ` `
85
-
86
71
### -EnableCallDataConnector
87
72
Enables upload of call data.
88
73
You can’t perform that action at this time.
0 commit comments