• Home
  • Cisco
  • Exchange
  • Linux
  • Navision
  • Network
  • Virtualization
  • Windows
  • About
  •  

    MAP with username and password in a logon batch file

    May 13th, 2009

    How to map a network drive with the use of username and password.

    NET USE S: \\servername\share /USER:domainname\username password

    servername = Name of the server
    share = Name of the share
    domainname = Name of the domain where the username is defined, if local user just remove it.
    username = Username
    password = Password