- Added PSHelp to all Cmdlets.
- Reusing disposed loggers now causes an exception instead of just not logging anything.
Breaking changes
- Improved naming of parameter
RunMode
of CmdletInvoke-CommandWithLogging
and renamed it toExecutionMode
. - Improved naming of parameter
LogSource
of CmdletNew-EventLogLogger
and renamed it toSource
to align the naming with other EventLog Cmdlets.