How to exclude directories on a Datacenter agent - RSA DLP
2 years ago
Originally Published: 2014-05-30
Article Number
000062733
Applies To
How do I exclude directories when performing a datacenter agent scan?
RSA DLP
Creating a regex to exclude directories from being scanned during a datacenter agent scan.
Resolution

In this example the following two directories will be excluded by using a regex.

On the DLP agent we want to exclude the following two directories.

           Directory: C:\tina\ and C:\tom\

 

Navigate to the Agent End Point Group configuration page on the Enterprise Manager

Click on Edit to edit the agent group then click on Optional Settings.

From optional settings navigate to Exclude Dirs tab.

 

Add your regex under instance and change type to Regular Expression.

  

      \\tom$

      \\tina$

 

 

 

Save your settings.