CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    Getting the hardware ID within the network

    I am running a code, that gets me the PC users (PC Names) along with its IP Addresses within the network. Now I want to extract the Hardware IDs of these network PCs. How can I accomplish this?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Getting the hardware ID within the network

    Look into using WMI (Windows Management Instrumentation).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured