I'm cloning win2k professional using this method:
1 Install win2k, software stuff etc, TME endpoint, and test it.
2 clear endpoint config (see clear_tivoli.bat and last.cfg below)
3 run "sysprep" tool to clear windows config.
4 create a image file (we use symantec ghost 7)
With the image file, we generate "clones".
When clones boot, it ask for computer name, licence, etc etc
If you use this script, remember to change the install dir,
(i use "c:\archivos de programa"

in clear_tivoli.bat and last.cfg.
Hope this help.
clear_tivoli.bat:
@echo off
:: Clear endpoint config
:: Use para masterizar PCs
:: Ojo: cambiar en el last.cfg
set _tivoli=C:\ARCHIV~1\Tivoli\lcf
rem set _tivoli=C:\Tivoli\lcf
echo Borrando la configuracion del cliente Tivoli %_tivoli%
pause
%_tivoli%\bin\w32-ix86\mrt\lcfep.exe -s
net stop lcfd
rmdir /s /q %_tivoli%\dat\1\cache
del /f %_tivoli%\dat\1\lcfd.bk
del /f %_tivoli%\dat\1\lcfd.dat
del /f %_tivoli%\dat\1\lcf.dat
del /f %_tivoli%\dat\1\lcfd.st
del /f %_tivoli%\dat\1\lcfd.log
del /f %_tivoli%\dat\1\last.cfg
copy %0\..\last.cfg %_tivoli%\dat\1\last.cfg
echo Configuracion del Endpoint borrada.
pause
last.cfg:
lcfd_port=9495
lcfd_preferred_port=9495
gateway_port=9494
protocol=TCPIP
log_threshold=3
start_timeout=120
run_timeout=120
lcfd_version=105
logfile=C:\Archivos de programa\Tivoli\lcf\dat\1\lcfd.log
config_path=C:\Archivos de programa\Tivoli\lcf\dat\1\last.cfg
run_dir=C:\Archivos de programa\Tivoli\lcf\dat\1
load_dir=C:\Archivos de programa\Tivoli\lcf\bin\w32-ix86\mrt
lib_dir=C:\Archivos de programa\Tivoli\lcf\bin\w32-ix86\mrt
cache_limit=20480000
log_queue_size=1024
log_size=1024000
udp_interval=300
udp_attempts=6
login_interval=1800
lcs.login_interfase=tivoli+9494
lcs.crypt_mode=196608
lcfd_alternate_port=9496
recvDataTimeout=2
recvDataNumAttempts=10
recvDataQMaxNum=50