The net use command in Windows is used to connect to shared resources, such as shared folders or printers. It can also be used to map a network drive to a specific drive letter and authenticate with supplied credentials (or with current shell context when not providing creds).
Command Reference:
Remote share: \\fs01.hacker.com\home$\mmaas
Username: mmaas
Drive Letter: H: (to which you mount)
net use H: \\fs01.hacker.com\home$\mmaas /user:mmaas "PASS"
net use x: \\fs01.hacker.com\home$\mmaas