From 5c1822b191de0b50c9684a20e3da537546f39b03 Mon Sep 17 00:00:00 2001 From: David Szpunar Date: Tue, 29 Jul 2025 14:09:09 -0400 Subject: [PATCH] Add the ID of the consent request to output to enable client deduplication --- Modules/CIPPCore/Public/Alerts/Get-CIPPAlertNewAppApproval.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/CIPPCore/Public/Alerts/Get-CIPPAlertNewAppApproval.ps1 b/Modules/CIPPCore/Public/Alerts/Get-CIPPAlertNewAppApproval.ps1 index 883413405345..ca8c04d04b59 100644 --- a/Modules/CIPPCore/Public/Alerts/Get-CIPPAlertNewAppApproval.ps1 +++ b/Modules/CIPPCore/Public/Alerts/Get-CIPPAlertNewAppApproval.ps1 @@ -29,6 +29,7 @@ function Get-CIPPAlertNewAppApproval { } $Message = [PSCustomObject]@{ + RequestId = $_.id AppName = $App.appDisplayName RequestUser = $_.createdBy.user.userPrincipalName Reason = $_.reason