First off, thanks for the quick responses!

Quote:

I don't think you'll need the "= 1" after your IF INGROUP statement. The IF INGROUP command will just step you to the next level of the IF statement if you are a member.





I've tried this both ways. With and without "= 1"

Quote:


You can flush the cache by adding a "/f" at the end of your kix32.exe string. (minus the double quotes)





I've tried this too.

Quote:


The INGROUP command can enumerate nested groups so if your users are in the CC_Users group they should be running the code. What version of KiX are you running?





I'm starting to suspect AD at this point. If I modify the script to use an existing group, it works fine. I've added 3 different groups in AD trying to get this project working and none have worked. I even simplified the script. For example...

Code:

IF INGROUP ("PMAgent")
? "You are in the PMAgent group..."
ENDIF



Then I ran it with the following command

c:\kix32.exe -d PMAgent.kix /f

It just exits back out to the DOS prompt. Nothing was echoed to the DOS window.

Any thoughts?

Thanks