Sets SystoLOCK Client tracing settings.
Set-SystoLockClientTracing [-AutoStart <Boolean>] [-BufferSizeMB <Int32>] [<CommonParameters>]
The Set-SystoLockClientTracing
cmdlet modifies the properties of SystoLOCK Client tracing.
PS C:\> Set-SystoLockClientTracing -AutoStart $true
Enables tracing to start automatically when the system starts.
PS C:\> Set-SystoLockClientTracing -BufferSizeMB 32
Sets tracing buffer size to 32 MB.
Specifies whether the client tracing should start automatically when system starts.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies tracing buffer size in MB. (Default: 10; Min 1; Max 1024)
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Buffer size.
Contains client tracing settings.
IsRunning: if value set to $true
indicate whether the tracing in running state; otherwise $false
.
AutoStart: if value set to $true
indicate whether the tracing auto started ; otherwise $false
.
BufferSizeMB: contains buffer size value in MB. Minimum value 1, maximum value 1024, default is 10.