Forum Discussion
Automate the installation process of Install the Azure ATP sensor
you can use the silent install mode:
https://docs.microsoft.com/en-us/azure-advanced-threat-protection/silent-installation
You don't have to use a new package every time, you can use the same package and it will upgrade itself during deployment as long as it's the same major version, and we very rarely change major versions...
- EliOfekSep 30, 2020
Microsoft
JanAndersen , Silent mode can be scripted like any other command given that you have access to the installation package. I am not too familiar with how to work correctly with policies, but if you can set a policy that will run this silent install command on image bootstrap, I guess it can work.
I will let others who might actually done something like that respond....
- Or TsemahOct 01, 2020Former Employee
Hi,
It depends on your domain controller installer process, if your using a ConfigMgr Task sequence for example, you can add the sensor installation as another post-setup task.
- JanAndersenOct 01, 2020Copper Contributor
Hi Or Tsemah
Thank you very much for your feedback.
I will give this a try.
This can be closed for now.
Best regards
Jan Andersen.