As the title says, I need to run part of my logon script ONLY on the first Monday of each month (for auditing PCs). Here's what runs right now, and the scheduling is done by the settings in the exe file.

IF INGROUP("Domain Users")
RUN '\\server\xxx.exe'
?Audit is running in the background"
ENDIF

However, the settings for the audit program don't allow you to specifiy something as specific as the first Monday of the month. If anyone has an example of something similar they would like to share, it would really help out. Thanks.