Office 365 Archives : Binary Bits https://blog.binarybits.net/tag/office-365/ Bits & Pieces - A blog by Kannan Balasubramanian Wed, 03 Aug 2022 13:42:25 +0000 en-GB hourly 1 https://wordpress.org/?v=6.5.2 Outlook password not working on Thunderbird https://blog.binarybits.net/outlook-password-not-working-on-thunderbird/ https://blog.binarybits.net/outlook-password-not-working-on-thunderbird/#respond Wed, 03 Aug 2022 13:40:57 +0000 https://blog.binarybits.net/?p=1578 When configuring Thunderbird with Outlook 365 account, the password fails when using IMAP account type. I use multi factor authentication and hence this is little difficult than using plain old password. The following configuration is the recommended method across almost all articles in the Internet, but still the password will fail. There is a solution […]

The post Outlook password not working on Thunderbird appeared first on Binary Bits.

]]>
When configuring Thunderbird with Outlook 365 account, the password fails when using IMAP account type.

I use multi factor authentication and hence this is little difficult than using plain old password. The following configuration is the recommended method across almost all articles in the Internet, but still the password will fail. There is a solution which I came across in the forums, which worked for me and I’m documenting it here.

IMAP configuration

Incoming server configuration

  • outlook.office365.com
  • SSL/TLS
  • Port 993
  • OAuth2
  • Full email address as username

SMTP server configuration

  • smtp.office365.com
  • STARTTLS
  • Port 587
  • Full email address as username

User configuration at Microsoft Admin Center

  • Go to tenant admin center. The URL at the time of writing this article is https://admin.microsoft.com.
  • Go to Users > Active users.
  • Click/press on the user who has get the incorrect password error.
  • In the properties panel, click/press the “Mail” tab.
  • Under the “Email apps” section, click the link “Manage email apps”.
  • Look at the check box “Authenticated SMTP”.
  • Check it if not already checked. If already checked, un check it, press save changes, follow the above steps and check it again.
  • Finally save the changes.
  • Wait for some 5 to 15 minutes.

Now try adding the account in Thunderbird and most probably this should resolve the issue.

For me the app password didn’t work but the above with OAuth worked!

The post Outlook password not working on Thunderbird appeared first on Binary Bits.

]]>
https://blog.binarybits.net/outlook-password-not-working-on-thunderbird/feed/ 0
Finding OneDrive for Business space usage using PowerShell https://blog.binarybits.net/finding-onedrive-for-business-space-usage-using-powershell/ https://blog.binarybits.net/finding-onedrive-for-business-space-usage-using-powershell/#respond Thu, 13 Feb 2020 16:24:50 +0000 https://blog.binarybits.net/?p=1091 One of the SharePoint Online administrator of the customer I work with wanted to know the space used by a business user’s private OneDrive. The following PowerShell script helps to know the exact same information. The script assumes that you have the SharePoint administrator role in your tenant. To run this script “SharePoint Online Management […]

The post Finding OneDrive for Business space usage using PowerShell appeared first on Binary Bits.

]]>