Wmic Windows Xp ((install)) Page

For historical reference, below are common commands utilized by XP administrators:

One of WMIC's most powerful features in XP was the ability to query remote machines on the same domain (provided the user had admin rights): wmic /node:"RemotePCName" os get name wmic windows xp

To retrieve the serial number and model of the computer (useful for warranty claims): wmic bios get serialnumber wmic csproduct get name For historical reference, below are common commands utilized