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...
- JanAndersenSep 30, 2020Copper ContributorHi EliOfekThank you very much for your fast feedback.If I would like to have this deployed automatic, when a DC is installed, without having a user doing this, would this setup with a silent installer then work with a policy, saying that "this app needs to be installed for all DC's"?I ask because I would like to understand how this can be done, without having a person to do this every time.Thank you.Best regardsJan Andersen
- 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.