BASIC

Drive Map

Today we see how to map network drive manually and troubleshoot.

Steps to add in network drive with CMD

net use Z: \\remotepc\sharename /persistent:yes 
net use z: \computer name\sharename /user username password /persistent:yes
Delete the respect drive mapped: net use Z: /delete

To delete all mapped drives: net use * /delete

Check whether the server using SMBv1,v2 Link
Check the port open between the servers. 137,138,139 445
1. Start the Local Security Policy manager by running secpol.msc and check "Local Policy\User Rights Assignment\Access this computer from the network"
2. Check the firewall settings or disable.
3. Network Access Right is controlled by policy so it might be set for your server at a domain level in a Group Policy Object (GPO).
4. Check the Bypass traverse checking GPO option in local and domain policy also.
5. Turn off password protected sharing
6. Let Windows manage the HomeGroup
7. Function Discovery Provider Host" and "Function Discovery Resource Publication" services and set them to delayed start

The LAN Manager Challenge Response
The optional Windows NT Challenge Response

Net Use Command Syntax

net use [{devicename | *}] [\\computername\sharename[\volume] [{password | *}]] [/user:[domainname\]username] [/user:[dotteddomainname\]username] [/user:[username@dotteddomainname] [/home {devicename | *} [{password | *}]] [/persistent:{yes | no}] [/smartcard] [/savecred] [/delete] [/help] [/?]

net use e: \\server01\folder1 /user:pugazh.in\user1 /savecred /p:yes

Leave a Reply

Your email address will not be published. Required fields are marked *