Delen via


Get-CMAntimalwarePolicy

SYNOPSIS

Ontvang een antimalwarebeleid voor endpoint protection.

SYNTAX

SearchByName (standaard)

Get-CMAntimalwarePolicy [-Name <String>] [-Policy <PolicyType[]>] [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

SearchByIdMandatory

Get-CMAntimalwarePolicy -Id <String> [-Policy <PolicyType[]>] [-DisableWildcardHandling]
 [-ForceWildcardHandling] [<CommonParameters>]

DESCRIPTION

De Cmdlet Get-CMAntiMalwarePolicy haalt een antimalwarebeleid op voor endpoint protection. Dit beleid is van toepassing op een verzameling clientcomputers waarop de Configuration Manager uitgevoerd. Antimalwarebeleidsregels zijn configuratie-instellingen die bepalen hoe een antimalwareagent op clientcomputers werkt.

Notitie

Voer Configuration Manager cmdlets uit vanaf Configuration Manager sitestation, bijvoorbeeld PS XYZ:\> . Zie Aan de slag voor meer informatie.

EXAMPLES

Voorbeeld 1: alle antimalwarebeleidsregels op halen

Met deze opdracht worden alle antimalwarebeleidsregels voor endpoint protection in Configuration Manager.

Get-CMAntiMalwarePolicy

Voorbeeld 2: antimalwarebeleidsregels op basis van een jokerteken

Met deze opdracht haalt u antimalwarebeleidsregels op die een naam hebben die begint met de letter D .

Get-CMAntiMalwarePolicy -Name "D*"

Voorbeeld 3: antimalwarebeleidsregels op basis van een object-id

Met deze opdracht wordt het antimalwarebeleid met de id 16777217.

Get-CMAntiMalwarePolicy -Id "16777217"

PARAMETERS

-DisableWildcardHandling

Deze parameter behandelt jokertekens als letterlijke tekenwaarden. U kunt deze niet combineren met ForceWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ForceWildcardHandling

Deze parameter verwerkt jokertekens en kan leiden tot onverwacht gedrag (niet aanbevolen). U kunt deze niet combineren met DisableWildcardHandling.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

Geef de Instellingen-id van het antimalwarebeleidsobject op dat u wilt op halen.

Type: String
Parameter Sets: SearchByIdMandatory
Aliases: SettingsId

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Geef de naam op van het antimalwarebeleid dat u wilt op halen.

U kunt jokertekens gebruiken:

  • *: Meerdere tekens
  • ?: Eén teken
Type: String
Parameter Sets: SearchByName
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Beleid

Filter de resultaten op basis van het type instellingen in het beleid. Als u bijvoorbeeld alleen beleidsregels wilt op halen die instellingen voor Cloud Protection Service bevatten, geeft u -Policy MicrosoftActiveProtectionService op.

Type: PolicyType[]
Parameter Sets: (All)
Aliases:
Accepted values: ScheduledScans, ScanSettings, DefaultActions, RealTimeProtection, ExclusionSettings, Advanced, ThreatOverrides, MicrosoftActiveProtectionService, DefinitionUpdates

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

Deze cmdlet biedt ondersteuning voor de meest gebruikte parameters: -Debug, - ErrorAction, - ErrorVariable, - InformationAction, -InformationVariable, - OutVariable,-OutBuffer, - PipelineVariable - Verbose, - WarningAction en -WarningVariable. Zie voor meer informatie about_CommonParameters.

INPUTS

Geen

OUTPUTS

IResultObject[]#SMS_AntimalwareSettings

IResultObject#SMS_AntimalwareSettings

IResultObject#SMS_AntimalwareSettingsDefault

Woordenlijst<tekenreeks, object>

OPMERKINGEN

Zie WMI-klasse SMS_AntimalwareSettings server voor meer informatie over dit retourobject en deeigenschappen ervan.

New-CMAntimalwarePolicy

Set-CMAntiMalwarePolicy

Export-CMAntimalwarePolicy

Import-CMAntimalwarePolicy

Merge-CMAntimalwarePolicy

Remove-CMAntiMalwarePolicy