With the change to CoreCLR 2.0 which conforms with .Net Std 2.0 as well as the update to enable searching the GAC for assemblies, we need validation that PSCore6 is a viable replacement for Windows PowerShell 5.x. Please list modules you've tried that do not work here. Vote with 👍 for which modules you most care about to help us prioritize how we work with partners to enable support or have them port to target .Net Std 2.0.
Until #4056 gets resolved, you'll need to manually add Windows PowerShell PSModulePath to discover those modules:
PS > $env:psmodulepath += ";${env:userprofile}\Documents\WindowsPowerShell\Modules;${env:programfiles}\WindowsPowerShell\Modules;${env:windir}\system32\WindowsPowerShell\v1.0\Modules\"
PSSnapins:
Failing due to Add-Type
Basic tests work:
Needs to be ported:
Not sure:
- WindowsUpdate (I'm getting error about symsrv.dll also in Windows PowerShell)
With the change to CoreCLR 2.0 which conforms with .Net Std 2.0 as well as the update to enable searching the GAC for assemblies, we need validation that PSCore6 is a viable replacement for Windows PowerShell 5.x. Please list modules you've tried that do not work here. Vote with 👍 for which modules you most care about to help us prioritize how we work with partners to enable support or have them port to target .Net Std 2.0.
Until #4056 gets resolved, you'll need to manually add Windows PowerShell PSModulePath to discover those modules:
PSSnapins:
Failing due to Add-Type
Basic tests work:
Needs to be ported:
Not sure: