|
I love Remote Desktop, but having to log into a bunch of machines to try to find some free disk space gets tiresome after the second machine, so I wrote this little thing. Enter a machine name on the network and it will return all disks, as well as their size and bytes free. (This is .NET 1.1, so you'll need that for the exe; if you get the source, you can run it in 1.0 if you remove Application.EnableVisualStyles().) Download (83k) Source (131k) |