Windows PowerShell command on Get-command ConvertTo-ProcessMitigationPolicy
MyWebUniversity

Windows PowerShell command on Get-command ConvertTo-ProcessMitigationPolicy

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 None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false

-OutputFilePath

Resulting new Windows10 process mitigation/pinning rules format. Required? true Position? 1 Default value None

Accept pipeline input? True (ByPropertyName, ByValue)

Accept wildcard characters? false 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

System.String

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



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™