Obtaining WPA information

T

tommytwh

I got the following information from http://aumha.org/win5/a/wpa.htm,

The WPA system checks ten categories of hardware:

1. Display Adapter
2. SCSI Adapter
3. IDE Adapter (effectively the motherboard)
4. Network Adapter (NIC) and its MAC Address
5. RAM Amount Range (i.e., 0-64mb, 64-128mb, etc.)
6. Processor Type
7. Processor Serial Number
8. Hard Drive Device
9. Hard Drive Volume Serial Number (VSN)
10. CD-ROM / CD-RW / DVD-ROM

Is there an easy way to obtain the above information such as using a
script? I am looking for ways to uniquely identify a PC.

thanks!
 
C

Carey Frisch [MVP]

PsGetSid
http://www.sysinternals.com/utilities/psgetsid.html

--
Carey Frisch
Microsoft MVP
Windows - Shell/User
Microsoft Community Newsgroups
news://msnews.microsoft.com/

---------------------------------------------------------------------------­----------------

:

| I got the following information from http://aumha.org/win5/a/wpa.htm,
|
| The WPA system checks ten categories of hardware:
|
| 1. Display Adapter
| 2. SCSI Adapter
| 3. IDE Adapter (effectively the motherboard)
| 4. Network Adapter (NIC) and its MAC Address
| 5. RAM Amount Range (i.e., 0-64mb, 64-128mb, etc.)
| 6. Processor Type
| 7. Processor Serial Number
| 8. Hard Drive Device
| 9. Hard Drive Volume Serial Number (VSN)
| 10. CD-ROM / CD-RW / DVD-ROM
|
| Is there an easy way to obtain the above information such as using a
| script? I am looking for ways to uniquely identify a PC.
|
| thanks!
 
D

David Candy

C:\Program Files\Support Tools>wmic cpu get processorid
ProcessorId
BFEBFBFF00000F27
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top