Disclaimers:
1] Run the following SQL query in SQL Management Studio on the SQL server for Archive Manager to disable ESM on all mailbox
Update dbo.mailbox set EnableStoreManager = 0
2] Run the following SQL query in SQL Management Studio on the SQL server for Archive Manager to display all mailbox and note down the name of the Organizational Unit ESM needs to be processed
Select * from Mailbox
3] Run the following SQL query in SQL Management Studio on the SQL server for Archive Manager to display all the mailbox with in the specific OU(replace xx with value obtained from Step 2)
Select * from mailbox where OrganisationalUnit='xx'
4] Run the following SQL query in SQL Management Studio on the SQL server for Archive Manager to update the specific OU (replacexxx with value obtained from Step 2)
Update dbo.mailbox set EnableStoreManager = 1
where OrganisationalUnit = 'xxx'
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center