resetting arduinos wirelessly

I have 11 arduino uno r3s - one with an xbee s1 being used as the transmitter and 10 as receivers.
Is is possible to reset the 10 receiving arduinos wirelessly when i push the reset button on the tramsmitting arduino? Or, even have them reset with a button input?
Thanks,
midascott

Is is possible to reset the 10 receiving arduinos wirelessly when i push the reset button on the tramsmitting arduino?

I think it is technically feasible. When the xbee does not enable that, you may send (from the master) a command after the master's reset which will be decoded at slave's side as the reset (so thay reset itselfs). My cheap BT module is configured such it toggles a pin when avrdude tells him to do so, so it may work similarly with xbee..