Share via

Win32 App deployement failed

Pritam Singh 1 Reputation point
2022-12-13T09:18:07.13+00:00

Hi, I can't deploy Win 32 Microsoft Monitoring agent App due to Invalid install command, Please help to find the correct Installation command for MMA (Microsoft Monitoring agent).

Microsoft Security | Intune | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Crystal-MSFT 54,311 Reputation points Microsoft External Staff
    2022-12-14T00:56:54.447+00:00

    @Pritam Singh , Based on my research, MMASetup-i386 uses the /Q for quiet install, not /s. You can try the following command:
    Start-Process -FilePath "C:\Temp\MMASetup-i386.exe" -ArgumentList "/Q" -wait
    https://superuser.com/questions/912359/how-to-silently-install-the-microsoft-monitoring-agent
    Note: Non-Microsoft link, just for the reference.

    Hope it can help.


    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.

    Was this answer helpful?


  2. Pavel yannara Mirochnitchenko 13,456 Reputation points MVP
    2022-12-13T14:00:00.72+00:00

    https://www.google.fi/search?q=microsoft+monitoring+agent+install+command+line+silent

    Apperently there is MSI file for it which makes packaging little bit easier.

    Was this answer helpful?

    0 comments No comments

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.