Veritas Data Insight Administrator's Guide
- Section I. Getting started
- Introduction to Veritas Data Insight administration
- Configuring Data Insight global settings
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Data Insight integration with Symantec Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About user risk score
- About bulk assignment of custodians
- Configuring Metadata Framework
- Section II. Configuring Data Insight
- Configuring Data Insight product users
- Configuring Data Insight product servers
- About node templates
- About automated alerts for patches and upgrades
- Configuring saved credentials
- Configuring directory service domains
- Adding a directory service domain to Data Insight
- Configuring containers
- Section III. Configuring native file systems in Data Insight
- Configuring NetApp 7-mode file server monitoring
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Data Insight and cluster-mode NetApp devices
- Configuring EMC Celerra or VNX monitoring
- Configuring EMC Isilon monitoring
- Configuring EMC Unity VSA file servers
- Configuring Hitachi NAS file server monitoring
- Configuring Windows File Server monitoring
- Configuring Veritas File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring NetApp 7-mode file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Data Insight web service for SharePoint
- Adding web applications
- Adding site collections
- Configuring monitoring of SharePoint Online accounts
- About SharePoint Online account monitoring
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Configuring monitoring of Box accounts
- Configuring OneDrive account monitoring
- Managing cloud sources
- Section VI. Configuring Object Storage Sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Section IX. Remediation
- Configuring remediation settings
- Section X. Reference
- Appendix A. Data Insight best practices
- Appendix B. Migrating Data Insight components
- Appendix C. Backing up and restoring data
- Appendix D. Data Insight health checks
- About Data Insight health checks
- About Data Insight health checks
- Appendix E. Command File Reference
- Appendix F. Data Insight jobs
- Appendix G. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Setting Microsoft Purview Information Protection (MIP) Label
Microsoft Purview Information Protection (MIP) is a built in, intelligent, unified and extensible solution to protect sensitive data. MIP technology integration allows adding labels to the documents. The label might have a policy to restrict access to the sensitive documents.
Note:
Set MIP label action is supported only for CIFS devices.
When the Management Server or Collector node is connected to the internet, it is advisable to configure MIP label in online mode. If the Management Server or Collector node do not have internet access or have a firewall, you can opt for offline mode. Data Insight recommend Online mode because of ease in configuration of MIP label functionality as compared to the offline mode.
In Data Insight, you can set MIP labels in Online and Offline mode. You will not be able to set MIP labels inOnline mode using proxy servers due to Microsoft limitation .
Note:
Microsoft's Azure Unified Client is now Microsoft Purview Information Protection Client. Install this new client for labeling files.
For setting MIP label on a collector node:
For load balancing of Action framework, MIP action is supported by Collector node also. Collector node is more close to devices and have access of data so you can prefer Collector node if Management Server is occupied with other custom actions.
For a new collector node, ensure Microsoft Purview Information Protection Client is installed on the node before installing Data Insight.
For an existing collector node where workflow services are running,
Install Microsoft Purview Information Protection Client
Restart the workflow service
Prerequisites
On the Management Server,
install Microsoft Purview Information Protection Client executable using https://learn.microsoft.com/en-us/azure/information-protection/rms-client/install-unifiedlabelingclient-app
install .NET Framework 4.6.2 or higher
Create Azure Application by following the steps given at https://learn.microsoft.com/en-us/azure/information-protection/rms-client/clientv2-admin-guide-powershell#create-and-configure-azure-ad-applications-for-set-aipauthentication
To set MIP labels in Online mode,
- Log in to Data Insight console and click Remediation > Data management in the left pane.
- Click Set Microsoft Purview Information Protection (MIP) Label and then click Edit in the right pane.
- You can select either User scan credentials or Select user in the Run As field. If your choice is Select user, make sure the selected user has access to the filer.
- Click MIP Action Mode and select Online
- Enter Tenant Id,Client Id Client Secret Key and Microsoft Administrator Account details.
Note:
Use Microsoft Administrator Account which is either Global Administrator account or Minimum Privilege account with Information Protector reader and Sensitivity Label reader privileges. For more information See Creating Minimum Privilege Account Role in Compliance Center .
- In the Run Set MIP Action on field, select the option where you want to run the set MIP action, either Management Server or Collector
Note:
If you are opting for Collector node, you need to perform all pre-requisite steps on the Collector node as well.
- Click OK
Note:
Encrypted labels are supported only in the Online mode.
Supported file extensions for encrypted labels are as follows:
Supported file extension |
---|
.txt |
.xml |
.jpg |
.jpeg |
.png |
.tif |
.tiff |
.bmp |
.gif |
.jpe |
All Microsoft Office files |
After completing the steps above,
See Creating MIP label related policies in Veritas Information Classifier (VIC).
Prerequisites
On the Management Server,
install Microsoft Purview Information Protection Client executable using https://learn.microsoft.com/en-us/azure/information-protection/rms-client/install-unifiedlabelingclient-app
install .NET Framework 4.6.2 or higher
Modify the Data Insight Workflow Service to run under a different account
To set MIP label, run the workflow service with the Domain user account, which is a part of Local Administrator group on the Management server.
To change the account, open Service Control Manager (run services.msc), locate the Data Insight Workflow Service and open the properties.
In the 'Log on' tab, change from 'Localsystem' to 'domain\user' and enter the domain\username and password. For example, let us consider Contoso\sara as domain\user.
Now restart the Workflow service and ensure it is in a 'running' state.
Assigning required rights to Contoso\sara
You need to assign Replace a process level token rights to the Create Process As User account. To elevate the rights, navigate to Control Panel > Administrative Tools > Local Security Policy and add the user account (Contoso\sara) to the Replace a process level token rights. To implement the changes, log out of the system.
Downloading list of MIP Labels
You can fetch MIP Labels either using PowerShell scripts or manual steps.
Downloading list of MIP Labels using PowerShell scripts
- If you want to download list of MIP labels using App Authentication method, create Azure Application by following the steps given at https://learn.microsoft.com/en-us/azure/information-protection/rms-client/clientv2-admin-guide-powershell#create-and-configure-azure-ad-applications-for-set-aipauthentication and then execute the following script
param ( [parameter(Mandatory=$true)] [string]$filePath, [parameter(Mandatory=$true)] [string]$AppID, [parameter(Mandatory=$true)] [string]$AppSecret, [parameter(Mandatory=$true)] [string]$TenantId, [parameter(Mandatory=$true)] [string]$DelegatedUser ) $creds = Get-Credential Set-Authentication -AppId $AppID -AppSecret $AppSecret -TenantId $TenantId -DelegatedUser $DelegatedUser Export-DebugLogs -FileName $filePath Clear-Authentication
Note:
Make sure the following string in point 1, comes in a single line.
Set-Authentication -AppId $AppID -AppSecret $AppSecret -TenantId $TenantId -DelegatedUser $DelegatedUser
After running the script, you will be prompted to enter the location where you want to download .zip file. For example, c:\temp\MIPlabel.zip
Enter Admin credentials of the machine where PowerShell is running.
Enter App ID, App Secret, Tenant ID and Delegate User credentials
- If you want to fetch labels by User Authentication method , execute the following script
param ( [parameter(Mandatory=$true)] [string]$filePath ) $creds = Get-Credential Set-Authentication -OnBehalfOf $creds Export-DebugLogs -FileName $filePath Clear-Authentication
After running the script, you will be prompted to enter the location where you want to download .zip file. For example, c:\temp\MIPlabel.zip
Enter Admin credentials of the machine where PowerShell is running.
After authentication, one more Microsoft pop up will appear.
Enter Azure User credentials, having minimum roles of Information Protection Reader and Sensitivity Label Reader.
- After fetching MIP Labels, open the ZIP file.
- Navigate to the MSIP folder and copy any files that have an .xml file name extension.
- Paste these files into the %localappdata%\Microsoft\MSIP folder on the Management Server node.
Downloading list of MIP Labels using manual steps
- Login to machine with internet connection and open PowerShell in elevated mode (Run as administrator)
Note:
The machine should have Microsoft Purview Information Protection Client and .NET Framework 4.6.2 or higher installed.
- To Set AIP Authentication in the PowerShell, you have 2 options. Using App Authentication or Using User Authentication.
Using App Authentication
Create Azure Application by following the steps given at https://learn.microsoft.com/en-us/azure/information-protection/rms-client/clientv2-admin-guide-powershell#create-and-configure-azure-ad-applications-for-set-aipauthentication
Using User Authentication
Execute the following command Set-Authentication -OnBehalfOf .
A command pop up will appear.
Enter Admin credentials of the machine where PowerShell is running.
After authentication, one more Microsoft pop up will appear.
Enter Azure User credentials, having minimum roles of Information Protection Reader and Sensitivity Label Reader.
See Creating Minimum Privilege Account Role in Compliance Center .
- Execute the following command Export-DebugLogs -FileName <File location where we want to export logs>
Note:
The file extension should be .ZIP. For example: C:\policy.zip
- Execute the following command Clear-Authentication
- Navigate to the MSIP folder and copy any files that have an .xml file name extension.
- On the Management Server node, paste these files into the %localappdata%\Microsoft\MSIP folder, where %localappdata% is the AppData folder of the domain user account, through which the workflow services are running. For example, c:\Users\<domain user>\AppData
Note:
- You will not be able add any protected label (properties like encrypted mode) to files.
- You will not be able set any MIP label to encrypted files.
- Labels which have Allow offline access property set to Never or Some days, will not be applied as Data Insight supports only offline mode.
To set MIP labels in Offline mode,
- Log in to Data Insight console and click Remediation > Data management in the left pane.
- Click Set Microsoft Purview Information Protection (MIP) Label and then click Edit in the right pane.
- Click MIP Action Mode and select Offline.
- You can select either User scan credentials or Select user in the Run As field. If your choice is Select user, make sure the selected user must have access to the filer.
- In the Run Set MIP Action on field, select the option where you want to run the set MIP action, either Management Server or Collector
Note:
If you are opting for Collector node, you need to perform all pre-requisite steps on the Collector node as well.
- Click OK
For more information about this topic, refer to Configuring Policies in Veritas Information Classifier for MIP Labels section in the Data Insight Classification Guide.