Following on, in my recent trend of joining other people’s conversation rather than starting my own, I thought I’d highlight this tip, which I can see will be handy for testing.
Announced recently on bink.nu was Microsoft KB article 948472.
Basically:
Any edition of Windows Server 2008 may be installed without activation, and it may be evaluated for 60 days. Additionally, the 60-day evaluation period may be reset (re-armed) three times. This action extends the original 60-day evaluation period by up to 180 days for a total possible evaluation time of 240 days.
This is achieved, by using the slmgr.vbs script shipped in the image, in the System32 folder. The process can be automated through Task Scheduler, using an XML file, the contents of which are in the KB article.
I haven’t tried this approach yet, but I believe the key here is to not let the 60 days elapse! The article makes serveral references to performing the rearm’s “just before the end of …” each 60-day period.
I’ll have a closer look over the weekend and do a follow up post with the results.