I am in the process of configuring a new test server for an application I support. It uses around 35 different MSMQ queues and creating these manually is obviously not loads of fun. Especially since the production version of the application is also moving servers so I'll get to do this all over again. What I'm looking for is an automated way to create these queues and Powershell (based on my limited knowledge of it) seems like the way to go.
Does anyone have any tips on how I might go about accomplishing this?