MSMQ Windows Server 2012R WMI query
Hi all, in fist apologize in advance for the dummy question by my side, but I am struggling several days to find any close information regarding this question:
Background:
Windows Server 2012R
IIS 8.5
MSMQ
I need to obtain information about TCP port, TCP address and QueueManagerName or in other words find all MSMQ channels.
In the past using namespace MicrosoftHIS and obtaining this data from MsHisMQBridge_Channel.
The question is - Is there up to date alternative, to obtain such information with WMI Query? What should be the alternative Namespace and table respectively?
Thank you in advance