It is Kixtart2001.

Here are the detail information.
In Windows NT domain, I have many global groups. E.g MCAFEE Groups or Human Resource Groups.

So basically, I have put all domain users in the group called MCAFEE, so all users will update the latest virus defination files when they log in.

The script goes like this
IF INGROUP ("MCAFEE")
Shell '%comspec% /C "J:\Virusdef\MCAFEE.exe"
ENDIF

The problem is that we are migrating to windows 2003 and HQ is managing the OU and I dont think we are allow to create groups since we are part of a wider domain.

Another similar issue is the mapping of drives based on INGROUP. Any insights?

Thanks again.