I have a series of 16 maps. Within those maps I need to change the symbology for a feature class. Without opening each map and make the changes individually , does anyone know how to automate this? Maybe with ArcPy or Model Builder?
There are several options but without knowing the requirements, here is a link to arcpy.mapping.UpdateLayer. It allows you to alter the properties of a layer, specifically symbology.