Skip to content

[pull] master from KelvinTegelaar:master#68

Merged
pull[bot] merged 262 commits intoMJCO:masterfrom
KelvinTegelaar:master
Apr 10, 2026
Merged

[pull] master from KelvinTegelaar:master#68
pull[bot] merged 262 commits intoMJCO:masterfrom
KelvinTegelaar:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Apr 10, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

JohnDuprey and others added 30 commits March 19, 2026 22:44
- Improved condition handling in Test-DeltaQueryConditions to sanitize inputs and prevent invalid conditions from being processed.
- Added validation for dynamic rules in Invoke-ExecTenantGroup to prevent code injection by restricting allowed operators and properties.
- Implemented error handling and validation for conditions in Invoke-AddAlert, ensuring only safe operators and properties are processed.
- Updated New-CIPPAlertTemplate to include a CustomSubject parameter for more flexible alert titles.
- Refactored Update-CIPPDynamicTenantGroups to utilize a safer evaluation method for dynamic group rules, ensuring only valid conditions are processed.
- Enhanced webhook processing in Invoke-CIPPWebhookProcessing to include custom subjects from webhook rules for better context in alerts.
Added CIPP variable replacement to custom app powershell script block
This reverts commit 121a2cb.
- Introduced a new function to compare Intune policies from two sources.

feat: Add support for community repo sources in policy comparison
Replace bulk deletion of MFA methods with individual requests to improve
error handling and avoid silent failures.

Tested with removing 2 software OTP, 1 TAP, 1 QR and 1 SMS method at the
same time successfully.
- Implements KelvinTegelaar/CIPP#5552
- Add `Invoke-ListMDEOnboarding` endpoint to check MDE connector status
via Graph API
- Add `Set-CIPPDBCacheMDEOnboarding` and `Get-CIPPMDEOnboardingReport`
for ReportDB caching
- Add `MDEOnboarding` to Intune cache collection for automatic updates
Added CIPP variable replacement to custom app powershell script block
This change hardens CIPP API client setup against transient Entra/Graph replication timing issues.
During app registration creation, Graph can briefly fail service principal creation with “resource does not exist or queried reference-property objects are not present” even though the app was just created.
Introduce three new PowerShell functions to support removing extension API keys and Key Vault secrets:

- Invoke-ExecExtensionClearHIBPKey: HTTP entrypoint that clears the HIBP API key by calling Remove-ExtensionAPIKey and returns an HTTP response.
- Remove-CippKeyVaultSecret: Lightweight REST-based Key Vault secret deletion (no Az.KeyVault dependency). Derives vault name from WEBSITE_DEPLOYMENT_ID when not provided, obtains an AAD token via Get-CIPPAzIdentityToken, calls the Vault REST API, and returns deletion metadata; handles 404 not found and reports errors.
- Remove-ExtensionAPIKey: Removes extension API keys from a DevSecrets table when running with local Azurite/dev storage, or deletes the secret from Key Vault in production; clears the corresponding env variable and logs outcomes.

Adds error handling, informative logging, and safe behavior for local development vs production Key Vault usage.
Introduce an opt-in, versioned webhook schema and plumbing to emit it. Adds New-CIPPStandardizedWebhookSchema to normalize legacy payloads. Send-CIPPAlert gains SchemaSource, InvokingCommand and UseStandardizedSchema handling, builds/serializes standardized payloads and adapts Teams/Discord/Slack sends accordingly; also hardens extension config parsing. Notification config endpoints (Invoke-ExecNotificationConfig, Set-CIPPNotificationConfig, Invoke-ListNotificationConfig) now expose/handle UseStandardizedSchema. Callers (scheduler notifications, scheduled task alerts, webhook processing, offboarding) are updated to send titles, schema source, invoking command and the standardized flag where appropriate.
Use OMA-URI decryption to compare existing policy
Fix issue with detecting if policy is deployed
- Added `detectionScript` parameter to `Add-CIPPW32ScriptApplication` function, allowing for PowerShell detection scripts that take priority over file detection.
- Updated detection rules to prioritize detection scripts, followed by file detection and marker file fallback.
- Modified `Push-UploadApplication` to include `detectionScript` in application properties.
- Updated `Invoke-AddWin32ScriptApp` to handle `detectionScript` when creating Win32 applications.
- Refactored `Invoke-CIPPStandardDeployCheckChromeExtension` to implement Win32 script app deployment for Chrome and Edge extensions, replacing legacy OMA-URI policies.
- Introduced install, uninstall, and detection scripts for managing Chrome and Edge extension settings via registry keys.
- Enhanced logging and alerting mechanisms for deployment status and errors.
Introduce new Out of Office (OOO) calendar options, including the
ability to block calendar events, decline invitations, and cancel
meetings. Enhance the Set-MailboxAutoReplyConfiguration command with
parameters for managing OOO events, ensuring backward compatibility for
existing functionality.

Frontend PR: KelvinTegelaar/CIPP#5623
JohnDuprey and others added 27 commits April 9, 2026 08:42
Signed-off-by: Zacgoose <107489668+Zacgoose@users.noreply.github.com>
@pull pull bot locked and limited conversation to collaborators Apr 10, 2026
@pull pull bot added the ⤵️ pull label Apr 10, 2026
@pull pull bot merged commit 8a28b69 into MJCO:master Apr 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants