Is there a way for only 1 user to login to network PC?

D

divatek

Hi!

Is there a way to allow only 1 user to login to a PC if
the PC is on the network? I know locally you can create
1 local user account in W2K but if there is network
connectivity then you may use a network id and we want to
limit PC access to one network id login.

Is there a way somehow?

Please advise.

Thanks!
Divatek
 
P

Pegasus \(MVP\)

Don't register the machine on the domain. This will force
the user to log in locally, where you can create precisely
one account (plus a couple of admin accounts).

You can still run a logon script, by placing this batchfile
into the local netlogon share (which you must create
manually):

@echo off
call \\YourServer\netlogon\netlogon.bat

You will have synchronise his local & domain passwords
manually.
 

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