You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.