Skip to content

Commit f0511c4

Browse files
Changes from PlatyPS.
1 parent 8cc2b8f commit f0511c4

File tree

2 files changed

+378
-1
lines changed

2 files changed

+378
-1
lines changed

docset/winserver2022-ps/eventtracingmanagement/EventTracingManagement.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ Starts an ETW session with the specified name and settings.
5656
### [Stop-EtwTraceSession](./Stop-EtwTraceSession.md)
5757
Stops the specified ETW session.
5858

59-
### [Update-EtwTraceSession](./Update-EtwTraceSession.md)
59+
### [Update-AutologgerConfig](Update-AutologgerConfig.md)
60+
61+
62+
### [Update-EtwTraceSession](Update-EtwTraceSession.md)
6063
Modifies an existing ETW session.
6164

6265

Lines changed: 374 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,374 @@
1+
---
2+
external help file: MSFT_AutologgerConfig_v1.0.cdxml-help.xml
3+
Module Name: EventTracingManagement
4+
online version:
5+
schema: 2.0.0
6+
---
7+
8+
# Update-AutologgerConfig
9+
10+
## SYNOPSIS
11+
12+
## SYNTAX
13+
14+
### ByName (Default)
15+
```
16+
Update-AutologgerConfig [-Name] <String[]> [-BufferSize <UInt32>] [-ClockType <ClockType>]
17+
[-DisableRealtimePersistence <UInt32>] [-LocalFilePath <String>] [-FileMax <UInt32>] [-FlushTimer <UInt32>]
18+
[-Guid <String>] [-LogFileMode <UInt32>] [-MaximumFileSize <UInt32>] [-MaximumBuffers <UInt32>]
19+
[-MinimumBuffers <UInt32>] [-Start <UInt32>] [-InitStatus <UInt32>] [-CimSession <CimSession[]>]
20+
[-ThrottleLimit <Int32>] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
```
22+
23+
### InputObject (cdxml)
24+
```
25+
Update-AutologgerConfig -InputObject <CimInstance[]> [-BufferSize <UInt32>] [-ClockType <ClockType>]
26+
[-DisableRealtimePersistence <UInt32>] [-LocalFilePath <String>] [-FileMax <UInt32>] [-FlushTimer <UInt32>]
27+
[-Guid <String>] [-LogFileMode <UInt32>] [-MaximumFileSize <UInt32>] [-MaximumBuffers <UInt32>]
28+
[-MinimumBuffers <UInt32>] [-Start <UInt32>] [-InitStatus <UInt32>] [-CimSession <CimSession[]>]
29+
[-ThrottleLimit <Int32>] [-AsJob] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
```
31+
32+
## DESCRIPTION
33+
{{ Fill in the Description }}
34+
35+
## EXAMPLES
36+
37+
### Example 1
38+
```powershell
39+
PS C:\> {{ Add example code here }}
40+
```
41+
42+
{{ Add example description here }}
43+
44+
## PARAMETERS
45+
46+
### -AsJob
47+
{{ Fill AsJob Description }}
48+
49+
```yaml
50+
Type: SwitchParameter
51+
Parameter Sets: (All)
52+
Aliases:
53+
54+
Required: False
55+
Position: Named
56+
Default value: False
57+
Accept pipeline input: False
58+
Accept wildcard characters: False
59+
```
60+
61+
### -BufferSize
62+
{{ Fill BufferSize Description }}
63+
64+
```yaml
65+
Type: UInt32
66+
Parameter Sets: (All)
67+
Aliases:
68+
69+
Required: False
70+
Position: Named
71+
Default value: 0
72+
Accept pipeline input: False
73+
Accept wildcard characters: False
74+
```
75+
76+
### -CimSession
77+
{{ Fill CimSession Description }}
78+
79+
```yaml
80+
Type: CimSession[]
81+
Parameter Sets: (All)
82+
Aliases: Session
83+
84+
Required: False
85+
Position: Named
86+
Default value: None
87+
Accept pipeline input: False
88+
Accept wildcard characters: False
89+
```
90+
91+
### -ClockType
92+
{{ Fill ClockType Description }}
93+
94+
```yaml
95+
Type: ClockType
96+
Parameter Sets: (All)
97+
Aliases:
98+
Accepted values: Performance, System, Cycle
99+
100+
Required: False
101+
Position: Named
102+
Default value: None
103+
Accept pipeline input: False
104+
Accept wildcard characters: False
105+
```
106+
107+
### -DisableRealtimePersistence
108+
{{ Fill DisableRealtimePersistence Description }}
109+
110+
```yaml
111+
Type: UInt32
112+
Parameter Sets: (All)
113+
Aliases:
114+
115+
Required: False
116+
Position: Named
117+
Default value: 0
118+
Accept pipeline input: False
119+
Accept wildcard characters: False
120+
```
121+
122+
### -FileMax
123+
{{ Fill FileMax Description }}
124+
125+
```yaml
126+
Type: UInt32
127+
Parameter Sets: (All)
128+
Aliases:
129+
130+
Required: False
131+
Position: Named
132+
Default value: 0
133+
Accept pipeline input: False
134+
Accept wildcard characters: False
135+
```
136+
137+
### -FlushTimer
138+
{{ Fill FlushTimer Description }}
139+
140+
```yaml
141+
Type: UInt32
142+
Parameter Sets: (All)
143+
Aliases:
144+
145+
Required: False
146+
Position: Named
147+
Default value: 0
148+
Accept pipeline input: False
149+
Accept wildcard characters: False
150+
```
151+
152+
### -Guid
153+
{{ Fill Guid Description }}
154+
155+
```yaml
156+
Type: String
157+
Parameter Sets: (All)
158+
Aliases:
159+
160+
Required: False
161+
Position: Named
162+
Default value: None
163+
Accept pipeline input: False
164+
Accept wildcard characters: False
165+
```
166+
167+
### -InitStatus
168+
{{ Fill InitStatus Description }}
169+
170+
```yaml
171+
Type: UInt32
172+
Parameter Sets: (All)
173+
Aliases:
174+
175+
Required: False
176+
Position: Named
177+
Default value: 0
178+
Accept pipeline input: False
179+
Accept wildcard characters: False
180+
```
181+
182+
### -InputObject
183+
{{ Fill InputObject Description }}
184+
185+
```yaml
186+
Type: CimInstance[]
187+
Parameter Sets: InputObject (cdxml)
188+
Aliases:
189+
190+
Required: True
191+
Position: Named
192+
Default value: None
193+
Accept pipeline input: True (ByValue)
194+
Accept wildcard characters: False
195+
```
196+
197+
### -LocalFilePath
198+
{{ Fill LocalFilePath Description }}
199+
200+
```yaml
201+
Type: String
202+
Parameter Sets: (All)
203+
Aliases:
204+
205+
Required: False
206+
Position: Named
207+
Default value: None
208+
Accept pipeline input: False
209+
Accept wildcard characters: False
210+
```
211+
212+
### -LogFileMode
213+
{{ Fill LogFileMode Description }}
214+
215+
```yaml
216+
Type: UInt32
217+
Parameter Sets: (All)
218+
Aliases:
219+
220+
Required: False
221+
Position: Named
222+
Default value: 0
223+
Accept pipeline input: False
224+
Accept wildcard characters: False
225+
```
226+
227+
### -MaximumBuffers
228+
{{ Fill MaximumBuffers Description }}
229+
230+
```yaml
231+
Type: UInt32
232+
Parameter Sets: (All)
233+
Aliases:
234+
235+
Required: False
236+
Position: Named
237+
Default value: 0
238+
Accept pipeline input: False
239+
Accept wildcard characters: False
240+
```
241+
242+
### -MaximumFileSize
243+
{{ Fill MaximumFileSize Description }}
244+
245+
```yaml
246+
Type: UInt32
247+
Parameter Sets: (All)
248+
Aliases:
249+
250+
Required: False
251+
Position: Named
252+
Default value: 0
253+
Accept pipeline input: False
254+
Accept wildcard characters: False
255+
```
256+
257+
### -MinimumBuffers
258+
{{ Fill MinimumBuffers Description }}
259+
260+
```yaml
261+
Type: UInt32
262+
Parameter Sets: (All)
263+
Aliases:
264+
265+
Required: False
266+
Position: Named
267+
Default value: 0
268+
Accept pipeline input: False
269+
Accept wildcard characters: False
270+
```
271+
272+
### -Name
273+
{{ Fill Name Description }}
274+
275+
```yaml
276+
Type: String[]
277+
Parameter Sets: ByName
278+
Aliases:
279+
280+
Required: True
281+
Position: 1
282+
Default value: None
283+
Accept pipeline input: True (ByPropertyName)
284+
Accept wildcard characters: False
285+
```
286+
287+
### -PassThru
288+
{{ Fill PassThru Description }}
289+
290+
```yaml
291+
Type: SwitchParameter
292+
Parameter Sets: (All)
293+
Aliases:
294+
295+
Required: False
296+
Position: Named
297+
Default value: False
298+
Accept pipeline input: False
299+
Accept wildcard characters: False
300+
```
301+
302+
### -Start
303+
{{ Fill Start Description }}
304+
305+
```yaml
306+
Type: UInt32
307+
Parameter Sets: (All)
308+
Aliases:
309+
310+
Required: False
311+
Position: Named
312+
Default value: 0
313+
Accept pipeline input: False
314+
Accept wildcard characters: False
315+
```
316+
317+
### -ThrottleLimit
318+
{{ Fill ThrottleLimit Description }}
319+
320+
```yaml
321+
Type: Int32
322+
Parameter Sets: (All)
323+
Aliases:
324+
325+
Required: False
326+
Position: Named
327+
Default value: 0
328+
Accept pipeline input: False
329+
Accept wildcard characters: False
330+
```
331+
332+
### -Confirm
333+
Prompts you for confirmation before running the cmdlet.
334+
335+
```yaml
336+
Type: SwitchParameter
337+
Parameter Sets: (All)
338+
Aliases: cf
339+
340+
Required: False
341+
Position: Named
342+
Default value: None
343+
Accept pipeline input: False
344+
Accept wildcard characters: False
345+
```
346+
347+
### -WhatIf
348+
Shows what would happen if the cmdlet runs.
349+
The cmdlet is not run.
350+
351+
```yaml
352+
Type: SwitchParameter
353+
Parameter Sets: (All)
354+
Aliases: wi
355+
356+
Required: False
357+
Position: Named
358+
Default value: None
359+
Accept pipeline input: False
360+
Accept wildcard characters: False
361+
```
362+
363+
### CommonParameters
364+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
365+
366+
## INPUTS
367+
368+
## OUTPUTS
369+
370+
### Microsoft.Management.Infrastructure.CimInstance
371+
### Microsoft.Management.Infrastructure.CimInstance#ROOT\Microsoft\Windows\EventTracingManagement\MSFT_AutologgerConfig
372+
## NOTES
373+
374+
## RELATED LINKS

0 commit comments

Comments
 (0)