Skip to content
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