【发布时间】:2015-03-25 05:12:24
【问题描述】:
如果我在 64 位 Powershell 上运行 Get-NetConnectionProfile,它可以正常工作。如果我在 32 位 Powershell 上运行它,我会收到以下错误:
Get-NetConnectionProfile : Provider load failure
+ CategoryInfo : NotSpecified: (MSFT_NetConnectionProfile:root/St
andardCi...nnectionProfile) [Get-NetConnectionProfile], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041013,Get-NetConnectionProfile
这是在带有 Powershell 4.0 版的 64 位 Windows 8.1 上。
【问题讨论】:
标签: powershell