Forum Discussion
lfk73
Jan 16, 2025Brass Contributor
EOP and user digest messages
I'm setting up antispam policy as I migrate to EOP. I have a pretty standard policy, everyone gets the same settings not one is special and has more relaxed or more restrictive antispam rules. H...
Kidd_Ip
Jan 17, 2025MVP
Try below:
- Applying Digest Messages to Specific Groups: Unfortunately, it seems that you cannot apply digest settings directly to specific users or groups within a single policy. This means you would indeed need to create two separate policies—one with digest enabled for the specific group and one without digest for everyone else.
- Copying an Antispam Policy: While there isn't a direct way to copy an existing antispam policy, you can use PowerShell to export and import policies, which can save you some time. Here's a high-level overview of how you can do this:
- Export the existing policy: Use the Get-HostedContentFilterPolicy cmdlet to export the settings of your current policy.
- Create a new policy: Use the New-HostedContentFilterPolicy cmdlet to create a new policy with the exported settings.
- Apply the new policy: Use the Set-HostedContentFilterPolicy cmdlet to apply the new policy to the desired users or groups.