Adnan
(Fresh Scripter)
2003-11-19 05:52 PM
Need simple logon script????

Hello,
I am new with Kix.
Can any body help me to make the logon script for me.

I use now logon.bat
net use x: /home
net use g \\rvp1\userfiles
net use h \\rvp1\software

and i wil that users can log on only one time on DC with them acounts.Is this possiable?

Thanks for your help!!!
Regards,
Adnan


Les
(KiX Master)
2003-11-19 06:08 PM
Re: Need simple logon script????

If that is all you want to do, I don't see why you need KiX.

Adnan
(Fresh Scripter)
2003-11-19 06:20 PM
Re: Need simple logon script????

I read on the net that you kan only force the user to log on one time on the network with Kix scripts. there is no way to do in W2k.

Thanks,
Adnan


Les
(KiX Master)
2003-11-19 06:30 PM
Re: Need simple logon script????

KiX does not have any command or function that you can use to limit concurrent logons. Any of the methods deployed can easily be done in batch as well.

That said, there are three common methods to limit concurrent logons. The first and most complex is the Microsoft way which requires that you setup an SQL database. The second involves querying WINS and the third limits the connections to the user's home share.

So then, how much research have you done, which method do you plan to deploy and how?


Adnan
(Fresh Scripter)
2003-11-19 06:36 PM
Re: Need simple logon script????

maybe with sql database. but i don't know how.
I work on a school i want that dat stident may log on one time on the network.wat easyste waw?can you help me about that?

Thanks


Les
(KiX Master)
2003-11-19 06:41 PM
Re: Need simple logon script????

http://support.microsoft.com/default.aspx?scid=kb;en-us;237282
http://support.microsoft.com/default.aspx?scid=kb;en-us;260364

Alternately, you can search this board as this topic has come up several times.


Adnan
(Fresh Scripter)
2003-11-19 07:13 PM
Re: Need simple logon script????

i have already try the CConnect but it did't support Win 98 clients.
thanks,


Les
(KiX Master)
2003-11-19 07:29 PM
Re: Need simple logon script????

In that case, why did you not say that before? We are volunteers here and don't appreciate having our time wasted pulling info through your nose.

Adnan
(Fresh Scripter)
2003-11-19 10:41 PM
Re: Need simple logon script????

sorry about that!!!if you don't want to help. never mind...

sorry!about your time...
Thanks
adnan


Les
(KiX Master)
2003-11-20 12:16 AM
Re: Need simple logon script????

Quote:

...if you don't want to help. never mind...




If I didn't want to help, I never would have posted. You're just not getting it. If you want help, you need to provide better info. I supplied two links, the CConnect (SQL) method and the share limit method. So far, all you said was the CConnect method won't work. Does this mean that the share limit method meets your requirement and that you don't need more help?

I also suggested you search the board. Have you found other topics on the subject and do you need some questions answered or are you hoping someone will serve you a ready solution on a silver platter?


ShaneEP
(MM club member)
2003-11-20 01:23 AM
Re: Need simple logon script????

You can also try this link...

version 1.2 - Concurrent Logons (0, 1, or 2) script


Les
(KiX Master)
2003-11-20 02:20 AM
Re: Need simple logon script????

Shane,
reading this...
Quote:

win9x workstations will work...sporatically. The script does not seem to fail, it just doesn't limit the number of logons



and in light of the fact that Adnan said he has win98 clients, I would hardly call that a solution on a silver platter.


Adnan
(Fresh Scripter)
2003-11-20 08:40 AM
Re: Need simple logon script????

Fisrt thanks agian for your help...
Share solution can be done but we have 1500 student(acoount) here. it's thak much time to make the files in every home filder of user.

Thanks!!!!


Les
(KiX Master)
2003-11-20 02:27 PM
Re: Need simple logon script????

If you have Win98 clients, I would assume you also have a home share for every user because of the root map issue. It would be a simple matter of scripting the share limits. Even if you don't have individual shares, that too can be scripted. There are lots of examples on the board.

Adnan
(Fresh Scripter)
2003-11-26 05:13 PM
Re: Need simple logon script????

Hello I am trying to test "Concurrent Logons version 1.2"
but i can't run the nbtstaat.exe if user is not Administrator. can help anybody about this?i think it's security problem

Thanks,
Adnan