Hi,
We can not access the following URLs, used to get O365 update IP address :
http://schemas.microsoft.com/windows/2004/02/mit/task
http://schemas.microsoft.com/office/2004/12/omml
Is there any ongoing maintenance ?
Hi,
We can not access the following URLs, used to get O365 update IP address :
http://schemas.microsoft.com/windows/2004/02/mit/task
http://schemas.microsoft.com/office/2004/12/omml
Is there any ongoing maintenance ?
Ok here is the solution!
TLS1.2 has to be activated for the script to work :
# Activate TLS12
$TLS12Protocol = [System.Net.SecurityProtocolType] 'Ssl3 , Tls12'
[System.Net.ServicePointManager]::SecurityProtocol = $TLS12Protocol
3 people are following this question.