question

LANGAlexis-6580 avatar image
0 Votes"
LANGAlexis-6580 asked LANGAlexis-6580 answered

schemas.microsoft.com down

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 ?

microsoft-365-apps-publishing-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

LANGAlexis-6580 avatar image
0 Votes"
LANGAlexis-6580 answered

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




5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.