Skip to content

Commit 7bf7852

Browse files
authored
Update Set-ExchangeServer.md
1 parent bac64e0 commit 7bf7852

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exchange/exchange-ps/exchange/organization/Set-ExchangeServer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,7 @@ Accept wildcard characters: False
183183
### -InternetWebProxyBypassList
184184
The InternetWebProxyBypassList parameter specifies a list of servers that bypass the web proxy server specified by the InternetWebProxy parameter. You identify the servers by their FQDN (for example, server01.contoso.com).
185185
186-
To enter multiple values and overwrite any existing FQDN entries, use the following syntax: \<FQDN1\>,\<FQDN2\>,...\<FQDNX\>.
187-
188-
To add or remove one or more values without affecting any existing FQDN entries, use the following syntax: @{Add="\<FQDN1\>","\<FQDN2\>"...; Remove="\<FQDN1\>","\<FQDN\>"...}.
186+
To enter multiple values and overwrite any existing FQDN entries, use the following syntax: @("host1.contoso.com","host2.contoso.com","host3.contoso.com").
189187
190188
The maximum number of servers you can enter with this parameter is 100.
191189

0 commit comments

Comments
 (0)