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.
How to use the script
Script offering very simple user interface and supporting following functionality:
Connect to Azure AD and Exchange Online PowerShell of Office 365. In order to do that, just select profile you previously created and press connect.New PowerShell window will appear and connect you to the service of selected tenant.
To add new connection profile you should press Tools -> Profile Managed on top menu and in newly opened window, press Add Profile. New windows will appear, where you will be able to add: name of the profile, tenant admin username and password. Once profile added, it will become available to be chosen in main window.
-
Download script here (ZIP):