Install-Module -Name ExchangeOnlineManagement
Set-ExecutionPolicy Unrestricted
Get-ExecutionPolicy
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Set-TransportConfig -AllowLegacyTLSClients $true
Get-TransportConfig | Format-List AllowLegacyTLSClients

Install-Module -Name ExchangeOnlineManagement
Set-ExecutionPolicy Unrestricted
Get-ExecutionPolicy
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Set-TransportConfig -AllowLegacyTLSClients $true
Get-TransportConfig | Format-List AllowLegacyTLSClients
