Hi Patel Krishna,
your Configuration Manager deployments are failing because WDAC is not recognizing them as trusted. This happens because WDAC's Managed Installer feature does not track files natively, it relies completely on the Windows Application Identity service and a companion AppLocker policy to apply origin tags to files as they are written to the disk. If either of these components is misconfigured or offline, the files will lack the necessary authorization tags and will be aggressively blocked by the WDAC enforcement engine.
To restore tracking and authorization, you must satisfy these underlying requirements on the client endpoints. Open the services.msc console, locate the Application Identity service, and ensure it is configured to start automatically and is actively running. Furthermore, you must verify that an AppLocker policy is deployed to these machines with the Managed Installer rule collection enabled, explicitly trusting your Configuration Manager processes. Once the service is active and the tracking policy is applied, newly deployed applications will receive the correct cryptographic tags and execute without violating your WDAC rules.
Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN