Can you read the servers hardware info via a web app in c#?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have a post on the blog about getting the number of CPU/Cores of a machine.
Getting the No Of CPUs and Cores
The Win32_ComputerSystem WMI class has a whole lot of other interesting info. The code in the post shows you how to query and extract any of this info.
Hadrdrive space you can get from the Win32_LogicalDisk Class. This page will give you all of the other WMI classes you could possibly use
http://msdn.microsoft.com/en-us/library/aa394554(v=VS.85).aspx