Multiple light s selection

Hi,
I have many lights in my scene, how to setting intensity, and all parameters for all light?
Tnx

make a script that finds all objects that are lights in an array, then use for to set all their parameters at once. It woud require editor scripting, but you can try!