From dcd57c4aeaff78dc4f51363e3535d14a8c29e162 Mon Sep 17 00:00:00 2001 From: jwguidry-vital <94071875+jwguidry-vital@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:48:17 -0600 Subject: [PATCH] Update Get-CIPPLicenseOverview.ps1 Integrated licensing report fix from https://github.com/KelvinTegelaar/CIPP/issues/1817#issuecomment-1849119966 --- Modules/CIPPCore/Public/Get-CIPPLicenseOverview.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/CIPPCore/Public/Get-CIPPLicenseOverview.ps1 b/Modules/CIPPCore/Public/Get-CIPPLicenseOverview.ps1 index 698d30653774c..9c337164b1fe2 100644 --- a/Modules/CIPPCore/Public/Get-CIPPLicenseOverview.ps1 +++ b/Modules/CIPPCore/Public/Get-CIPPLicenseOverview.ps1 @@ -55,7 +55,7 @@ function Get-CIPPLicenseOverview { dateCreated = [string]$sku.createdDateTime dateExpires = [string]$sku.nextLifecycleDateTime 'PartitionKey' = 'License' - 'RowKey' = "$($singlereq.Tenant) - $($sku.skuid)" + 'RowKey' = "$($singlereq.Tenant) - $($sku.skuid) - $($Term)" } } }