< Back

Remove-MpPreference

Tue Jan 29, 2019 10:14 pm

NAME Remove-MpPreference



SYNOPSIS

Removes exclusions or default actions.





SYNTAX

Remove-MpPreference [-CimSession <CimSession[]>] [-ExclusionExtension <String[]>] [-ExclusionPath <String[]>] [-ExclusionProcess <String[]>]

[-Force] [-HighThreatDefaultAction] [-LowThreatDefaultAction] [-ModerateThreatDefaultAction] [-SevereThreatDefaultAction]

[-ThreatIDDefaultAction_Ids <Int64[]>] [-ThrottleLimit <Int32>] [-UnknownThreatDefaultAction] [<CommonParameters>]





DESCRIPTION

The Remove-MpPreference cmdlet removes exclusions for file name extensions, paths, and processes, or default actions for high, moderate, and low

threats. If you attempt to remove an exclusion that is not in the list, this cmdlet reports the error.





PARAMETERS

-CimSession [<CimSession[]>]

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession

or Get-CimSession cmdlet. The default is the current session on the local computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ExclusionExtension [<String[]>]

Specifies an array of file name extensions, such as obj or lib, to exclude from scheduled, custom, and real-time scanning. This cmdlet removes

the exclusions that you specify.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ExclusionPath [<String[]>]

Specifies an array of file paths to exclude from scheduled and real-time scanning. This cmdlet removes the exclusions that you specify.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ExclusionProcess [<String[]>]

Specifies an array of processes, as paths to process images. This cmdlet removes exclusions of files opened by the processes that you specify.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Force [<SwitchParameter>]

Forces the command to run without asking for user confirmation.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-HighThreatDefaultAction [<SwitchParameter>]

Indicates that this cmdlet removes the automatic remediation action specified for the high threat alert level.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-LowThreatDefaultAction [<SwitchParameter>]

Indicates that this cmdlet removes the automatic remediation action specified for the low threat alert level.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ModerateThreatDefaultAction [<SwitchParameter>]

Indicates that this cmdlet removes the automatic remediation action specified for the moderate threat alert level.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-SevereThreatDefaultAction [<SwitchParameter>]

Indicates that this cmdlet removes the automatic remediation action specified for the severe threat alert level.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ThreatIDDefaultAction_Ids [<Int64[]>]

Specifies an array of threat IDs. This cmdlet removes the default actions for the threat IDs that you specify.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ThrottleLimit [<Int32>]

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0

is entered, then Windows PowerShell???? calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running

on the computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-UnknownThreatDefaultAction [<SwitchParameter>]

Indicates that this cmdlet removes the automatic remediation action specified for the unknown threat alert level.



Required? false

Position? named

Default value none

Accept pipeline input? false

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 (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









Example 1: Remove a folder from the exclusion list



PS C:\\> Remove-MpPreference -ExclusionPath "C:\\Temp"



This command removes the folder C:\\Temp from the exclusion list.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=317469

Add-MpPreference

Get-MpPreference

Set-MpPreference