Skip to content

ricardoMpacheco/ONT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONT

Outlook Network Tests

This powershell script will perform a range of connectivity tests to Office 365 to ensure that TCP connections via port 80 and 443 are happening without any issues. The tool achieves this by downloading PSPing and running it from the machine.
This script will also check the machine settings for proxy servers and at the end provide articles that can be helpfull for further understanding of recommendations and best practices related to networking configurations in Office 365

The tests for custom domains is always performed against autodiscover.<domain.com>

Created by Ricardo Pacheco ([email protected]) - This script is provided as is and it is not guaranteed to work 100% of the time. Please review all the code before running it to avoid any code execution that you are note confortable.

The script can be easily accessed / run by running the following powershell cmdlets:

$ONTScript = Invoke-WebRequest https://raw.githubusercontent.com/ricardoMpacheco/ONT/master/ONT.ps1

Invoke-Expression ($ONTScript.Content)

                                                      Issues Found

Issue 1

Issue 1

If you find the following error message, you can work around it by downloading the file directly from GitHub and executing the file. Issue 1

About

Outlook Network Tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published