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.

Parameters

-EMETFilePath

Specifies the full path of the Enhanced Mitigation Experience Tool (EMET) file to convert.

Type: String
Aliases: f
Position: 0
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-OutputFilePath

Specifies the full path of the converted format file.

Type: String
Aliases: o
Position: 1
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

Inputs

String

Outputs

Object