TEXT   66
windows bypass network folder currently mapped different user
Guest on 23rd August 2022 04:02:43 AM


  1. If you try to connect to a share on a file server you already have connections
  2. or mapped drives to, using alternate credentials, Windows displays:
  3.  
  4.         The network folder specified is currently mapped using a different user name
  5.         and password.
  6.         To connect using a different user name and password, first disconnect any
  7.         existing mappings to this network share.
  8.  
  9.  
  10. It is sometimes possible to bypass this by:
  11.  
  12. - create a DNS alias (if you have access to DNS), pointing a different name to
  13.   the file server
  14.  
  15. or
  16.  
  17. - create an entry in the hosts file, pointing to the IP address of the file
  18.   server but with a different hostname that you make up
  19.  
  20. Then, connect to the desired share using the net use command from a cmd
  21. window:
  22.  
  23. net use r: \\altnamefileserver\e$ /user:domain_admin@examplewindowsdomain.com

Raw Paste

Login or Register to edit or fork this paste. It's free.