Display Computer Info on an ASP.NET Page

Posted by Gene on Stack Overflow See other posts from Stack Overflow or by Gene
Published on 2010-06-10T01:33:12Z Indexed on 2010/06/10 1:52 UTC
Read the original article Hit count: 244

Filed under:
|

I want to build a page for end users to visit (in our MPLS Network) and it show the following information in regards to them:

  • Computer Name
  • OS
  • Disk Space
  • Memory
  • IP Address
  • Active Directory User Name
  • Password Expiration Time (As defined by Global Policy)

Maybe a few other things such as Trend Micro Office current version vs. their version, # of MS Updates needed (we utilize WSUS), and a few other things in the future.

My question is how would I pull this information from the user when they visit the page? What is the proper function for this? Anyone have examples they wish to share for me to learn by if possible?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET