Accessing secure shares

Soldato
Joined
6 May 2009
Posts
20,181
I am trying to access a secured share on one machine then another, however after entering my login details I get a message access denied and a load of other info.

I browse to a secured folder, enter my login details and copy some files to the secured place. I then went onto another machine, browsed to the secured location and got the message.

Is there a way of clearing the session once it has been open? This must be possible because otherwise a standard user will be able to browse to secured locations and used my stored login details to modify/create/delete files

We are using a server 2008 environment but I have seen this before in 2003 environment
 
So would it be something like this? (on the machine that I accessed the share first)


net use \\*server*\*share* /delete

Do you need to enter the username/password to disconnect?

edit - would this work?

net use */delete
 
Last edited:
Back
Top Bottom