The unmonitored process is in progress, however it may timeout. (0x87D300C9) intune win32 app deployment company portal

Rijo Joy 60 Reputation points
2024-10-17T13:25:33.15+00:00

The unmonitored process is in progress, however it may timeout. (0x87D300C9) intune win32 app deployment company portal

the above error got Intune win32 app deployment through company portal ,

User's image

Above installation command

User's image

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,636 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
947 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,131 questions
0 comments No comments
{count} votes

Accepted answer
  1. Crystal-MSFT 49,006 Reputation points Microsoft Vendor
    2024-10-18T01:27:07.4266667+00:00

    @Rijo Joy, Thanks for posting in Q&A. For the error code 0x87D300C9, it tells that process execution was in progress when Intune stopped monitoring the process. The issue usually happens when the process gets stuck during execution. With the application, it may happen due to corrupt installation, incorrect command line arguments, or executing installation without silent switches.

    To troubleshoot the issue, please manually test the install command of the app on one device to see if it can be installed successfully.

    1. Download and install PSExec tool to run with system account.
    2. CD to PSTools directoryUser's image

    3, psexec –i –d –s cmd.exe to run cmd in Ntauthority\system context User's image

    4.whoami to check running context

    User's image

    1. Switch the app location and run the app install command we configured to see if the app can be installed silentlyUser's image

    Please try the above suggestion and if there's any update, feel free to let us know.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Rijo Joy 60 Reputation points
    2024-10-18T05:54:25.37+00:00

    User's image

    output showing like this ,

    i change now installation command like

    sublime_text.exe /VERYSILENT /NORESTART

    now it working thank you for support


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.