Hmmm...not pretty
You are going to have to generate a process that, for each table,
generates a new table with the same schema which includes the NOT FOR REPLICATION, insert the records into the new table using IDENTITY INSERT.
delete the existing table,
rename the new table to the old name
Hope this helps
Regards
Graeme