Convert
To-Process
Mitigation
Policy
Converts an mitigation policy file formats.
Syntax
ConvertTo-ProcessMitigationPolicy
-EMETFilePath <String>
-OutputFilePath <String>
[<CommonParameters>]
Description
Converts an EMET policy file or pinning rule file to a new Windows 10 format.
Examples
Example 1
PS C:\> ConvertTo-ProcessMitigationPolicy -EMETFilePath policy.xml -OutputFilePath result.xml
Converts EMET file policy.xml to result.xml, may also generate a CI file CI-result.xml if necessary.
Required Parameters
-EMETFilePath
{{Fill EMETFilePath Description}}
| Type: | String |
| Aliases: | f |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName, ByValue) |
| Accept wildcard characters: | False |
-OutputFilePath
{{Fill OutputFilePath Description}}
| Type: | String |
| Aliases: | o |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName, ByValue) |
| Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object