Input: A computer name on the internal network
Out: Disk space total and remaining on all drives.

Re: How to show disk space of a specific computer on the network by Alex

Alex
Mon Jul 14 16:18:09 CDT 2008

I doubt there's any solution directly integrated into .NET to support this
for network drives, thought it might be possible if the drive itself is
mapped locally on the computer.

Failing that, your best bet is probably to investigate WMI and try to run a
remote WMI query on the computers in the network.

-Alex


"Lidia" <lli@omnitrans.com> wrote in message
news:edMJgBe5IHA.4356@TK2MSFTNGP03.phx.gbl...
> Input: A computer name on the internal network
> Out: Disk space total and remaining on all drives.
>



Re: How to show disk space of a specific computer on the network by jhbooth

jhbooth
Mon Jul 14 18:51:44 CDT 2008

Microsoft did the work for you.
WMI Code Creator v1.0
Brief Description
The WMI Code Creator tool allows you to generate VBScript, C#, and VB .NET code that uses WMI to complete a management task such as querying for management data, executing a method from a WMI class, or receiving event notifications using WMI.

http://tinyurl.com/2fx5fy

and look into System.Management

Re: How to show disk space of a specific computer on the network by siccolo

siccolo
Tue Jul 15 09:56:57 CDT 2008

On Jul 14, 2:35=A0pm, "Lidia" <l...@omnitrans.com> wrote:
> Input: A computer name on the internal network
> Out: Disk space total and remaining on all drives.

create a web service, set credentials,
something like this:
http://www.siccolo.com/Articles/CodeProject/Web_Method_To_NT_Service_Path_T=
o_Executable/Web_Method_To_NT_Service_Path_To_Executable.html
or this:
http://www.siccolo.com/Articles/CodeProject/Display_Direcotry_Tree_Remotly/=
Web_Method_To_Display_Server_Logical_Disks_Remotly.html

then, using WMI
something like this:
http://www.siccolo.com/Articles/CodeProject/Build_Local_Network_Browser/Bui=
ld_Local_Network_Browser.html


see more at http://www.siccolo.com/articles.asp