Hi there,

I can check the shares on my network by issuing this command at the command prompt:

Code:
net view \\ip

Is there any way in C# I can traverse through all computers connected to my network (By using their IP) and list all shared folders for each one?


I am looking for the fastest way because we have more than 600 PCs to go through.

Thanks