Website-Icon Granikos GmbH & Co. KG

Add or Remove Remote IP Address Ranges of Receive Connectors

Last updated: 2017-11-28

Description

This script adds or removes IP addresses or IP address ranges to/from existing Receive Connectors.

The input file can contain multiple IP addresses (range), one entry per line. The IP address parameter can be used to add a single IP address.

The script creates a new subdirectory beneath the current location of the script. The script utilizes the directory as a log directory to store the current remote IP address ranges prior modification.

A log is written to the \log subfolder utilizing the GlobalFunctions Logger object.

Requirements

Examples

# Example 1
# Add all IP addresses stored in D:\Scripts\ip.txt to a receive connector named RelayConnector

.\Set-ReceiveConnectorIpAddress.ps1 -ConnectorName RelayConnector -FileName D:\Scripts\ip.txt -Action Add
# Example 2
# Remove IP address 10.10.10.1 from a receive connector nameds MyConnector from all Exchange Servers 
# in the forest

.\Set-ReceiveConnectorIpAddress.ps1 -ConnectorName MyConnector -IpAddress 10.10.10.1 -Action Remove -ViewEntireForest $true

Version History

Links

Follow

Kurz-URL | Short URL: https://granikos.eu/go/luPA
Die mobile Version verlassen