Jump to content

Using GP - prevent a user on more than one pc?


Have this problem?  

38 members have voted

  1. 1. Have this problem?



Recommended Posts

Posted

Hi all

 

Just wondering where it is that I can configure how to prevent users from logging onto more than one machine at the same time...

 

Another thing I'm sick of, but not had the chance to find it...

 

Cheers (eeek thats the time? 8O 8O )

N.

Posted

You would think that's bread and butter Network Operating System stuff wouldn't you? But nope! The MS way points to something called CConnect - to be found in the Windows 2000 Resource Kit (not sure if it's in the 2003 one) - which is a couple of VBS scripts and requires a SQL Server (or MSDE I believe) database. Seems a lot of work for something that sounds so simple. I believe Netware just needs you to tick a box (or similar)!

 

Andy.

Posted

I never actually got CConnect working but it does have some good features. For instance if a user doesn't log off cleanly (e.g. they switch off the machine), they will be unable to log on to any machine until they log back onto that one and log off properly.

 

This can of course be overridden.

Posted

Interestin....

 

So no one knows of a "tickbox" option in GP of Server 2003 then?

 

Surely there must be an easier way than the CConnect thing, tho I have MSDE runnin on the DC so maybe I could try it :)

 

Cheers but preferably other options please :D

Nath

Posted
You don't mean enforce a user to only be able to login to one machine do you - but block a user from several PC's, not all I presume...?
Posted
I think I know what you're getting at there - even that's a pain. I have 4 teacher machines where it would be desirable to restrict student's access to them. So can I say DO NOT ALLOW LOGON TO such a machine - NOPE! I have to say ALLOW LOGON TO the other 120 machines instead!! (and also do that for each of the 400 kids!).
Posted

lol

 

No, as I said, I mean "prevent a user to logon to another computer while they are already logged on".

 

I'm sure I was able to do it on the NT domain so what happened MS? lol

 

Nath

Posted

Oh sorry - didn't read your first post :roll:

 

Citrix does that out of the box: I turned it off coz I had so many ppl unable to log on if their session bugged out and didn't log off properly.

 

I prefer the logging method to combat the problem.

Posted

For win2k3 server you can use LimitLogin.exe.

 

Downloadable from Microsoft

 

Make sure that you read all the documentatuion that goes with it, as there are quite a few other requirements to get it working.

 

It definitely works - already had a few complaints.

Posted
I think I know what you're getting at there - even that's a pain. I have 4 teacher machines where it would be desirable to restrict student's access to them. So can I say DO NOT ALLOW LOGON TO such a machine - NOPE! I have to say ALLOW LOGON TO the other 120 machines instead!! (and also do that for each of the 400 kids!).

 

Here is one possible solution that we use here:

These lines are from our KIX logon script. KIX is the quickest and easiest way of determining group membership at logon time. Our machine naming convention is "Room number" followed by "Machine number" OR "teacher" [so student PCs are 0101 and teacher PC called 01teacher in Room 1]

 

==

if instr(@wksta, "teacher") <> 0 & ingroup("students") = 1

$r = messagebox("Students are not allowed to logon to this machine!", "Warning",4160)

logoff(1)

goto exit

endif

==

 

Neilenormal

Posted
Anyone else implemented limitlogon yet? The fact it makes it's own partition in AD stops me from jumping in and testing it at this time due to other changes I have been doing to AD.
Posted
I think I know what you're getting at there - even that's a pain. I have 4 teacher machines where it would be desirable to restrict student's access to them. So can I say DO NOT ALLOW LOGON TO such a machine - NOPE! I have to say ALLOW LOGON TO the other 120 machines instead!! (and also do that for each of the 400 kids!).

 

Why don't you just use the "deny logon locally" bit from the GPOs ... stiick all students in a security group and then add this group to the deny logon locally section of the policy.

 

That way you can add or take people away from logging onto certain workstations as you need.

Posted
anyone know how well or not this works with cc3...

 

The way I understand it is that CC3 is AD with GPOs - at least that's how it was explained to me by the RM salesperson tthat came to see me (I was humouring them).

Posted

it is but this is rm we are talking about and they have mucked around it so much might be interesting to get it to work.... :)

 

hence why i asked if anyone has used it on cc3 :)

Posted

Why don't you just use the "deny logon locally" bit from the GPOs ... stiick all students in a security group and then add this group to the deny logon locally section of the policy.

 

That way you can add or take people away from logging onto certain workstations as you need.

 

Interesting... trying it now...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...