-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Metaan issue used to track multiple issuesan issue used to track multiple issuesResolution-ExternalThe issue is caused by external component(s).The issue is caused by external component(s).WG-Cmdletsgeneral cmdlet issuesgeneral cmdlet issues
Milestone
Description
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:
- ActiveDirectory
Failing due to Add-Type
- RemoteDesktop
Basic tests work:
- Hyper-V
- SecureBoot
Needs to be ported:
- ODataUtils
Not sure:
- WindowsUpdate (I'm getting error about symsrv.dll also in Windows PowerShell)
Metadata
Metadata
Assignees
Labels
Issue-Metaan issue used to track multiple issuesan issue used to track multiple issuesResolution-ExternalThe issue is caused by external component(s).The issue is caused by external component(s).WG-Cmdletsgeneral cmdlet issuesgeneral cmdlet issues