Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools


Problem : I have a Win2k Pro laptop which I use both at work and at home. At work I belong to a domain and our server runs Win 2k server. At home I have win2k3 machine. This machine contains shared folders and printer which I want to access from my work laptop. But when I try to access win2k3 machine using \\MyWin2k3\MysharedFolder then it gives me the following error:

"There are currently no logon servers available to service the logon request"

Solution : try to use net use command as shown below

Assuming that you want to connect to a win2k3 machine (Machine name is DHANA) as Administrator then you can run the following command

Example:

Click here to copy the following block
net use \\Dhana\IPC$ /u:Dhana\Administrator

Example:

Click here to copy the following block
net use \\Dhana\C$ /u:Dhana\Administrator

Example:

Click here to copy the following block
net use \\Dhana\mysharedfolder /u:Dhana\Administrator

or if you want to hardcode the password in command then use the following syntax

Click here to copy the following block
net use \\Dhana\IPC$ mypassword /u:Dhana\Administrator

And to remove the connection made to the remote machine
Example:

Click here to copy the following block
net use \\Dhana\IPC$ /DELETE

Example:

Click here to copy the following block
net use \\Dhana\C$ /DELETE

Example:

Click here to copy the following block
net use \\Dhana\Mysharedfolder /DELETE

You can wrap this command in a batch file so you dont have to type everytime.


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.