Skip to content

Commit f341c25

Browse files
authored
Update Set-CsCdrConfiguration.md
1 parent c3cbc68 commit f341c25

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

skype/skype-ps/skype/Set-CsCdrConfiguration.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ This cmdlet was introduced in Lync Server 2010.
2323
### Identity
2424
```
2525
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>]
2828
```
2929

3030
### Instance
3131
```
3232
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>]
3535
```
3636

3737
## DESCRIPTION
@@ -222,6 +222,21 @@ Accept pipeline input: False
222222
Accept wildcard characters: False
223223
```
224224
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+
225240
### -Force
226241
Suppresses the display of any non-fatal error message that might occur when running the command.
227242

0 commit comments

Comments
 (0)