Get-SPOContentEventEmailAddresses
Retrieves email addresses associated with a specific content event category. If no category is specified by the user, email addresses for all categories of content events will be provided.
Syntax
Default (Default)
Get-SPOContentEventEmailAddresses
[[-Category] <ContentEventCategory>]
[<CommonParameters>]
Description
Retrieves email addresses associated with a specific content event category. If no category is specified by the user, email addresses for all categories of content events will be provided.
Examples
EXAMPLE 1
Get-SPOContentEventEmailAddresses -Category Ransomware
In Example 1, the system will display the email addresses categorized under ransomware that the admin had previously entered.
Parameters
-Category
Applicable: SharePoint Online
Specifies the content event category.
Parameter properties
Type: | Microsoft.SharePoint.Administration.TenantAdmin.ContentEventCategory |
Default value: | None |
Accepted values: | Unknown, Ransomware, HighVolumeDownload, HighVolumeDelete, HighVolumeShare |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.