Searching shared folders with "net view" (or other command) + login/password possible ?

G

George Dainis

Currently when I enter from a computer

net view \\192.168.34.200

I got an error:

System error 5 has occurred.
Access is denied.

However I can access every shared folder as long as I know its name in advance by

net use K: \\192.168.34.200\myshare

Ok, I am asked for an existing user and password of the remote system but this is acceptable.

Now I am searching for a command line program like "net view" above where I can pass
username+password and which searches ALL unknown shares of the remote system.

Unfortunately the "net view" command does not accept parameters for login resp. password.

Is there another command line (!) tool which accepts login username + password
and which can do the job of folder share searching ?

George
 
C

Chuck

Currently when I enter from a computer

net view \\192.168.34.200

I got an error:

System error 5 has occurred.
Access is denied.

However I can access every shared folder as long as I know its name in advance by

net use K: \\192.168.34.200\myshare

Ok, I am asked for an existing user and password of the remote system but this is acceptable.

Now I am searching for a command line program like "net view" above where I can pass
username+password and which searches ALL unknown shares of the remote system.

Unfortunately the "net view" command does not accept parameters for login resp. password.

Is there another command line (!) tool which accepts login username + password
and which can do the job of folder share searching ?

George

George,

Try Start - Run - "\\192.168.34.200".

If you want to solve the problem, though, start from my diagnostics article.
<http://nitecruzr.blogspot.com/2005/10/irregularities-in-workgroup-visibility.html>
http://nitecruzr.blogspot.com/2005/10/irregularities-in-workgroup-visibility.html

Or look at "browstat status", "ipconfig /all", "net config server", and "net
config workstation", from each computer, and diagnose the problem. Read this
article, and linked articles, and follow instructions precisely (download
browstat!):
<http://nitecruzr.blogspot.com/2005/05/troubleshooting-network-neighborhood.html#AskingForHelp>
http://nitecruzr.blogspot.com/2005/05/troubleshooting-network-neighborhood.html#AskingForHelp

Please let us know if any of these suggestions are of any help. What you learn
may help others in the future, and that's the purpose of these forums.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top