How to run a single cookbook on all nodes connected to the chef server at once

Hi Team,
I want to run a cookbook on all the nodes connected with my chef master at once. Kindly suggest a way to do it.

Depending on how many nodes you have, you may be able to use "knife ssh" or "knife winrm" to kick off a chef-client run.