Applies to: Exchange Server 2013
Topic Last Modified: 2012-10-12
In Microsoft Exchange Server 2013, Information Rights Management (IRM) is enabled by default for internal messages. This allows you to create transport protection rules and Microsoft Outlook protection rules to IRM-protect messages in transport and on Microsoft Outlook 2010 and later clients. Enabling IRM for internal messages is a prerequisite for all other IRM features in Exchange Server 2013, such as transport decryption, journal rule decryption, IRM in Microsoft Office Outlook Web App, and IRM in Microsoft Exchange ActiveSync.
Caution: |
---|
Disabling IRM for internal messages disables all IRM features in the Exchange organization. The client-side IRM features in Outlook (for example, the ability to read, reply to, forward, and create IRM-protected messages using an Active Directory Rights Management Services (AD RMS) server) aren't affected. |
For additional management tasks related to IRM, see Information Rights Management Procedures.
What do you need to know before you begin?
- Estimated time to complete: 1 minute.
- You need to be assigned permissions before you can perform this
procedure or procedures. To see what permissions you need, see the
"Rights protection" entry in the Messaging Policy and
Compliance Permissions topic.
- You can't use the Exchange Administration Center (EAC) to
enable or disable IRM for internal messages. You must use the
Shell.
- For information about keyboard shortcuts that may apply to the
procedures in this topic, see Keyboard Shortcuts in
the Exchange Admin Center.
Tip: |
---|
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection |
Use the Shell to enable IRM for internal messages
This example enables IRM for internal messages for the Exchange organization.
Copy Code | |
---|---|
Set-IRMConfiguration -InternalLicensingEnabled $true |
For detailed syntax and parameter information, see Set-IRMConfiguration.
Use the Shell to disable IRM for internal messages
This example disables IRM for internal messages for the Exchange organization.
Copy Code | |
---|---|
Set-IRMConfiguration -InternalLicensingEnabled $false |
For detailed syntax and parameter information, see Set-IRMConfiguration.
How do you know this worked?
To verify that you’ve enabled or disabled IRM for internal messages, use the Get-IRMConfiguration cmdlet to check the configuration.