Share via

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

Rijo Joy 80 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 development | Windows API - Win32
Microsoft Security | Intune | Application management
Microsoft Security | Intune | Other
0 comments No comments

Answer accepted by question author
  1. Crystal-MSFT 54,226 Reputation points Microsoft External Staff
    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 80 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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.