Skip to content

Remove-S1Exclusion

SYNOPSIS

Remove exclusions from SentinelOne.

SYNTAX

Remove-S1Exclusion [-ExclusionID] <String[]> [-Type] <String> [<CommonParameters>]

DESCRIPTION

This function removes specified exclusions from SentinelOne based on the provided Exclusion ID and Type.

EXAMPLES

EXAMPLE 1

Remove-S1Exclusion -ExclusionID @("exclusion1", "exclusion2") -Type "path"

Removes the specified path exclusions from SentinelOne.

EXAMPLE 2

Remove-S1Exclusion -ExclusionID "exclusion123" -Type "white_hash"

Removes the specified white hash exclusion from SentinelOne.

PARAMETERS

-ExclusionID

The ID(s) of the exclusion(s) to be removed.

Type: String[]
Parameter Sets: (All)
Aliases:

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

-Type

The type of exclusion to be removed. Valid values are "path", "white_hash", "file_type", "browser", or "certificate".

Type: String
Parameter Sets: (All)
Aliases:

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES