From 6cc5fc10e32d41641cb65e8cc5b110ab5ef4e870 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Tue, 15 Jul 2025 11:32:17 -0700 Subject: [PATCH] EnableSafeList parameter --- .../exchange/Get-HostedConnectionFilterPolicy.md | 2 +- .../exchange/Set-HostedConnectionFilterPolicy.md | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/exchange/exchange-ps/exchange/Get-HostedConnectionFilterPolicy.md b/exchange/exchange-ps/exchange/Get-HostedConnectionFilterPolicy.md index 95c62d1b40..5c3c8cd5f4 100644 --- a/exchange/exchange-ps/exchange/Get-HostedConnectionFilterPolicy.md +++ b/exchange/exchange-ps/exchange/Get-HostedConnectionFilterPolicy.md @@ -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. diff --git a/exchange/exchange-ps/exchange/Set-HostedConnectionFilterPolicy.md b/exchange/exchange-ps/exchange/Set-HostedConnectionFilterPolicy.md index 83888c656c..8c66cec8fe 100644 --- a/exchange/exchange-ps/exchange/Set-HostedConnectionFilterPolicy.md +++ b/exchange/exchange-ps/exchange/Set-HostedConnectionFilterPolicy.md @@ -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