Set-CacheConfigurationLog

Set-CacheConfigurationLog

Sets a custom log file location to use for configuration commands logging. By default, the logs reside in the Temp folder.

Syntax

Parameter Set: Default
Set-CacheConfigurationLog [-LogName] <String> [ <CommonParameters>]

Parameters

-LogName<String>

Full file path to a local log file. This path is limited to a length of 260 characters.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Examples