- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
03-14-2022 04:47 AM
hello,
i want to install cortexXDR throught SCCM on my servers but i'm facing an issue with setting the proxy parameters also to type the confirmation password.
How it's possible to do it?
any help please?
BR.
03-14-2022 05:14 AM
Hi NCherbib,
please find a couple of guides.
1- The Broker VM overview: https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-pro-admin/broker-vm/broker-vm-overvie...
2- The configuration guide: https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-pro-admin/broker-vm/set-up-broker-vm/...
In the second doc you can also find links to google cloud, amazon or azure VM deployment
Hope this helps.
Feel free to click on like and/or rate this message
KR;
Luis
03-14-2022 06:34 AM
Hi NCherbib,
Under step 7 in the document linked below you can find instructions on setting proxy parameters when using use Msiexec in conjunction with System Center Configuration Manager (SCCM).
Regards,
Ben
03-14-2022 06:39 AM
Dear @NCherbib
if you are first time installing XDR, you can use below --proxy-list parameter to pass your proxy server.
./installer -- --proxy-list "10.19.20.244:8080,10.19.20.245:8080"
if you want to set new proxy or change it, you use cytool like below.
cytool.exe proxy set "192.168.50.1:8080,192.168.60.2:8080"
This will ask password, in that case you can echo to cytool.
echo password| cytool.exe proxy set "192.168.50.1:8080,192.168.60.2:8080"
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!