You are a global administrator in a company with a Microsoft 365 subscription with Microsoft 365 E5 licenses assigned to your users.
You are using Microsoft 365 Defender, and are configuring Exploit protection to protect devices from malware.
You have created a set of mitigations in Powershell and will now upload the settings to Intune.
What type of file is the mitigation configuration you must upload?
Click on the arrows to vote for the correct answer
A. B. C. D.Correct Answer: A
When you create and export a configuration file for exploit protection configurations, the file is exported as a XML file.
Once exported you can upload the file when you create an Endpoint protection policy in intune:
Option B is incorrect.
JSON is a well know format used in for instance Azure ARM templates.
Option C is incorrect.
Also well known serialization language, for instance used by Ansible.
Option D is incorrect.
Terraform is a tool for building infrastructure.
To know more about exploit protection, please refer to the link below:
In this scenario, you are using Microsoft 365 Defender to protect devices from malware by configuring Exploit protection, which involves creating a set of mitigations in PowerShell. After creating these mitigations, you will upload the settings to Intune.
Intune is a cloud-based service provided by Microsoft that allows organizations to manage devices and applications in a centralized manner. It supports the deployment of security policies, software updates, and applications to different types of devices, including Windows, macOS, iOS, and Android.
When uploading the mitigation settings to Intune, you must provide the configuration in a specific file format. The file format that you must use is XML.
XML stands for Extensible Markup Language, and it is a popular file format used for exchanging data between different systems. XML files are human-readable and can be easily parsed by machines. They are used for storing configuration settings, data, and documents.
XML is a well-established standard for configuration files, and Intune requires you to use this format when uploading the mitigation settings. This is because XML is a structured format that provides a clear definition of the data being stored, making it easier to interpret and modify.
In conclusion, the file format that you must use to upload the mitigation configuration settings to Intune is XML.