Thanks,

I already have the GPO, and it's using the "Authenticated Users", but I wanted the Kix script to work with the security group, basically verify that the computer account is member of the group.

I don't want to modify the GPO since it has other general purpose settings, and a new GPO is not permitted.

I wish Kix had a customizable INGROUP, for example

IF @WKSTA INGROUP ('DOMAIN\PC GROUP')
DO THIS
ELSE
DO ELSE
ENDIF

This is impossible to debug since the script never runs under the system service account unless the scipt is executed during startup.


Edited by Brainstormer (2008-04-10 08:37 PM)
Edit Reason: additional explenation