Updated: 3:52 PM 5/2/2001

Kix_Logon_script.zip

Got IP address groupcode rules working!

code:

Group membership:
There are 6 types of group memberships avaliable

l = local groups
|L!Administrators| would be only for users that have local admin
|L!\\server\group| Would check for membership in a Local group on
a remote computer

G = Global groups
|G!Domain Admins| would only execute for users in the "Domain Admins"
global group

|G!MIS\users| Will only execute if a member of the trusted domain
"MIS" and in the global Users of that domain

U = Username
|U!smithb| would only execute for user smithb

W = Workstation name
|W!testcomputer1| would only execute if ran on "testcomputer1"

I = ip#
|I!128.2.0.0/255.255.0.0| would only execute for computers in the 128.2.0.0 subnet
|I!128.2.10.11/255.255.255.255| would only execute for the ipaddress 128.2.10.11



------------------
kix.isorg.net

[This message has been edited by Bryce (edited 03 May 2001).]

[This message has been edited by Bryce (edited 03 May 2001).]