Just so others who read this know, you can specify a netlogon.bat file specific for each machine and user by using the expandable variables %m (for machine name) and %u (for user name) in the 11logonScript template fragment.
I specifically built netlogon.bat files specific to users and what machine they log onto, but I believe the above mentioned perl script may consolidate everything into one file. However, this works for simple problems... For example:
machine1-user1-netlogon.bat
machine2-user1-netlogon.bat
machine1-user3-netlogon.bat
Remember, if you specify the %m-%u-netlogon.bat in your template fragment, you will need to create a specific batch file for each machine, or your mappings, etc. will not occur, unless you do something creative with another script.