Created: 1-19-21
Updated: 1-19-21
Just a simple subset of command for connecting to Exchange online:
# Set the stage
Set-ExecutionPolicy RemoteSigned# Set the baseline
Install-Module PowershellGet -Force# Get the command codes
Install-Module -Name ExchangeOnlineManagement# Enter the launch key into armed
Connect-ExchangeOnline -UserPrincipalName admin@falcon1.com -ShowProgress $true