Want to retrieve info related to an Auto-labelling rule ExecutionRuleInformation

Thomas Anderson 0 Reputation points
2025-12-06T06:19:40.4766667+00:00

Contexts:
I believe ExecutionRuleInformation is an internal reference telling you which backend rule(s) are actually being used by Microsoft Purview (Auto-labeling engine) to evaluate your auto-labeling policy.

My ask is:
I want to know which rules are being used to take actions based on my Auto-labelling rules a specified below.

Thanks all for the help.

PS C:\Windows\System32> Get-AutoSensitivityLabelRule -Identity "office files" | fl rule

ExecutionRuleInformation : {{"Id":"5936ee98-322c-47ec-bbfa-d6ff649e746f","RuleVersion":"143e26c3-e922-4a58-e594-08de2b0d9648"}}

AdvancedRuleBuilderContext :

AdvancedRule : {

                           "Version": "1.0",

                           "Condition": {

                             "Operator": "And",

                             "SubConditions": [

                               {

                                 "ConditionName": "ContentExtensionMatchesWords",

                                 "Value": [

                                   "docx",

                                   "xlsx",

                                   "pptx",

                                   "pdf",

                                   "mp4",

                                   "txt"

                                 ]

                               }

                             ]

                           }

                         }
```ExecutionRuleGuids         :

EvaluateRulePerComponent   : False

IsAdvancedRule             : False

RuleErrorAction            :

RuleXml                    :

MaximumBlobRuleLength      : 0

IsSummarizedPsRule         : False

Microsoft Security | Microsoft Purview
0 comments No comments
{count} votes

Your answer

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