Hi,
I am using a startup script (batch) through Group Policy to copy a custom wallpaper to each computer in the domain. The problem is there are a lot of laptops that are only here at certian times, and I need to know who got the update so I can filter who didn't.
So I want a way to track who got the update. I was thinking adding a log function to the batch
Example:
And all computers will append to that log.
Will this work? Does anyone have a better technique?
Thanks,
Tim
I am using a startup script (batch) through Group Policy to copy a custom wallpaper to each computer in the domain. The problem is there are a lot of laptops that are only here at certian times, and I need to know who got the update so I can filter who didn't.
So I want a way to track who got the update. I was thinking adding a log function to the batch
Example:
Code:
ECHO %COMPUTERNAME% HAS THE FILE >>\\pdc\wallpaper\verify.log
Will this work? Does anyone have a better technique?
Thanks,
Tim