Other Intune-related topics, including unsupported scenarios and platform-specific behaviors
@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.