Troubleshooting: Control 1.16 - Information Rights Management (IRM)
Last Updated: January 2026
Common Issues
| Issue | Cause | Resolution |
|---|---|---|
| Azure RMS not activated | Tenant configuration | Activate via admin center or PowerShell |
| Agent cannot read IRM content | Missing permissions | Add service account to label permissions |
| IRM not applying on download | Library setting not enabled | Enable IRM on document library |
| Content expiration too soon | Policy misconfiguration | Adjust expiration in label settings |
| Watermark not appearing | Content marking disabled | Enable watermark in label |
Detailed Troubleshooting
Issue: Azure RMS Not Activated
Symptoms: Protection options not available, IRM features missing
Diagnostic Steps:
-
Check RMS status:
Connect-AipService Get-AipService -
Verify license includes RMS (E3/E5, AIP P1/P2)
Resolution:
# Activate Azure RMS
Connect-AipService
Enable-AipService
Wait 15-30 minutes for propagation.
Issue: Agent Cannot Read IRM-Protected Content
Symptoms: Agent returns error when accessing protected documents
Diagnostic Steps:
- Verify agent service account identity
- Check sensitivity label permissions
- Review agent authentication method
Resolution:
- Add agent service account to sensitivity label permissions
- Grant "Viewer" permission level minimum
- Verify service account can authenticate to Microsoft Entra ID
- Check for any Conditional Access policies blocking access
Issue: IRM Not Applying to Downloaded Documents
Symptoms: Documents download without protection
Diagnostic Steps:
-
Verify library IRM is enabled:
Library Settings > Information Rights Management -
Check if user has full control (bypasses IRM)
- Verify document is in library (not just uploaded)
Resolution:
- Enable IRM on the specific library
- Remove full control if not needed
- Ensure document is checked in
- Wait for sync if recently enabled
Issue: Content Expires Too Soon
Symptoms: Users lose access before expected
Diagnostic Steps:
- Review sensitivity label expiration settings
- Check library IRM expiration
- Verify offline access period
Resolution:
- Adjust label encryption expiration period
- Update library IRM settings
- Extend offline access days
- Communicate expiration policies to users
Issue: Super User Access Not Working
Symptoms: Compliance team cannot access protected content for review
Diagnostic Steps:
- Verify super user feature is enabled
- Check super user group membership
- Confirm no conflicting policies
Resolution:
# Enable super user feature
Connect-AipService
Enable-AipServiceSuperUserFeature
# Add super user group
Set-AipServiceSuperUserGroup -GroupEmailAddress "SG-Compliance-SuperUsers@contoso.com"
How to Confirm Configuration is Active
Azure RMS
- Run
Get-AipService- should return "Enabled" - Check admin center shows "Protection is activated"
Sensitivity Labels
- Create test document
- Apply IRM-enabled label
- Share with non-privileged user
- Verify restrictions are enforced
SharePoint Library IRM
- Upload document to IRM library
- Download from different account
- Verify protection is applied
Escalation Path
If issues persist after troubleshooting:
- Purview Info Protection Admin - Label configuration
- SharePoint Admin - Library settings
- Security Admin - RMS activation
- Microsoft Support - Platform issues
Known Limitations
| Limitation | Impact | Workaround |
|---|---|---|
| IRM requires supported apps | Some apps cannot open protected files | Use supported Office versions |
| Mac/mobile limited support | Some features unavailable | Test on target platforms |
| SharePoint IRM is library-level | Cannot protect individual files differently | Use multiple libraries or labels |
| Offline access required | No offline = no access when disconnected | Set appropriate offline period |
| Super user can bypass all | Security consideration | Limit super user membership |
Back to Control 1.16 | Portal Walkthrough | PowerShell Setup | Verification Testing