From 671ee7bf2744ccd3734c7132fe5a4deda7fe7041 Mon Sep 17 00:00:00 2001 From: Brian Reid <31985319+brianreidc7@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:30:33 +0000 Subject: [PATCH] Update Service Plan ID for Customer Lockbox Customer Lockbox Enterprise is 9f431833-0334-42de-a7dc-70aa40db46db and not the previous value (which was Intune) --- powershell/public/Get-MtLicenseInformation.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/powershell/public/Get-MtLicenseInformation.ps1 b/powershell/public/Get-MtLicenseInformation.ps1 index b2821c5cc..fe8da5913 100644 --- a/powershell/public/Get-MtLicenseInformation.ps1 +++ b/powershell/public/Get-MtLicenseInformation.ps1 @@ -216,9 +216,9 @@ function Get-MtLicenseInformation { # Customer Lockbox is included in Microsoft 365 E5, Office 365 E5, A5, G5 subscriptions # and can be added via Information Protection and Compliance or Advanced Compliance add-ons. # Service Plan: LOCKBOX_ENTERPRISE - # Service Plan ID: c1ec4a95-1f05-45b3-a911-aa3fa01094f5 + # Service Plan ID: 9f431833-0334-42de-a7dc-70aa40db46db # Reference: https://learn.microsoft.com/en-us/entra/identity/users/licensing-service-plan-reference - if ('c1ec4a95-1f05-45b3-a911-aa3fa01094f5' -in $ServicePlans) { + if ('9f431833-0334-42de-a7dc-70aa40db46db' -in $ServicePlans) { $LicenseType = 'CustomerLockbox' # Customer Lockbox / LOCKBOX_ENTERPRISE } else { $LicenseType = $null