
Programmatically kill user connection/log user off server.
I need to be able to kill a user's connection the the server. That is, I
need to log them off the server. This is not the PDC, but a member server.
The user is most likely a member of a global group who has rights to access
the server. I can find lots of samples to tell me who is logged on and how
to log on a user, but nothing to log off a user.
I see this problem approached by enumerating the users within the specific
group(s) and logging them off. But how do I log them off.
David