< Back

Get-AutologgerConfig

Tue Jan 29, 2019 10:16 pm

NAME Get-AutologgerConfig



SYNOPSIS

Gets Autologger configurations.





SYNTAX

Get-AutologgerConfig [[-Name] <String[]>] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]





DESCRIPTION

The Get-AutologgerConfig cmdlet gets a list of Autologger configurations. You can get all configurations or specify a configuration by name.





PARAMETERS

-CimSession [<CimSession[]>]

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession

or Get-CimSession cmdlet. The default is the current session on the local computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Name [<String[]>]

Specifies an array of names of the Autologger configurations to get.



Required? false

Position? 1

Default value none

Accept pipeline input? true(ByPropertyName)

Accept wildcard characters? false



-ThrottleLimit [<Int32>]

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of

zero is entered, then Windows PowerShell???? calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are

running on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









Example 1: Get a configuration



PS C:\\>Get-AutologgerConfig -Name "WFP-IPsec Trace"

Name : WFP-IPsec Trace

BufferSize :

ClockType : 2

DisableRealtimePersistence :

FileCount :

FileName : %SystemRoot%\\System32\\LogFiles\\WMI\\wfp.etl

FileMax :

FlushTimer :

Guid : {0762bd13-14d5-4928-9db0-6c4e96312988}

LogFileMode : 0x1202

MaximumFileSize : 8

MaximumBuffers :

MinimumBuffers :

Start : 0

InitStatus : 0



This command gets the Autologger configuration named WFP-IPsec Trace.







RELATED LINKS

Configuring and Starting an AutoLogger Session

Logging Mode Constants

New-AutologgerConfig

Remove-AutologgerConfig

Set-AutologgerConfig

Remove-EtwTraceSession

Set-EtwTraceSession