Skip to main content
Version: 2.1.1-preview

DPDP.6.3 - Customer Lockbox SHALL be enabled for explicit approval of Microsoft support access (Rule 11-12-Req-1).

Overview

1.3.6 (L2) Ensure the customer lockbox feature is enabled

Customer Lockbox is a security feature that provides an additional layer of control and transparency to customer data in Microsoft 365. It offers an approval process for Microsoft support personnel to access organization data and creates an audited trail to meet compliance requirements.

Rationale

Enabling this feature protects organizational data against data spillage and exfiltration.

Impact

Administrators will need to grant Microsoft access to the tenant environment prior to a Microsoft engineer accessing the environment for support or troubleshooting.

Remediation action:

To enable the Customer Lockbox feature:

  1. Navigate to Microsoft 365 admin center https://admin.microsoft.com.
  2. Click to expand Settings then select Org settings.
  3. Select Security & privacy tab.
  4. Click Customer lockbox.
  5. Check the box Require approval for all data access requests.
  6. Click Save.
PowerShell
  1. Connect to Exchange Online using Connect-ExchangeOnline.
  2. Run the following PowerShell command:
Set-OrganizationConfig -CustomerLockBoxEnabled $true

Test Metadata

FieldValue
Test IDDPDP.6.3
SeverityUnknown
SuiteDPDP Act 2023
CategoryIndiaDPDP
PowerShell testTest-MtCisCustomerLockBox
TagsDPDP, DPDP.6.3, DPDP2023, IndiaDPDP

Source

  • Pester test: tests/dpdp/Test-MtDpdpBaselines.Tests.ps1
  • PowerShell source: powershell/public/cis/Test-MtCisCustomerLockBox.ps1