WebSphere MQ question - display authorities for all queues in a queue manager

slag

Lifer
Dec 14, 2000
10,473
81
101
I'm familiar with the dspmqaut command, but want to output an entire listing of all queues from a specific queue manager to see the principal, not group, authorizations on the queues.

dspmqaut -m QMGR -t qmgr -p USERID

that only shows the specific queue manager level, not all queues below it. I've tried a few others, dspmqaut -m QMGR -n* -t queue -p userid and variants and cannot figure out how to check the principal(user level) authorities on all the queues at once in a queue manager.

Any suggestions?