Configuration file and properties of PowerCLI

You can customize the following UDP PowerCLI configuration file and properties:

Configuration File Name: PowerCLIConfiguration.properties

Configuration File Installation Location:

Configuration file format:

Configuration Properties:

Property Name

Description

Default Value

Accepted Value

Enable24HoursSetting

  • If the value is set to Yes, the timestamp of log file gets written in 24-hour format.
  • If the value is set to No, the timestamp of log file gets written in 12-hour format.

Yes

Yes or No

LogPath

  • The folder location of the PowerCLI log file(s).
  • If the location is not provided, the log file gets written to its default location.
  • LogPath accepts Relative and absolute paths.
  • Symbols except \ / : * ? < > | are acceptable for file or folder name.

-

-

RotationSizeInMB

  • If the specified limit provided in RotationSizeInMB is reached, the PowerCLI log file gets renamed (Rotated) with a date time stamp.

0

Minimum = 1

Maximum = 1024

RetentionPeriodInDays

  • If the rotated files older than the value provided in RetentinPeriodInDays, the old log files get deleted.

0

Minimum = 5

Maximum = 365

RetainNoOfFiles

  • If there are more rotated log files than the value provided in RetainNoOfFiles, the extra files get deleted.

0

Minimum = 5

Maximum = 1000

Notes: