Saturday, June 18, 2011

WMIC command is giving Error Code = 0x80041010

I am trying to run the following command that will check the version of the specific installed application, but I am getting the following error:

wmic product where "Name like '%citrix online%'" get Name, Version

Error
Node - <server name>
ERROR:
Code = 0x80041010
Description = Invalid class
Facility = WMI






Resolution

Install WMI Windows Installer Provider component to resolve this issue.

Go to Add or Remove Programs --> Add/Remove Windows Components --> select Management and Monitoring Tools --> click on Details --> select WMI Windows Installer Provider and then install the component.

No comments:

Post a Comment