Welcome to Microsoft Q&A platform and thanks for posting your question here.
Please check the below alternative approaches and confirm us whether if it is not feasible
- Manual Labeling: Users can manually apply sensitivity labels to documents. This can be done through the SharePoint interface or Office applications like Word, Excel, and PowerPoint. While this method relies on user compliance, it ensures that documents are labeled correctly.
- Client-Side Labeling: Configure client-side labeling for Office apps. This allows labels to be applied when users edit documents or compose emails. Although it requires user interaction, it can help ensure that documents are labeled as they are created or modified
- PowerShell Scripting: Use PowerShell scripts to apply sensitivity labels to multiple documents. Although
New-AutoSensitivityLabelPolicy
isn't recognized, you can use other cmdlets likeSet-AIPFileLabel
to apply labels to files in bulk. This method requires scripting knowledge but can automate the labeling process. - Label Policies for Specific Conditions: Create label policies that apply labels based on specific conditions or patterns within the documents. This can be done through the Microsoft Purview portal, even if auto-labeling isn't available
I hope this information helps, Looking forward to your response. Thankyou.