Page 1 of 1 1
Topic Options
#108383 - 2003-11-19 05:52 PM Need simple logon script????
Adnan Offline
Fresh Scripter

Registered: 2003-11-19
Posts: 11
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

Top
#108384 - 2003-11-19 06:08 PM Re: Need simple logon script????
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
If that is all you want to do, I don't see why you need KiX.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#108385 - 2003-11-19 06:20 PM Re: Need simple logon script????
Adnan Offline
Fresh Scripter

Registered: 2003-11-19
Posts: 11
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

Top
#108386 - 2003-11-19 06:30 PM Re: Need simple logon script????
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
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?
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#108387 - 2003-11-19 06:36 PM Re: Need simple logon script????
Adnan Offline
Fresh Scripter

Registered: 2003-11-19
Posts: 11
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

Top
#108388 - 2003-11-19 06:41 PM Re: Need simple logon script????
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
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.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#108389 - 2003-11-19 07:13 PM Re: Need simple logon script????
Adnan Offline
Fresh Scripter

Registered: 2003-11-19
Posts: 11
i have already try the CConnect but it did't support Win 98 clients.
thanks,

Top
#108390 - 2003-11-19 07:29 PM Re: Need simple logon script????
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
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.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#108391 - 2003-11-19 10:41 PM Re: Need simple logon script????
Adnan Offline
Fresh Scripter

Registered: 2003-11-19
Posts: 11
sorry about that!!!if you don't want to help. never mind...

sorry!about your time...
Thanks
adnan

Top
#108392 - 2003-11-20 12:16 AM Re: Need simple logon script????
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
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?
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#108393 - 2003-11-20 01:23 AM Re: Need simple logon script????
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
You can also try this link...

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


Edited by CitrixMan (2003-11-20 01:23 AM)

Top
#108394 - 2003-11-20 02:20 AM Re: Need simple logon script????
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
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.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#108395 - 2003-11-20 08:40 AM Re: Need simple logon script????
Adnan Offline
Fresh Scripter

Registered: 2003-11-19
Posts: 11
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!!!!

Top
#108396 - 2003-11-20 02:27 PM Re: Need simple logon script????
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
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.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#108397 - 2003-11-26 05:13 PM Re: Need simple logon script????
Adnan Offline
Fresh Scripter

Registered: 2003-11-19
Posts: 11
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

Top
Page 1 of 1 1


Moderator:  Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 557 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.068 seconds in which 0.026 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org