Get-SentinelOneSettingEmailRecipients
SYNOPSIS
Get the emails that are configured to receive notifications.
SYNTAX
Get-SentinelOneSettingEmailRecipients [-accountIds <Int64[]>] [-email <String>] [-name <String>] [-query <String>]
[-siteIds <Int64[]>] [-sms <String>] [<CommonParameters>]
DESCRIPTION
The Get-SentinelOneSettingEmailRecipients cmdlet gets the emails that are configured to receive notifications.
Alias = “Get-SentinelOneEmailRecipients”
EXAMPLES
EXAMPLE 1
Get-SentinelOneSettingEmailRecipients
Returns the emails that are configured to receive notifications from a global scope
EXAMPLE 2
Get-SentinelOneSettingEmailRecipients -siteIds 225494730938493804
Returns the emails that are configured to receive notifications from a defined scope
EXAMPLE 3
225494730938493804 | Get-SentinelOneSettingEmailRecipients
Returns the emails that are configured to receive notifications from a defined scope
EXAMPLE 4
Get-SentinelOneEmailRecipients
Alias for “Get-SentinelOneSettingEmailRecipients”
Returns the emails that are configured to receive notifications from a global scope
PARAMETERS
-accountIds
List of Account IDs to filter by.
Example: “225494730938493804,225494730938493915”.
Type: Int64[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-name
name
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-query
query
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-siteIds
List of Site IDs to filter by.
Example: “225494730938493804,225494730938493915”.
Type: Int64[]
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-sms
sms
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
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
As of 2022-11 Cannot fully validate due to permissions