Skip to content

v0.17.1

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 23 Apr 18:13
6c8c38b

[v0.17.1]

Added

  • Get-PSModulePath
    • Can now return the individual module path for different scopes when
      using the parameter -Scope. If no parameter is specified the command
      return the path for the scope CurrentUser.
  • Test-ModuleExist
    • Checks if a PowerShell module with a specified name is available in a
      PSModulePath.

Fixed

  • Get-PSModulePath
    • Was using the wrong path separator on Linux and macOS.
  • Get-LocalizedData
    • Wrongly returned one or more boolean values in addition to
      the localized string array. This was becuase the return value
      was not handled when calling Add() and Remove() methods of
      $PSBoundParameters so it was returned to the pipeline.