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
Get-SPOContentEventEmailAddresses
[-Category] <ContentEventCategory>
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
Specifies the content event category.
Type: | ContentEventCategory |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |