I can create MSMQ queues using the following powershell command: New-MsmqQueue
I can't find a way to create Trigger Rules via powershell (Computer Management > Services and Applications > Message Queuing > Triggers > Rules
)
Is it possible, and if not, what's the best workaround if I want them created just by running powershell script?