File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ This cmdlet was introduced in Lync Server 2010.
23
23
### Identity
24
24
```
25
25
Set-CsCdrConfiguration [[-Identity] <XdsIdentity>] [-EnableCDR <Boolean>] [-EnablePurging <Boolean>]
26
- [-KeepCallDetailForDays <UInt32>] [-KeepErrorReportForDays <UInt32>] [-PurgeHourOfDay <UInt32>] [-Force]
27
- [-WhatIf] [-Confirm] [<CommonParameters>]
26
+ [-KeepCallDetailForDays <UInt32>] [-KeepErrorReportForDays <UInt32>] [-PurgeHourOfDay <UInt32>]
27
+ [-EnableUdcLite <Boolean>] [-Force] [- WhatIf] [-Confirm] [<CommonParameters>]
28
28
```
29
29
30
30
### Instance
31
31
```
32
32
Set-CsCdrConfiguration [-Instance <PSObject>] [-EnableCDR <Boolean>] [-EnablePurging <Boolean>]
33
- [-KeepCallDetailForDays <UInt32>] [-KeepErrorReportForDays <UInt32>] [-PurgeHourOfDay <UInt32>] [-Force]
34
- [-WhatIf] [-Confirm] [<CommonParameters>]
33
+ [-KeepCallDetailForDays <UInt32>] [-KeepErrorReportForDays <UInt32>] [-PurgeHourOfDay <UInt32>]
34
+ [-EnableUdcLite <Boolean>] [-Force] [- WhatIf] [-Confirm] [<CommonParameters>]
35
35
```
36
36
37
37
## DESCRIPTION
@@ -222,6 +222,21 @@ Accept pipeline input: False
222
222
Accept wildcard characters : False
223
223
` ` `
224
224
225
+ ### -EnableUdcLite
226
+ This parameter is reserved for internal Microsoft use.
227
+
228
+ ` ` ` yaml
229
+ Type : Boolean
230
+ Parameter Sets : (All)
231
+ Aliases :
232
+
233
+ Required : False
234
+ Position : Named
235
+ Default value : None
236
+ Accept pipeline input : False
237
+ Accept wildcard characters : False
238
+ ` ` `
239
+
225
240
### -Force
226
241
Suppresses the display of any non-fatal error message that might occur when running the command.
227
242
You can’t perform that action at this time.
0 commit comments