Checking network shares?

smasha20

New Member
Hi all,

I just graduated college and have been put into a position that it still going to require alot of learning. I am the only computer administrator in the building but I interned here and they seemed to like me so we'll go from here. I have a quick question about network shares on servers....is there a way to check what all shares are available other than going onto each individual server and checking for them? May be a beginner question, but then again that's what I am when it comes to hands on experience.
 
Could even be done using batch scripting. Check out the "net share" command. You would get a awfully long list because all administrative shares would be listed to. And you'd need to have a server list.

If you're willing to do some learning you could check out powershell. But that would have to be installed on all servers. And i can't help you with the scripting itself. Still wanting to take a look, but haven't had the time.
 
Back
Top