NAME
ConvertTo-ProcessMitigationPolicy
SYNOPSIS
Converts an mitigation policy file formats.SYNTAX
ConvertTo-ProcessMitigationPolicy [-EMETFilePath]
[-OutputFilePath] [ ] DESCRIPTION
Converts an EMET policy file or pinning rule file to a new Windows 10 format.PARAMETERS
-EMETFilePath
File that either contains cert pinning rules or an existing EMET process mitigation configuration file. Required? true Position? 0 Default value NoneAccept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? false-OutputFilePath
Resulting new Windows10 process mitigation/pinning rules format. Required? true Position? 1 Default value NoneAccept pipeline input? True (ByPropertyName, ByValue)
Accept wildcard characters? falseThis 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
System.StringOUTPUTS
System.ObjectNOTES
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