v0.17.1-preview0003
Pre-release
Pre-release
[v0.17.1-preview0003]
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.
- Can now return the individual module path for different scopes when
Test-ModuleExist
- Checks if a PowerShell module with a specified name is available in a
PSModulePath.
- Checks if a PowerShell module with a specified name is available in a
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 callingAdd()
andRemove()
methods of
$PSBoundParameters
so it was returned to the pipeline.
- Wrongly returned one or more boolean values in addition to