Uninstall-AIPScanner

Uninstalls the Windows Server service for the Azure Information Protection scanner.

Syntax

Uninstall-AIPScanner []

Description

The Uninstall-AIPScanner cmdlet uninstalls the Azure Information Protection Scanner Windows Server service.

To run this command, you must have local Administrator rights for the Windows Server computer and you must restart the computer after running the command to complete the removal process.

This command does not remove the following:

  • Scanner reports, located in %localappdata%\Microsoft\MSIP\Scanner\Reports.

  • The SQL Server database that was created by running the Install-AIPScanner cmdlet when the Azure Information Protection scanner was installed. If this database is no longer required, you must manually remove it.

    The database name for the scanner is AIPScannerUL_<cluster_name>.

Examples

Example 1: Uninstall the Azure Information Protection Scanner service

PS C:\> Uninstall-AIPScanner

This command removes the service for the Azure Information Protection scanner.

Inputs

None

Outputs

System.Object