Posts

Showing posts with the label Office365

'Connect-MsolService' Is Not Recognized As The Name Of A Cmdlet

Image
Answer : I had to do this in that order: Install-Module MSOnline Install-Module AzureAD Import-Module AzureAD All links to the Azure Active Directory Connection page now seem to be invalid. I had an older version of Azure AD installed too, this is what worked for me. Install this. Run these in an elevated PS session: uninstall-module AzureAD # this may or may not be needed install-module AzureAD install-module AzureADPreview install-module MSOnline I was then able to log in and run what I needed. This issue can occur if the Azure Active Directory Module for Windows PowerShell isn't loaded correctly. To resolve this issue, follow these steps. 1. Install the Azure Active Directory Module for Windows PowerShell on the computer (if it isn't already installed). To install the Azure Active Directory Module for Windows PowerShell, go to the following Microsoft website: Manage Azure AD using Windows PowerShell 2.If the MSOnline module isn't present, use Windows PowerShell to i...

Configure Thunderbird To Access Office 365 LDAP Addressbook

Image
Answer : I had some problems using DavMail (mainly with the tray icon). And the calendar was not easy to use. So I've searched deeper. And I found TbSync which works well together with the EAS Provider. It works out of the box. No technical configuration no background process. I just gave my account and password and everything else was detected. Addresses and Calendars are now working like a charm. The only tips you should know with TbSync is that after installing it (as an Tools → Add-ons ) the configuration can be accessed from Tools → Synchronization Settings (TbSync) : ... or alternatively under Tools → Add-on Options → TbSync : The easiest way that I have found is to use the Davmail connector. This is a Java applet that runs in the background on your Windows 10 PC. To Thunderbird it looks like IMAP for receiving email, SMTP for sending it, and LDAP for address book queries. On the Office365 side it talks the native protocols. I've been using it for about five years ...