Remove-S1Exclusion
SYNOPSIS
Remove exclusions from SentinelOne.
SYNTAX
DESCRIPTION
This function removes specified exclusions from SentinelOne based on the provided Exclusion ID and Type.
EXAMPLES
EXAMPLE 1
Removes the specified path exclusions from SentinelOne.
EXAMPLE 2
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.