Save-CMEndpointProtectionDefinition
SYNOPSIS
Slaat een Endpoint Protection op.
SYNTAX
SearchByValueMandatory (standaard)
Save-CMEndpointProtectionDefinition [-Device <IResultObject>] -DeviceCollection <IResultObject>
[-DeviceId <String>] [-DeviceName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]
[-Confirm] [<CommonParameters>]
SearchByNameMandatory
Save-CMEndpointProtectionDefinition [-Device <IResultObject>] -DeviceCollectionName <String>
[-DeviceId <String>] [-DeviceName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]
[-Confirm] [<CommonParameters>]
SearchByIdMandatory
Save-CMEndpointProtectionDefinition [-Device <IResultObject>] -DeviceCollectionId <String> [-DeviceId <String>]
[-DeviceName <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]
[<CommonParameters>]
DESCRIPTION
De cmdlet Save-CMEndpointProtectionDefinition slaat een System Center 2016 Endpoint Protection definitie op in Configuration Manager. Endpoint Protection bevatten antimalwarebeleidsregels en -instellingen voor Windows Firewall die u kunt toepassen op specifieke groepen computers.
Zie Voor meer informatie over Endpoint Protection, Endpoint Protection in Configuration Manager.
Notitie
Voer Configuration Manager cmdlets uit vanaf Configuration Manager-sitestation, bijvoorbeeld PS XYZ:\>
. Zie Aan de slag voor meer informatie.
EXAMPLES
Voorbeeld 1: een epshort Endpoint Protection definitie opslaan met behulp van de naam van een apparaatverzamelingepshortEndpoint Protection
PS XYZ:\> Save-CMEndpointProtectionDefinition -DeviceCollectionName "NA-Client-Devices"
Met deze opdracht wordt de Endpoint Protection op de apparaten in de apparaatverzameling met de naam NA-Client-Devices.
PARAMETERS
-Confirm
Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-Apparaat
Hiermee geeft u een apparaatobject in Configuration Manager. Als u een apparaatobject wilt verkrijgen, gebruikt u de cmdlet Get-CMDevice. Dit object identificeert het apparaat waarop u de definitie Endpoint Protection opslaan.
Type: IResultObject
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-DeviceCollection
Hiermee geeft u een apparaatverzamelingsobject in Configuration Manager. Gebruik de cmdlet Get-CMDeviceCollection om een apparaatverzamelingsobject te verkrijgen. Dit object identificeert de apparaatverzameling waarin u de definitie Endpoint Protection op te slaan.
Type: IResultObject
Parameter Sets: SearchByValueMandatory
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-DeviceCollectionId
Hiermee geeft u een id op voor Configuration Manager apparaatverzameling waaraan u de definitie Endpoint Protection toevoegen.
Type: String
Parameter Sets: SearchByIdMandatory
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DeviceCollectionName
Hiermee geeft u een naam op voor Configuration Manager apparaatverzameling waaraan u de definitie Endpoint Protection toevoegen.
Type: String
Parameter Sets: SearchByNameMandatory
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DeviceId
Hiermee geeft u de id van een Configuration Manager apparaat waaraan u de definitie Endpoint Protection toevoegen.
Type: String
Parameter Sets: (All)
Aliases: ResourceID
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-DeviceName
Hiermee geeft u de naam op van Configuration Manager apparaat waarop u de definitie Endpoint Protection op te slaan.
Type: String
Parameter Sets: (All)
Aliases: Name
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-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
-WhatIf
Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: False
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
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
OUTPUTS
System.Object
OPMERKINGEN
RELATED LINKS
Endpoint Protection in Configuration Manager