Forum Discussion
Automate the installation process of Install the Azure ATP sensor
Hi.
I would like to ask if anyone has a good idea/suggestion to automate the installation process of Install the Azure ATP sensor – e.g. by using a custom script and/or using a policy within Azure?
E.g. if a new DC is installed, then instead of having a person doing this manually, how can this be done automatic?
Thank you.
Best regards
Jan Andersen.
5 Replies
- EliOfek
Microsoft
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...
- JanAndersenCopper 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
- EliOfek
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....