Is there any way to track what hard drives currently are, or have been plugged in to a domain computer? All of the workstations are windows xp and the domain controllers are server 2003. The closest i can find is the disk management snap in.

link|improve this question
feedback

1 Answer

You can interrogate the Win32_DiskDrive WMI class for information.

This will show you any disk drive attached to your computer at the present moment in time - I'm not even sure if you can get historical information. This includes hard disks, memory card readers, USB memory sticks and external hard disks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.