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

We couldn’t connect you

1. Exiting the MS Teams Application and starting again as it seem that there is a lot of Microsoft Teams Update recently.2. Restart the Windows OS and allow the Teams Client to be update and try again. 3. Signing out and signing in Microsoft Teams. Sometimes it could be there was a password change that … Continue reading We couldn’t connect you

Enabling Skype for Business 2016 Offline Status

By default, Skype for Business 2016 client enable users to set their presence to one of the following six options statuses:But Administrators can provide users with another option for setting their presence: Appear Offline. When user selects this option, he or she will appears to user(s) offline. The user’s contacts will see a presence icon … Continue reading Enabling Skype for Business 2016 Offline Status

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

Troubleshooting a NTPv4 time sync issue

One of mine hardware/software appliance use NTPv4 and I am using a Windows Server 2012R2 with Meinberg NTP installed. Refer to my link how to install the Meinberg NTP Install Guide.I had capture a network packet and will used Wireshark to analysis.The filer to apply is ntp.It will show whether it is a client or … Continue reading Troubleshooting a NTPv4 time sync issue

Quick look on Skype for Business online portal and SfB Windows Powershell module

Having a quick look on how the Skype for Business online Office 365 portal look like.Ensure that the Skype for Business Administrator account had been assignUsers can be search from users panelSkype for Business Online come with Windows PowerShell Module and why use Powershell instead of the SfB online web portal.· One reason for using … Continue reading Quick look on Skype for Business online portal and SfB Windows Powershell module

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