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
This example retrieves details about the connection filter policy named Default.
45
+
This example returns detailed information about the connection filter policy named Default.
46
46
47
47
## PARAMETERS
48
48
49
49
### -Identity
50
-
The Identity parameter specifies the connection filter policy that you want to view. You can use any value that uniquely identifies the policy. For example, you can specify the name, GUID or distinguished name (DN) of the connection filter policy.
50
+
The Identity parameter specifies the connection filter policy that you want to view. You can use any value that uniquely identifies the policy. For example:
51
+
52
+
- Name
53
+
54
+
- Distinguished name (DN)
55
+
56
+
- GUID
57
+
58
+
Typically, you only have one connection filter policy: the default policy named Default.
This example modifies the connection filter policy named Contoso Connection Filter Policy with the following settings:
56
+
This example modifies the connection filter policy named Default with the following settings:
53
57
54
58
- The following IP addresses are added to the existing values in the IP allow list: 192.168.2.10, 192.169.3.0/24 and 192.168.4.1-192.168.4.5.
55
59
@@ -58,7 +62,15 @@ This example modifies the connection filter policy named Contoso Connection Filt
58
62
## PARAMETERS
59
63
60
64
### -Identity
61
-
The Identity parameter specifies the connection filter policy you want to modify. You can use any value that uniquely identifies the policy. For example, you can use the name, GUID or distinguished name (DN) of the hosted connection filter policy.
65
+
The Identity parameter specifies the connection filter policy that you want to modify. You can use any value that uniquely identifies the policy. For example:
66
+
67
+
- Name
68
+
69
+
- Distinguished name (DN)
70
+
71
+
- GUID
72
+
73
+
Typically, you only have one connection filter policy: the default policy named Default.
The AdminDisplayName parameter specifies a description for the policy. If the value contains spaces, enclose the value in quotation marks (").
89
+
The AdminDisplayName parameter specifies a description for the policy. If the value contains spaces, enclose the value in quotation marks ("). The maximum length is 255 characters.
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 input for this parameter is $true or $false. The default value is $false.
141
+
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:
142
+
143
+
$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.
144
+
145
+
$false: Don't use the safe list. This is the default value.
0 commit comments