v0.17.1-preview0002
Pre-release
Pre-release
[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.
- 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.