Can i deny some login with logon script ?

  • Thread starter Thread starter max chen
  • Start date Start date
M

max chen

Hello

I want to deny some login of terminal users if the name of client PC
is not in the list.

How to write the logon script to do this?

Plz help, i am an newbird.

Thank u very much.

max.
email: (e-mail address removed)
 
For a normal domain logon:

IF %COMPUTERNAME% == XXXXX logoff.exe

For logon to a Terminal Server:

IF %CLIENTNAME% == XXXXX logoff.exe
 
Thank u very much. You do save me.

Is there an easy way to got client pc MAC address ?



在 Fri, 19 Dec 2003 03:30:48 -0800 时, "Vera Noest [MVP]"
 

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

Similar Threads


Back
Top