Sometimes, when managing many Office 365 tenants you need to open multiple connections to tenants and various Office 365 Services. The PowerShell script below offers quick and easy way managing your own connections to Azure AD and Exchange Online.
This is simple form-based PS script that will allow you to store connection profiles and quickly access service you need.
Warning! Â Nevertheless script stores password as secure string,
do not store your connection profiles on publicly used computers.
Please find script and short manual below.