How can all users with 'Enable Store Management' be confirmed without viewing the properties of each individual mailbox in Archive Manager?
The following SQL query can provide a list of the users with 'Enable Store Management' unchecked.
SELECT Name FROM [ArchiveManager].[dbo].[MailBox] where EnableStoreManager=0 and MailBoxType= 'User'