< Back
Add-AMEmailConditionFilter
Post
NAME Add-AMEmailConditionFilter
SYNOPSIS
Adds a filter to an AutoMate Enterprise Email condition.
SYNTAX
Add-AMEmailConditionFilter [-InputObject] <Object> [-FieldName] <String> [-Operator] <String> [-FieldValue]
<String> [<CommonParameters>]
DESCRIPTION
Add-AMEmailConditionFilter adds a filter to an AutoMate Enterprise Email condition.
PARAMETERS
-InputObject <Object>
The Email condition object to add the filter to.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-FieldName <String>
The field name to filter on.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Operator <String>
The filter operator.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-FieldValue <String>
The value for the filter.
Required? true
Position? 4
Default value
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
The following AutoMate object types can be modified by this function:
Condition
OUTPUTS
None
RELATED LINKS
https://github.com/AutomatePS/AutomatePS
SYNOPSIS
Adds a filter to an AutoMate Enterprise Email condition.
SYNTAX
Add-AMEmailConditionFilter [-InputObject] <Object> [-FieldName] <String> [-Operator] <String> [-FieldValue]
<String> [<CommonParameters>]
DESCRIPTION
Add-AMEmailConditionFilter adds a filter to an AutoMate Enterprise Email condition.
PARAMETERS
-InputObject <Object>
The Email condition object to add the filter to.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-FieldName <String>
The field name to filter on.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Operator <String>
The filter operator.
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-FieldValue <String>
The value for the filter.
Required? true
Position? 4
Default value
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 (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
The following AutoMate object types can be modified by this function:
Condition
OUTPUTS
None
RELATED LINKS
https://github.com/AutomatePS/AutomatePS