Install and Import of MicrosoftTeams PowerShell module

The SkypeOnlineConnector is no longer available for download as it had been deprecated and no longer available in Microsoft website.  https://www.microsoft.com/en-us/download/details.aspx?id=39366 Microsoft had updated the MicrosoftTeams Teams cmdlets module for Windows PowerShell and PowerShell Core.  to version 2.0 which support almost identify SkypeOnlineConnector cmdlets module. [SKIP] Step 1-2 if you have already install the MicrosoftTeams … Continue reading Install and Import of MicrosoftTeams PowerShell module

Changes of Modern Authentication is now on by default for Exchange Online and SfB Online

By default, the Exchange and Skype for Business Online tenants are not enabled for Modern Authentication. You must manually enable it via PowerShell. • Turn on by default for SharePoint Online. • Turn off by default for Skype for Business Online. • Turn off by default for Exchange Online. Update from Office365 team. As of … Continue reading Changes of Modern Authentication is now on by default for Exchange Online and SfB Online

Running the Import-Module PowerShell for the SkypeOnlineConnector module failed

Running the Import-Module PowerShell for the SkypeOnlineConnector module failed.It got to do with Powershell execution policies as Restricted is the default policy.Get-ExecutionPolicy -ListNow, the default policy is Undefined (which mean the same thing as Restricted):There are few execution policy:AllSigned - Scripts can run but must be signed by a trusted publisherRemoteSigned - Scripts can run. … Continue reading Running the Import-Module PowerShell for the SkypeOnlineConnector module failed

Connect to Exchange Online PowerShell using multi-factor authentication

There are two ways to install the Exchange Online Services Windows PowerShell module. One of the easiest way if you are just an Exchange Administrator is to use multi-factor authentication.1. Open an Internet Explorer browser then connect https://portal.office.com/2. Sign in with an account with Office 365 Exchange Online Administrator access3. Click Admin in the app … Continue reading Connect to Exchange Online PowerShell using multi-factor authentication