Windows XP domain logon

G

Guest

We have a network setup of PCs as peer to peer with a domain server. I do not
want to add these PCs to the domain, I have my reasons if your wondering.

I like to create a .bat file to automate the logon credentials for these PCs
to logon the domain. Does anyone know of a way of doing this?

I had the thought of using NET LOGON, but it not part of Windows XP OS. I
believe this was a Windows 98 thing.

Thank you in advance!

OP
 
L

Lanwench [MVP - Exchange]

OP said:
We have a network setup of PCs as peer to peer with a domain server.
I do not want to add these PCs to the domain, I have my reasons if
your wondering.

I'll bet they can be easily rebutted! ;)
I like to create a .bat file to automate the logon credentials for
these PCs to logon the domain. Does anyone know of a way of doing
this?

I had the thought of using NET LOGON, but it not part of Windows XP
OS. I believe this was a Windows 98 thing.

Thank you in advance!

OP

You can use a batch file in their computer's program menu\startup, which
maps a drive and prompts for credentials:

net use * /del
net use x: \\server\share user:DOMAIN\username [note that they will need to
enter their domain password here....unless you want to type it in the batch
file, which is ill-advised]
net use y: \\server\anothershare
net use z: \\server\yetanothershare

.....but really, there are so many disadvantages to this configuration, it
would take a long time to enumerate them. If you wish to disclose your
reasons for wanting to maintain this setup, I'm sure someone will be able to
help you out so you can achieve your goals, and still maintain a manageable
network.
 

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

Top