My VBScript tries to load MSMQ COM Object to connect to a remote MSMQ server.
Set MSMQQueueInfo = CreateObject("MSMQ.MSMQQueueInfo")
I enabled Messaging DCOM Proxy on my local computer
Script can't load COM object:
I had to also install "Message Queuing Server" even though I don't want to run MSMQ locally. Now the MSMQ COM object works.