< Back

ConvertTo-ProcessMitigationPolicy

Sat Jan 18, 2020 10:17 pm

NAME ConvertTo-ProcessMitigationPolicy



SYNOPSIS

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.





PARAMETERS

-EMETFilePath <String>

{{Fill EMETFilePath Description}}



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



-OutputFilePath <String>

{{Fill OutputFilePath Description}}



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









Example 1



PS C:\\> ConvertTo-ProcessMitigationPolicy -EMETFile policy.xml -Output result.xml



Converts EMET file policy.xml to result.xml, may also generate a CI file CI-result.xml if necessary.



RELATED LINKS