Troubleshooting the "The list of messages cannot be retrieved. Access is denied" Computer Management error
Who is this article for?IT Administrators managing the Microsoft message queue (MSMQ).
Server Administrator or IT Administrator permissions are required.
When performing certain admin tasks you might need to read the MSMQ but get the error message "The list of messages cannot be retrieved. Access is denied.".
1. Issue
Some management and troubleshooting tasks require checking or purging the MSMQ. If you don't have permission to read the queue, you will see this error message.
2. Solution
To resolve this, you will need to either be granted access by a server administrator, or to take ownership of the queue and grant yourself permissions.
To take ownership of the queue:
- Go to Computer Management.
- Open Message Queueing.
- Choose Private Queues.
- Right-click the queue name.
- Select Properties.
- Click Security.
- Click Advanced.
- Click Change next to Owner.
- Select your user account.
- Click OK.
You will then be able to change permissions for all users.