ELC Assistant lock in MRM diagnostic logs

Surya kumar 370 Reputation points
2024-02-14T12:09:16.8166667+00:00

Hello,

I am currently checking MRM diagnostic logs. From the report, I am seeing ELC assistant lock value as 0 or 1. I observed only these two values and not sure if anything exists apart from these.

I used following commands to check how long and how many items were moved by "Managed folder assistant"

$logProps = Export-MailboxDiagnosticLogs <mailboxID> -ExtendedProperties $xmlprops = [xml]($logProps.MailboxLog) $xmlprops.Properties.MailboxTable.Property | ? {$_.Name -like "ELC*"}

https://learn.microsoft.com/en-us/microsoft-365/troubleshoot/retention/troubleshoot-mrm-email-archive-deletion

However, I didn't find any information on the ELC assistant lock.

A sample data:

Name Value


ElcAssistantLock 1 ElcLastRunTotalProcessingTime 240374 ElcLastRunSubAssistantProcessingTime 206663 ElcLastRunUpdatedFolderCount 69 ElcLastRunTaggedFolderCount 0 ElcLastRunUpdatedItemCount 329

Let me know what the values for assistant lock are actually meant!!

Thanks!!

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,194 questions
Exchange | Other
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2024-02-15T06:00:01.4233333+00:00

    Hi @Surya kumar ,

    I've never seen any official document explaining the meaning of "ElcAssistandLock", but based on my research and test, it seems that “ElcAssistantLock” is a property that indicates whether the mailbox folder assistant is running or not for a mailbox.

    During my test, the Value of this property is 0 at the very beginning, then I ran Start-ManagedFolderAssistant against the mailbox followed by the same commands to check ELC* properties, this time the value turned to 1: User's image

    Found the link below discussed a similar question for your reference:
    What is ElcAssistantLock 0
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.