I want to be able to pull in the error log from BIOS across a network

北战南征 提交于 2019-12-01 05:20:00

问题


I want to be able to pull in the error log from BIOS across a network. Looking at Win32_BIOS in MSDN I did not see anything defining the error log. Would love to do this in C# with WMI, but am open to suggestions. Is it possible?

Win32_BIOS does not have a property (don't know if that is the right term) that contains the BIOS error log. Is there a library, API, etc. that I can use to pull this information locally or from the network?


回答1:


Generally, it is not possible to do this in such a way that will apply across a spectrum of motherboards as the requisite commands and interfaces will be hardware specific.

Some motherboards may contain an API call that will allow this, however, I have never come accross one myself.



来源:https://stackoverflow.com/questions/579216/i-want-to-be-able-to-pull-in-the-error-log-from-bios-across-a-network

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!