无法创建 com 对象 - Powershell
Cannot create com object - Powershell
以下是创建新对象 (Powershell) 时的消息
我尝试打开 Powershell
- 作为管理员
- 32 位 ISE
- 64 位 ISE
没有任何帮助
> New-Object : Retrieving the COM class factory for component with CLSID
> {00000000-0000-0000-0000-000000000000} failed due to the following
> error: 80040154 Class not registered (Exception from HRESULT:
> 0x80040154 (REGDB_E_CLASSNOTREG)). At line:1 char:8
> + $obj = New-Object -ComObject Microsoft.SMS.Client -Strict
> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> + CategoryInfo : ResourceUnavailable: (:) [New-Object], COMException
> + FullyQualifiedErrorId : NoCOMClassIdentified,Microsoft.PowerShell.Commands.NewObjectCommand
我找到了另一种方法来设置我之前尝试使用 com 对象设置的站点代码并解决了这个问题。但仍然不确定上述方法有什么问题
以下是创建新对象 (Powershell) 时的消息
我尝试打开 Powershell
- 作为管理员
- 32 位 ISE
- 64 位 ISE
没有任何帮助
> New-Object : Retrieving the COM class factory for component with CLSID
> {00000000-0000-0000-0000-000000000000} failed due to the following
> error: 80040154 Class not registered (Exception from HRESULT:
> 0x80040154 (REGDB_E_CLASSNOTREG)). At line:1 char:8
> + $obj = New-Object -ComObject Microsoft.SMS.Client -Strict
> + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> + CategoryInfo : ResourceUnavailable: (:) [New-Object], COMException
> + FullyQualifiedErrorId : NoCOMClassIdentified,Microsoft.PowerShell.Commands.NewObjectCommand
我找到了另一种方法来设置我之前尝试使用 com 对象设置的站点代码并解决了这个问题。但仍然不确定上述方法有什么问题