Guest User

Untitled

a guest
Nov 24th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]]
  2. [/USER:[domainname\]username]
  3. [/USER:[dotted domain name\]username]
  4. [/USER:[username@dotted domain name]
  5. [[/DELETE] | [/PERSISTENT:{YES | NO}]]
  6.  
  7. NET USE {devicename | *} [password | *] /HOME
  8.  
  9. NET USE [/PERSISTENT:{YES | NO}]
  10.  
  11.  
  12.  
  13.  
  14. NET USE J: \\servername\share /USER:domainname\username password
  15.  
  16. where
  17. servername = the name of the server
  18. share = the name of the share
  19. domainname = the name of the domain where the username is defined
  20. username = the username
  21. password = the password
Add Comment
Please, Sign In to add comment