Edit

Share via


ConvertTo-ProcessMitigationPolicy

Converts an mitigation policy file formats.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:f

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

-OutputFilePath

Specifies the full path of the converted format file.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:o

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

Outputs

Object