Skip to content

[AutoPublish] main to live - 07/15 13:33 PDT | 07/16 02:03 IST #12888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi

### Example 1
```powershell
Get-HostedConnectionFilterPolicy | Format-List Name,IPBlockList,IPAllowList,EnableSafeList
Get-HostedConnectionFilterPolicy | Format-List Name,IPBlockList,IPAllowList
```

This example returns a summary list of all connection filter policies in your organization.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,7 @@ Accept wildcard characters: False
```

### -EnableSafeList
The EnableSafeList parameter enables or disables use of the safe list. The safe list is a dynamic allow list in the Microsoft datacenter that requires no customer configuration. Valid values are:

$true: Use the safe list to skip spam filtering on messages from trusted senders that are identified by various third-party sources that Microsoft subscribes to.

$false: Don't use the safe list. This is the default value.
This parameter is reserved for internal Microsoft use.

```yaml
Type: Boolean
Expand Down
Loading