trying to login to w2k pro desktop with dos drivers

  • Thread starter Thread starter Addled
  • Start date Start date
A

Addled

Not sure if this is the right group, but I'm trying to
create a boot diskette that can log a laptop from the dos
prompt to a share on a desktop running windows 2k & using
NTFS. Drivers load up fine & NIC initializes, however,
when the following line is executed:

"net logon <username> <password>"

get the following error:

"Error 2202: The user name or groupname parameter is
invalid"

Also, the local account does have full access. I've also
tried defining username as \\<computername\<username>.
Same result.
 
The "net logon" command is used to authenticate against a domain. Are you indeed trying to authenticate against a domain or
just access resources on a server? If you simply want to map a drive to the server use the "net use * \\server\share" command
instead.

Thank you,
Mike Johnston
Microsoft Network Support
--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the
terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from
which they originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top