What is the easiest way to copy list items while preserving the 'Created' information? Can this somehow be done without code or ps (or without server access)? Saving list as a template with content seems to change the 'Created' value as well as some stsadm extensions with list list export capabilities.
Custom site coll admin feature surely is easy to code (as follows) but looking for a more general approach for admins/ site coll admins
item["Created"] = created;
item["Author"] = createdBy;