- The net command is specific to the Windows operating system.
- Command line method to map network shares.
- The net command can be used to view network resources:
- net view \\<servername>
- net view /workgroup:<workgroupname>
- The net command can be used to map a network share to a drive letter.
- net use h: \\<servername>\<sharename>
- Example: Map the Research share on the SERVER1 computer to your X: drive would be: net use x: \\server1\research
- The net command can be used to view user account information and reset passwords.
- net user <username>
- net user <username> * /domain
1.4 Microsoft Command Line: net
1. Operating Systems (220-1002), Comptia A+ (Plus), Comptia A+ (Plus) 220-1002