My VBScript tries to load MSMQ COM Object
Set MSMQQueueInfo = CreateObject("MSMQ.MSMQQueueInfo")
I enabled Messaging DCOM Proxy
Script can't load COM object:
You need to specify the machine you are creating the queue on.
Even though I am not running MSMQ on this server, I still had to install the messaging server to load the COM object: