I have inherited a KIX scripted environment where there appears to be a large number of defunct KIX scripts.

However with 5000+ users, it is difficult to tell for sure.

I wanted to create a line that I could include in each KIX script that would output to a log file some identification information when the cript gets run.

For example, in a batch file I would do something like

echo %user% ran this script at %time% >> \\server\netlogon\scriptlog.txt

If anyone can give me any suggestions I would appreciate it.