Skip to content

Commit 5363081

Browse files
Merge pull request #12888 from MicrosoftDocs/main
[AutoPublish] main to live - 07/15 13:33 PDT | 07/16 02:03 IST
2 parents 1e6ab49 + 535511e commit 5363081

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

exchange/exchange-ps/exchange/Get-HostedConnectionFilterPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3232

3333
### Example 1
3434
```powershell
35-
Get-HostedConnectionFilterPolicy | Format-List Name,IPBlockList,IPAllowList,EnableSafeList
35+
Get-HostedConnectionFilterPolicy | Format-List Name,IPBlockList,IPAllowList
3636
```
3737

3838
This example returns a summary list of all connection filter policies in your organization.

exchange/exchange-ps/exchange/Set-HostedConnectionFilterPolicy.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ Accept wildcard characters: False
134134
```
135135

136136
### -EnableSafeList
137-
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:
138-
139-
$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.
140-
141-
$false: Don't use the safe list. This is the default value.
137+
This parameter is reserved for internal Microsoft use.
142138

143139
```yaml
144140
Type: Boolean

0 commit comments

Comments
 (0)