by Arman Obosyan
26. October 2012 00:39
This download contains out-of-the-box updated DLP policy templates that address localization issues with the templates that are included in the Release to Manufacturing (RTM) version of Exchange 2013. When using the prior DLP policy templates, in some locales (languages) you will receive an error message when creating a new DLP policy from a template. Additionally, the policy templates for Chinese (Simplified and Traditional) and Norwegian locales that are included in the RTM version of Exchange 2013 contain localization errors. These locales incorrectly contain English text in DLP policy templates, descriptions, transport rule names, and content. This issue does not affect the classification definitions that are used in these locales. The issue only affects the data that is displayed in the Exchange Administration Center. The updated DLP policy templates resolve these issues.
Version: Oct2012
Date published: 10/24/2012
Language: English
File name: KB12321321-OOB-dlpPolicyTemplates.zip
Size: 1.5 MB
Download Updated DLP policy templates for Exchange Server 2013
Instructions:
Copy the ZIP file to your computer,
Extract the contents of the ZIP file to a temporary location, such as C:\Temp.
After you extract the XML file, run the following commands from Exchange Management Shell:
Note: The commands first remove all existing DLP policy templates and then import the updated templates.
Note: In these commands, the file is saved to C:\Temp\KB12321321-OOB-dlpPolicyTemplates.xml.
Get-dlppolicytemplate | foreach { Remove-DlpPolicyTemplate $_.Name -Confirm:$false}
$template = Get-Content -Encoding byte -ReadCount 0 -Path C:\Temp\KB12321321-OOB-dlpPolicyTemplates.xml
Import-DlpPolicyTemplate -FileData $template