Share via

MMA agent installation and proxy setting

Rakesh Kumar 466 Reputation points
2021-10-21T08:06:08.143+00:00

Hi All,

we are doing defender rollout to server estate. currently we are targeting windows 2008 R2 and windows 2012R2. we are installing MMA using SCCM application management and below is the command we use. however proxy part doesn't work. Can anyone help us to identify the reason or best way to get the proxy setting done without user name and password.

msiexec /i mmasetup.msi /qn NOAPM=1 ADD_OPINSIGHTS_WORKSPACE=1 OPINSIGHTS_WORKSPACE_AZURE_CLOUD_TYPE=0 OPINSIGHTS_WORKSPACE_ID="<your workspace ID>" OPINSIGHTS_WORKSPACE_KEY="<your workspace key>" AcceptEndUserLicenseAgreement=1 OPINSIGHTS_PROXY_URL=<<proxyIP:Port>>

Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments

Answer accepted by question author

Rakesh Kumar 466 Reputation points
2021-10-29T09:36:49.353+00:00

@AllenLiu-MSFT ,

command line is working fine now for all servers. it seems that some of the windows 2008 R2 servers having some security related issue that's the reason we noticed the failure of command line.
no need to add user and password for proxy.

msiexec /i mmasetup.msi /qn NOAPM=1 ADD_OPINSIGHTS_WORKSPACE=1 OPINSIGHTS_WORKSPACE_AZURE_CLOUD_TYPE=0 OPINSIGHTS_WORKSPACE_ID="<your workspace ID>" OPINSIGHTS_WORKSPACE_KEY="<your workspace key>" AcceptEndUserLicenseAgreement=1 OPINSIGHTS_PROXY_URL=<<proxyIP:Port>>

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AllenLiu-MSFT 49,441 Reputation points Microsoft External Staff
    2021-10-22T06:53:29.19+00:00

    Hi, @Rakesh Kumar
    Thank you for posting in Microsoft Q&A forum.

    I think we need the parameters OPINSIGHTS_PROXY_USERNAME and OPINSIGHTS_PROXY_PASSWORD to specify a user name and password to access an authenticated proxy. Why do you trying to set proxy without user name and password?

    When you run your command line manually on a client, will it set up the proxy successfully?


    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?


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.