Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Dear James, The old "Encrypt" policies you're seeing in Outlook are likely legacy Azure Rights Management (Azure RMS) templates that weren't fully deprecated during your migration to Microsoft Purview. These templates are separate from Purview's sensitivity labels and must be managed in the Azure portal. Here's how to resolve this:
1. Check for Legacy Templates:
- Under Protection templates, look for the old policies (e.g., "Encrypt" options with employee names). These may still be Active or Archived.
- If templates were created by users (e.g., "Employee's Policy [Name]"), they might be custom templates created via PowerShell or older AIP clients.
2. Delete/Deactivate Templates:
- Deactivate or Deleteany unwanted templates. Note:
- Archived templates can be reactivated, so deletion is recommended if no longer needed.
- Default Microsoft templates (e.g., "Confidential" or "Do Not Forward") cannot be deleted but can be archived.**3. Verify via PowerShell (If Templates Don’t Appear in UI)**If templates aren’t visible in the Azure portal, use the AIPService PowerShell module:
Connect-AipService # Authenticate with Global Admin credentials
Get-AipServiceTemplate# List all templates
Remove-AipServiceTemplate -TemplateId " # Delete a templateAlso, if the issue persists, I would recommend you raise a support case with Microsoft Entra, a Support Engineer will be able to look into this issue and assist you better. You can raise support ticket from New support request - Microsoft Entra admin center
Best regards,
HungLa - MSFT | Microsoft Community Support Specialist