Skip to content

v0.17.1-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 13 Feb 11:41
9471465

[v0.17.1-preview0002]

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.