• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

web app: Display remote server's free space?

DJFuji

Diamond Member
I'm coding a web app right now that displays the stats for several different servers on the LAN. So far i can display the system event logs and the services running, but i cannot, for the life of me, figure out how to show the free space remaining on each server. I've tried ASP but can't figure a way to do it. This SHOULD be an easy fix. Any ideas?
 
I've tried using FSO, but you can't use it to access remote server's drive details. It only works on my OWN drives.

Haven't tried WMI scripts, nor am i very familiar with them. Will they work?
 
Back
Top