You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
I'm looking to have the anti-spam connection filter policy option 'safe list' included in the Defender standards so that it can be configured as part of the standards rather than needing to configure it manually.
Specifically, I'm looking to be able to enable Microsoft's built-in 'safe list' rather than setting my own safe/block list of IPs.
PowerShell commands you would normally use to achieve above request
This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
I'm looking to have the anti-spam connection filter policy option 'safe list' included in the Defender standards so that it can be configured as part of the standards rather than needing to configure it manually.
Specifically, I'm looking to be able to enable Microsoft's built-in 'safe list' rather than setting my own safe/block list of IPs.
PowerShell commands you would normally use to achieve above request
Set-HostedConnectionFilterPolicy "Default" -EnableSafeList $true
The text was updated successfully, but these errors were encountered: