balubeto Posted March 14, 2009 Posted March 14, 2009 HIUsing the Windows PE CD for Vista, how do you achieve a shared network resource, protected by Login, located on another computer on the network and how do I work on it?THANKSBYE
IcemanND Posted March 14, 2009 Posted March 14, 2009 same way you would from the command prompt in XP or Vista.Once you confirm the network drivers are loaded and you have network connectivity use the NET USE command.
balubeto Posted March 15, 2009 Author Posted March 15, 2009 same way you would from the command prompt in XP or Vista.Once you confirm the network drivers are loaded and you have network connectivity use the NET USE command.What is the correct syntax for NET USE to do this?THANKSBYE
hj_fr Posted March 15, 2009 Posted March 15, 2009 What is the correct syntax for NET USE to do this?Use: net use /? to obtain help.
Tripredacus Posted March 16, 2009 Posted March 16, 2009 What is the correct syntax for NET USE to do this?Use: net use /? to obtain help.Please try to be more helpful. This is an example of my use of this command:net use z: \\server\share Password /user:UserNameFull documentation here: http://technet.microsoft.com/en-us/library/bb490717.aspx
balubeto Posted July 20, 2009 Author Posted July 20, 2009 What is the correct syntax for NET USE to do this?Use: net use /? to obtain help.Please try to be more helpful. This is an example of my use of this command:net use z: \\server\share Password /user:UserNameFull documentation here: http://technet.microsoft.com/en-us/library/bb490717.aspxThen, in a LAN without a domain, should I write: net use Letter:\\Server\Shared-Directory password-user /user:\\Server\UsernameInstead, in a LAN with domain, should I write: net use Letter:\\Server\Shared-Directory password-user /user:Domain-name\UsernameRight?THANKSBYE
Tripredacus Posted July 20, 2009 Posted July 20, 2009 It should work either way really. If you are using a domain account to log into the network share, you don't have to use the DOMAIN\USERNAME. You would only need to if you were using a local account to login, such as COMPUTERNAME\USERNAME. If your systems are not on a domain at all and you are using a local account, you don't have to specify COMPUTERNAME first. Either way it doesn't hurt to fully qualify your logins.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now