Answer the question
In order to leave comments, you need to log in
How to determine the type of the queue, transactional or not?
With get-msmqQueue | select queueName, Transactional
You can get a list of queues with the sign transactional.
How to do the same but with wmi?
gwmi
-class
Win32_PerfRawData_MSMQ_MSMQQueue
__GENUS
__CLASS
__SUPERCLASS
__DYNASTY
__RELPATH
__PROPERTY_COUNT
__DERIVATION
__SERVER
__NAMESPACE
__PATH
BytesinJournalQueue
BytesinQueue
Caption
Description
Frequency_Object
Frequency_PerfTime
Frequency_Sys100NS
MessagesinJournalQue
MessagesinJournalQue
Timestamp_PerfTime
Timestamp_Sys100NS
PSComputerName
I don't see such a property.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question