I am trying to get this question answered:

If there is a GPO setup to run a kix script under the computer startup scripts, (not user login scripts) and I use INGROUP, what is Kix validating since this is running under the system account?

More explanation, I have a lot of PCs I need the kix script to run, but not few others. I can put the other computer name in a AD security group, so the script would be:

IF INGROUP (OTHER_PCS)
DO NOTHING
ELSE
EXECUTE SCRIPT
ENDIF

The script requires local admin rights, so can not be placed in the user section of the GPO.

Will this work?