Update import-export-exploit-protection-emet-xml.md

This commit is contained in:
Denise Vangel-MSFT 2020-08-28 13:08:16 -07:00
parent 287a6d7dda
commit b1d90941cf

View File

@ -64,7 +64,7 @@ When you've configured exploit protection to your desired state (including both
Example command: Example command:
**Get-ProcessMitigation -RegistryConfigFilePath C:\ExploitConfigfile.xml** `Get-ProcessMitigation -RegistryConfigFilePath C:\ExploitConfigfile.xml`
> [!IMPORTANT] > [!IMPORTANT]
> When you deploy the configuration using Group Policy, all devices that will use the configuration must be able to access the configuration file. Ensure you place the file in a shared location. > When you deploy the configuration using Group Policy, all devices that will use the configuration must be able to access the configuration file. Ensure you place the file in a shared location.
@ -88,7 +88,7 @@ After importing, the settings will be instantly applied and can be reviewed in t
Example command: Example command:
**Set-ProcessMitigation -PolicyFilePath C:\ExploitConfigfile.xml** `Set-ProcessMitigation -PolicyFilePath C:\ExploitConfigfile.xml`
> [!IMPORTANT] > [!IMPORTANT]
> >
@ -115,10 +115,10 @@ You can use Group Policy to deploy the configuration you've created to multiple
5. In the **Options:** section, enter the location and file name of the Exploit protection configuration file that you want to use, such as in the following examples: 5. In the **Options:** section, enter the location and file name of the Exploit protection configuration file that you want to use, such as in the following examples:
* C:\MitigationSettings\Config.XML * `C:\MitigationSettings\Config.XML`
* \\\Server\Share\Config.xml * `\\Server\Share\Config.xml`
* https://localhost:8080/Config.xml * `https://localhost:8080/Config.xml`
* C:\ExploitConfigfile.xml * `C:\ExploitConfigfile.xml`
6. Select **OK** and [Deploy the updated GPO as you normally do](https://docs.microsoft.com/windows/win32/srvnodes/group-policy). 6. Select **OK** and [Deploy the updated GPO as you normally do](https://docs.microsoft.com/windows/win32/srvnodes/group-policy).