{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "office 365",
  "home_page_url": "https://evotec.xyz/fr/tags/office-365",
  "feed_url": "https://evotec.xyz/fr/tags/office-365/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/fr/blog/syncing-global-address-list-gal-to-personal-contacts-and-between-office-365-tenants-with-powershell",
      "url": "https://evotec.xyz/fr/blog/syncing-global-address-list-gal-to-personal-contacts-and-between-office-365-tenants-with-powershell",
      "title": "Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell",
      "summary": "Hey there! Today, I wanted to introduce you to one of the small but excellent module I\u2019ve created called the O365Synchronizer. This module focuses on synchronizing contacts and users. If you\u2019ve ever been tasked with synchronizing Global Address Lists (GAL) across different Office 365 tenants or just wanted to sync GAL with user mailboxes so they can access contacts directly on their phones, this tool is for you.",
      "date_published": "2023-12-03T16:32:13.0000000Z",
      "tags": [
        "api",
        "exchange",
        "microsoft graph",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/microsoft-fundamental-free-training-starting-february-6th-2023",
      "url": "https://evotec.xyz/fr/blog/microsoft-fundamental-free-training-starting-february-6th-2023",
      "title": "Free Microsoft Azure/Office365 Fundamentals Training starting February 6th 2023",
      "summary": "Being a Microsoft MVP has quite a few benefits. You get to be part of unique offers that help you enhance your knowledge even further. Microsoft Learning team decided to provide free training on Microsoft Fundamentals for MVPs and the Microsoft community, so I\u2019m sharing this with you! Starting next week, Microsoft will run each activity from 9 AM to 5 PM Eastern Standard Time (EST) or 15:00 to 23:00 in Europe (CET).",
      "date_published": "2023-02-04T10:03:56.0000000Z",
      "tags": [
        "azure",
        "free",
        "o365",
        "office 365",
        "training"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/easy-way-to-send-emails-using-microsoft-graph-api-office-365-with-powershell",
      "url": "https://evotec.xyz/fr/blog/easy-way-to-send-emails-using-microsoft-graph-api-office-365-with-powershell",
      "title": "Easy way to send emails using Microsoft Graph API (Office 365) with PowerShell",
      "summary": "When you\u2019re using Office 365 and want to send an email, you have two choices SMTP or Microsoft Graph API, which is a \u201Cnew\u201D kid on the block. For some time, I\u2019ve used Microsoft Graph exclusively to send emails in favor of SMTP as it\u2019s much easier to manage and generally works over HTTPS. If you type in google \u201CSend email graph API PowerShell,\u201D you will get lots of hits as bloggers, and Microsoft has already covered this topic. It\u2019s even more critical than ever because Basic Authentication is deprecated in Office 365. To help out with the transition, Microsoft even released its PowerShell module. With Send-MgUserMail proposed as a way to send emails via Graph API, you will notice it\u2019s far from being easy \u0026 user-friendly. Over two years ago, I released a PowerShell module called Mailozaurr (some people may not like my modules\u2019 naming \u2013 but that\u2019s how I roll!). In a blog post, Mailozaurr \u2013 New mail toolkit (SMTP, IMAP, POP3) with support for oAuth 2.0 and GraphApi for PowerShell, I\u2019ve shown a basic functionality on how to send emails using SMTP OAuth 2.0 or Graph API, which aims to be drag \u0026 drop replacement over Send-MailMessage and is supposed to be as simple as possible to send an email with a low effort and high readability. You can also read on sending emails using Graph API by Tony Redmond in his blog post Moving on from Send-MailMessage: Sending Email from PowerShell using the Graph API.",
      "date_published": "2022-10-09T13:27:27.0000000Z",
      "tags": [
        "Azure Application",
        "emails",
        "Exchange",
        "graph api",
        "microsoft graph",
        "oauth2",
        "office 365",
        "powershell",
        "send-emailmessage",
        "send-mailmessage",
        "smtp"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/adaptive-cards-with-tables-and-linebreaks-in-microsoft-teams",
      "url": "https://evotec.xyz/fr/blog/adaptive-cards-with-tables-and-linebreaks-in-microsoft-teams",
      "title": "Adaptive Cards with Tables and Linebreaks in Microsoft Teams",
      "summary": "PSTeams is a PowerShell module that helps simplify sending notifications to Microsoft Teams via Incoming webhooks. It\u2019s easy to use and doesn\u2019t require playing with JSON. Since version 2.0, it started to support Adaptive Cards; in version 2.1, I\u2019ve added the ability to mention people. Today I\u2019m introducing an easy way to send data as a table and a quick way to add a line break.",
      "date_published": "2022-08-21T16:07:01.0000000Z",
      "tags": [
        "adaptive cards",
        "microsoft teams",
        "office 365",
        "powershell",
        "teams"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/powershell-converting-advanced-object-to-flat-object",
      "url": "https://evotec.xyz/fr/blog/powershell-converting-advanced-object-to-flat-object",
      "title": "PowerShell \u2013 Converting advanced object to flat object",
      "summary": "PowerShell language allows you to work and build complicated objects. There are multiple ways to save them, such as XML or JSON, but sometimes using them is impossible or inadequate. Sometimes you want to use HTML or CSV or any other single dimension output.",
      "date_published": "2022-02-27T14:57:20.0000000Z",
      "tags": [
        "convert",
        "export-csv",
        "office 365",
        "powershell",
        "pswritehtml"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-health-service-using-powershell",
      "url": "https://evotec.xyz/fr/blog/office-365-health-service-using-powershell",
      "title": "Office 365 Health Service using PowerShell",
      "summary": "Two years ago, I wrote a PowerShell module called PSWinDocumentation.O365HealthService. The idea was simple \u2013 replicate Health Service data Microsoft offers in Office Portal so you can do with data whatever you want and display it however you like. I\u2019ve written about it in this blog post. A few weeks back, someone reported that the module stopped working, and I\u2019ve confirmed it indeed no longer works! Initially, I thought that maybe some data format changed, as it changed multiple times, or perhaps the date format was wrong again, but no. Microsoft has deprecated Office 365 Service Communications API reference and instead tells us that Service Health is now only available via Microsoft Graph API. Is it only me who didn\u2019t get the memo about this?",
      "date_published": "2022-02-14T17:48:15.0000000Z",
      "tags": [
        "documentation",
        "health",
        "office 365",
        "powershell",
        "pswindocumentation",
        "pswritehtml",
        "reporting"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/mentioning-users-in-notifications-using-psteams-powershell-module",
      "url": "https://evotec.xyz/fr/blog/mentioning-users-in-notifications-using-psteams-powershell-module",
      "title": "Mentioning users in notifications using PSTeams PowerShell Module",
      "summary": "Microsoft Teams over the last few years have grown into an excellent and flexible tool for both small and big companies. Having the ability to chat with users, store files or have all sorts of data in one place makes it easy and functional. Of course, it has its fair share of issues, but it\u2019s getting better. One of the cool features of Microsoft Teams is being able to send notifications to Microsoft Teams Channels using WebHook Notifications. In the beginning, this feature was pretty limited, but after a few years, it got much better with support for Adaptive Cards, List Cards, Hero Cards, Thumbnail Cards, and Office 365 Connector Card.",
      "date_published": "2022-01-16T19:08:52.0000000Z",
      "tags": [
        "Azure AD",
        "microsoft teams",
        "office 365",
        "powershell",
        "psteams"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/configuring-office-365-settings-using-powershell-the-non-supported-way",
      "url": "https://evotec.xyz/fr/blog/configuring-office-365-settings-using-powershell-the-non-supported-way",
      "title": "Configuring Office 365 settings using PowerShell \u2013 The non-supported way",
      "summary": "Office 365 is a huge beast. It has so many services that it\u2019s hard to track all of them. It\u2019s even harder if you want to manage Office 365 using PowerShell. Microsoft makes many different PowerShell modules available for you, such as AzureAD, AzureADPreview, ExchangeOnline, MicrosoftTeams, and recently, Microsoft.Graph. But even with so many different modules, there are still tasks that Microsoft won\u2019t let you do from PowerShell. But it doesn\u2019t mean that it\u2019s not possible to do it. I\u2019ve spent some time tracking how Microsoft does things while you click thru the interface and created an O365Essentials PowerShell module that can do it in an automated way.",
      "date_published": "2021-09-26T15:12:35.0000000Z",
      "tags": [
        "Azure",
        "Azure AD",
        "graph api",
        "microsoft graph",
        "microsoft office 365",
        "module",
        "o365essentials",
        "office 365",
        "powershell",
        "powershellgallery"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/sending-email-as-an-alias-proxy-address-with-office-365",
      "url": "https://evotec.xyz/fr/blog/sending-email-as-an-alias-proxy-address-with-office-365",
      "title": "Sending email as an alias (proxy address) with Office 365",
      "summary": "Sending emails in Microsoft Exchange world using an alias for an account has always been a pain. It required working with workarounds such as setting up Shared Mailbox or Distribution Groups and using SendAs permissions. For years admins around the world were asking Microsoft to change this, and finally, in April 2021, they did! It\u2019s a new feature of Office 365, and it requires action from Office 365 Administrator.",
      "date_published": "2021-04-20T10:19:21.0000000Z",
      "tags": [
        "exchange",
        "exchange online",
        "office 365",
        "powershell",
        "proxy address",
        "sendasalias"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/creating-office-365-migration-diagram-with-powershell",
      "url": "https://evotec.xyz/fr/blog/creating-office-365-migration-diagram-with-powershell",
      "title": "Creating Office 365 Migration Diagram with PowerShell",
      "summary": "A few weeks ago, I posted a concept migration diagram for Office 365 to Twitter and Facebook. Today I thought I would show you how you can do it yourself using PowerShell and PSWriteHTML PowerShell module. When I started working on this, I\u2019ve thought I want to create before and after infrastructure to see how it will look when migration ends. I\u2019ve initially planned to assign myself an Office 365 Visio Plan 2 license and do something manually, thinking it may be just much easier. Unfortunately for me, there were no free Visio licenses in my tenant, and my laziness took over, so I\u2019ve decided to give it a go using PowerShell only.",
      "date_published": "2021-01-03T18:27:05.0000000Z",
      "tags": [
        "diagram",
        "module",
        "office 365",
        "powershell",
        "pswritehtml"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/introducing-psteams-2-0-support-for-adaptive-cards-hero-cards-list-cards-and-thumbnail-cards",
      "url": "https://evotec.xyz/fr/blog/introducing-psteams-2-0-support-for-adaptive-cards-hero-cards-list-cards-and-thumbnail-cards",
      "title": "Introducing PSTeams 2.0 \u2013 Support for Adaptive Cards, Hero Cards, List Cards and Thumbnail Cards",
      "summary": "PSTeams PowerShell module has been on the market for a while now. It supports sending notifications to Microsoft Teams channels via Incoming WebHooks. You could send a pretty message to the team\u2019s channel with just a few lines of code. With PSTeams 2.0, support for Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards was added.",
      "date_published": "2020-11-09T17:02:21.0000000Z",
      "tags": [
        "microsoft teams",
        "office 365",
        "powershell",
        "reporting",
        "webhook"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/mailozaurr-new-mail-toolkit-smtp-imap-pop3-with-support-for-oauth-2-0-and-graphapi-for-powershell",
      "url": "https://evotec.xyz/fr/blog/mailozaurr-new-mail-toolkit-smtp-imap-pop3-with-support-for-oauth-2-0-and-graphapi-for-powershell",
      "title": "Mailozaurr \u2013 New mail toolkit (SMTP, IMAP, POP3) with support for oAuth 2.0 and GraphApi for PowerShell",
      "summary": "Today, I\u2019m introducing a new PowerShell module called Mailozaurr. It\u2019s a module that aims to deliver functionality around Email for multiple use cases. I\u2019ve started it since native SMTP cmdlet Send-MailMessage is obsolete, and I thought it would be good to write a replacement that adds more features over it as things around us are changing rapidly.",
      "date_published": "2020-08-04T10:31:02.0000000Z",
      "tags": [
        "Azure AD",
        "imap",
        "mailozaurr",
        "o365",
        "office 365",
        "pop3",
        "powershell",
        "smtp"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-limiting-license-to-minimum-apps-required",
      "url": "https://evotec.xyz/fr/blog/office-365-limiting-license-to-minimum-apps-required",
      "title": "Office 365 \u2013 Limiting license to minimum apps required",
      "summary": "Office 365 has a lot of options and applications to choose from. Enabling one E1, E3, or any other license gives the user a lot of features, including Exchange, SharePoint, and Teams. But what if you want to make sure that the user can access only Microsoft Teams? By default, you can do it manually during the assignment of the license. Simply choose only Apps you want to assign to a user.",
      "date_published": "2020-04-07T17:30:02.0000000Z",
      "tags": [
        "azure ad",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-msexchhidefromaddresslists-does-not-synchronize-with-office-365",
      "url": "https://evotec.xyz/fr/blog/office-365-msexchhidefromaddresslists-does-not-synchronize-with-office-365",
      "title": "Office 365 \u2013 msExchHideFromAddressLists does not synchronize with Office 365",
      "summary": "In my life I\u2019ve deployed multiple Office 365 tenants connected with Active Directory and I\u2019ve been synchronizing msExchHideFromAddressLists field from\u2026",
      "date_published": "2020-03-24T19:56:57.0000000Z",
      "tags": [
        "azure ad",
        "msExchHideFromAddressLists",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/powershell-modules-ive-worked-on-in-2019",
      "url": "https://evotec.xyz/fr/blog/powershell-modules-ive-worked-on-in-2019",
      "title": "PowerShell Modules I worked on in 2019",
      "summary": "It\u2019s year 2020 and 365 days passed since my last year blog post about PowerShell modules I worked on in 2018. I thought it would be a good occasion to review what happened and how things changed during that time. When I wrote the last blog post in the first days of 2019, my PowerShell modules were downloaded just a bit over 15000 times. Fast Forward today, and the counter is at 280000 times spread over 40 modules. Of course, not all those modules are equal. In 2019 I created multiple new PowerShell modules, but some modules were archived, while others were migrated back to their \u201Cparents\u201D. Just to see how my community road was going in the last years I decided to check some statistics.",
      "date_published": "2020-01-06T17:32:24.0000000Z",
      "tags": [
        "office 365",
        "powershell",
        "powershell modules",
        "summary"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/sending-to-microsoft-teams-from-powershell-just-got-easier-and-better",
      "url": "https://evotec.xyz/fr/blog/sending-to-microsoft-teams-from-powershell-just-got-easier-and-better",
      "title": "Sending Messages to Microsoft Teams from PowerShell just got easier and better",
      "summary": "Christmas time is upon us, and I\u2019ve decided that my PSTeams module needs some love. I wrote it in late 2018 and updated it a few times at the beginning of 2019. This release hopefully is worth of having 1.0 version number. I don\u2019t do that often and usually go for build numbers changes only, but Microsoft Teams message cards have their limits on functionality. Therefore, there are not many things that can be added unless Microsoft opens up and gives us all the cool features of Adaptive Cards. PSTeams module uses Webconnector to send messages to Teams. That method only supports Message Cards, which even Microsoft calls Legacy. But legacy doesn\u2019t mean fully functional with some cool features of their own. If you\u2019re new to PSTeams you may want to read those 2 posts below to get information how to set it up.",
      "date_published": "2019-12-22T21:21:26.0000000Z",
      "tags": [
        "microsoft teams",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/invoke-restmethod-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send-while-connecting-graph-api",
      "url": "https://evotec.xyz/fr/blog/invoke-restmethod-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send-while-connecting-graph-api",
      "title": "Invoke-RestMethod : The underlying connection was closed: An unexpected error occurred on a send while connecting Graph API",
      "summary": "In the last few days, I\u2019ve got two reports that my PowerShell module for Office 365 Health suddenly started giving errors. This was a bit weird because it worked perfectly fine on my end. But while I could understand one person having an issue of their own, with their network or firewalls, if the second person comes along with the same report, that means something else is going on.",
      "date_published": "2019-12-14T11:01:16.0000000Z",
      "tags": [
        "invoke-restmethod",
        "office 365",
        "powershell",
        "tls 1.0",
        "tls 1.1",
        "tls 1.2"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/ainvalidauthenticationtoken-when-querying-microsoft-graph-with-powershellinvalidauthenticationtoken-when-quering-microsoft-graph-with-powershell",
      "url": "https://evotec.xyz/fr/blog/ainvalidauthenticationtoken-when-querying-microsoft-graph-with-powershellinvalidauthenticationtoken-when-quering-microsoft-graph-with-powershell",
      "title": "Microsoft Graph \u2013 InvalidAuthenticationToken \u2013 Access token validation failure. Invalid audience",
      "summary": "Today I had a need to connect to Microsoft Graph and do some tasks on Office 365. Since I have already done similar stuff for my PSwinDocumentation.O365HealthService PowerShell module that I\u2019ve described in PowerShell to get all information about Office 365 Service Health, I thought this will be easy run as I\u2019ll just reuse the code I\u2019ve done for that module. As always for Graph related tasks you need to register your application and assign correct permissions. I\u2019ve used my own article for that with changes to which API I want to access. Now that I\u2019ve done all that I\u2019ve extracted my Connect-O365Graph function from my module and started connecting.",
      "date_published": "2019-12-05T21:25:24.0000000Z",
      "tags": [
        "microsoft graph",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/preparing-azure-app-registrations-permissions-for-office-365-health-service",
      "url": "https://evotec.xyz/fr/blog/preparing-azure-app-registrations-permissions-for-office-365-health-service",
      "title": "Preparing Azure App Registrations permissions for Office 365 Service Health",
      "summary": "As you may have seen in my other post, there\u2019s a simple, PowerShell way to get Office 365 Health Service data for you to use any way you like it. But before you can use that, you need to register granular permissions on your Office 365 tenant so that that data is provided to you. Here\u2019s a step by step way to do it.",
      "date_published": "2019-04-22T16:25:02.0000000Z",
      "tags": [
        "azure",
        "health",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/powershell-way-to-get-all-information-about-office-365-service-health",
      "url": "https://evotec.xyz/fr/blog/powershell-way-to-get-all-information-about-office-365-service-health",
      "title": "PowerShell way to get all information about Office 365 Service Health",
      "summary": "Office 365 is an excellent cloud service. But like any service, there\u2019s some infrastructure behind it that has to be cared for. Since this is Cloud, Microsoft does this for you. But any problems Microsoft has to have some impact on your end users. And you may want to have that visibility for your users. Microsoft provides this to Admins when they login to the portal, but while useful you may want to use that data in other ways than those planned by Microsoft.",
      "date_published": "2019-04-22T16:24:43.0000000Z",
      "tags": [
        "Azure",
        "health",
        "office 365",
        "powershell",
        "pswindocumentation"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/creating-visual-indicators-for-spoofed-external-emails-with-powershell",
      "url": "https://evotec.xyz/fr/blog/creating-visual-indicators-for-spoofed-external-emails-with-powershell",
      "title": "Creating Visual Indicators for spoofed / external emails with PowerShell",
      "summary": "I\u2019ve been managing mail service for users for a lot of years now. I don\u2019t do it daily but I\u2019ve spent my fair share of time analyzing spam emails. Mail vendors are doing what they can fighting spam, but it\u2019s not easy. Each month, each year spam is getting more sophisticated. Spam emails either look like a legit email, or worse someone is targeting your company trying to get them to transfer money into a wrong account. While most of those end up in spam, there are those that come thru. It\u2019s even worse if the company you work with has not implemented SPF or their SPF is configured to soft fail which can\u2019t be treated as spam.",
      "date_published": "2019-03-30T22:28:27.0000000Z",
      "tags": [
        "exchange",
        "exchange 2013",
        "exchange 2016",
        "exchange online",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/bittitan-migrationwiz-the-selected-mailboxes-cannot-be-subscribed",
      "url": "https://evotec.xyz/fr/blog/bittitan-migrationwiz-the-selected-mailboxes-cannot-be-subscribed",
      "title": "Bittitan MigrationWiz \u2013 The selected Mailboxes cannot be subscribed",
      "summary": "Recently I\u2019m doing yet another migration between Office 365 tenants using Bittitan Migration Wizard. It\u2019s a great tool and takes away a lot of headaches when dealing with the migration of mailboxes or OneDrive data. Unfortunately, like with many blogs on my website I had to hit yet another error. This time error occurred when I tried to assign User Migration Bundle license to users on the Migration Wizard.",
      "date_published": "2019-02-14T21:10:28.0000000Z",
      "tags": [
        "bittitan",
        "Exchange",
        "exchange online",
        "office 365"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-report-containing-user-information-and-mailbox-usage",
      "url": "https://evotec.xyz/fr/blog/office-365-report-containing-user-information-and-mailbox-usage",
      "title": "Office 365 \u2013 Report containing User Information and Mailbox Usage",
      "summary": "Working with Office 365 is my bread and butter in the last few months. I\u2019m a System Architect and I am dropped in multiple projects, both new and old, to fix certain aspect and get out before anyone sees me. One of the common tasks I get is to provide some data about users stored in Office 365.",
      "date_published": "2019-01-29T15:30:04.0000000Z",
      "tags": [
        "exchange",
        "exchange online",
        "msol",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/microsoft-exchange-420-4-2-0-recipient-deferred-because-there-is-no-mdb",
      "url": "https://evotec.xyz/fr/blog/microsoft-exchange-420-4-2-0-recipient-deferred-because-there-is-no-mdb",
      "title": "Microsoft Exchange \u2013 420 4.2.0 Recipient deferred because there is no Mdb",
      "summary": "Last few weeks I\u2019m responsible for migrating from Office 365 to Office 365. Part of this migration process is to set up new Exchange 2016 server that will work as relay instead of using IIS server. I\u2019ve setup hybrid, added accepted domains, prepared connectors, but there\u2019s one thing missing. Any time an email is sent via relay to a user that exists on Office 365 and at the same time exists in Active Directory email never gets there.",
      "date_published": "2018-11-14T20:41:07.0000000Z",
      "tags": [
        "exchange",
        "exchange online",
        "office 365"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/bittitan-migrationwiz-users-getting-undergoing-maintenance-message",
      "url": "https://evotec.xyz/fr/blog/bittitan-migrationwiz-users-getting-undergoing-maintenance-message",
      "title": "Bittitan MigrationWiz \u2013 Users getting undergoing maintenance message",
      "summary": "MigrationWiz from Bittitan is one of the best tools on the market allowing for migration of user mailboxes. Whether it\u2019s a google account, exchange account or IMAP, it will help you out. Last few months I\u2019m part of migration project that is using Bittitan at its core. One of the signature features of this tool is the ability to migrate mailboxes from Office 365 tenant to Office 365 tenant. This is not something that every application can do. Another feature (and something I want to address today) is the ability to ask users for their logins and password to migrate their data from one tenant to another tenant. While in general, you shouldn\u2019t do that and you should use migration accounts with proper permissions sometimes you have no other choice.",
      "date_published": "2018-11-13T20:33:34.0000000Z",
      "tags": [
        "bittitain",
        "Exchange",
        "migrationwiz",
        "office 365"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/azure-ad-connect-synchronizing-mail-field-with-userprincipalname-in-azure",
      "url": "https://evotec.xyz/fr/blog/azure-ad-connect-synchronizing-mail-field-with-userprincipalname-in-azure",
      "title": "Azure AD Connect \u2013 Synchronizing MAIL field with UserPrincipalName in Azure",
      "summary": "Azure AD Connect is an application responsible for synchronizing Active Directory with Azure AD allowing for a natural population of users, groups, and devices in Office 365. While for most companies standard setup is very easy and most of the time touch-free, there are companies which require greater customization. During installation of AD Connector, you choose what should be used for Azure AD Username from your AD. UserPrincipalName field is an obvious choice for this and also proposed by default for that purpose. This field is utilized further by your users to log in to your Exchange, SharePoint, Teams and so on.",
      "date_published": "2018-11-09T21:45:47.0000000Z",
      "tags": [
        "active directory",
        "azure",
        "azure ad",
        "office 365"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-using-dynamic-variable-as-prefix-for-office-365-commands",
      "url": "https://evotec.xyz/fr/blog/office-365-using-dynamic-variable-as-prefix-for-office-365-commands",
      "title": "Office 365 \u2013 Using dynamic variable as prefix for Office 365 commands",
      "summary": "One of the nice features of an Import-PSSession is Prefix parameter. If you have never used one let me try to\u2026",
      "date_published": "2018-10-29T09:12:17.0000000Z",
      "tags": [
        "office 365",
        "powershell",
        "prefix"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-using-import-pssession-from-separate-module",
      "url": "https://evotec.xyz/fr/blog/office-365-using-import-pssession-from-separate-module",
      "title": "Office 365 \u2013 Using Import-PSSession from separate module",
      "summary": "Recently I\u2019ve been working on a little code allowing me to connect to Office 365. It\u2019s not a really big deal,\u2026",
      "date_published": "2018-10-28T23:02:00.0000000Z",
      "tags": [
        "import-pssession",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-creating-archive-mailboxes-powershell-bulk",
      "url": "https://evotec.xyz/fr/blog/office-365-creating-archive-mailboxes-powershell-bulk",
      "title": "Office 365 \u2013 Creating Archive Mailboxes with PowerShell in bulk",
      "summary": "Quick PowerShell Script that allows to enable Archive Mailboxes for users that don\u2019t have it enabled. Below script just does\u2026",
      "date_published": "2018-10-24T07:49:10.0000000Z",
      "tags": [
        "exchange mailbox move",
        "exchange online",
        "mailbox",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-find-users-forwarding-emails-powershell",
      "url": "https://evotec.xyz/fr/blog/office-365-find-users-forwarding-emails-powershell",
      "title": "Office 365 \u2013 Find Users Forwarding Emails (PowerShell)",
      "summary": "I saw today someone posting a script that allow you to find Inbox Rules that have forward rules setup in\u2026",
      "date_published": "2018-10-20T19:37:51.0000000Z",
      "tags": [
        "exchange online",
        "forwarding rules",
        "inboxrules",
        "mailbox",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-the-following-error-occurred-during-validation-in-agent-archive-parameterset-enforcement-agent",
      "url": "https://evotec.xyz/fr/blog/office-365-the-following-error-occurred-during-validation-in-agent-archive-parameterset-enforcement-agent",
      "title": "Office 365 \u2013 The following error occurred during validation in agent Archive ParameterSet Enforcement Agent",
      "summary": "I just created 80 Azure AD users via PowerShell that I wanted to activate for email. Normally you can use Enable-Mailbox when\u2026",
      "date_published": "2018-09-26T20:10:12.0000000Z",
      "tags": [
        "Azure AD",
        "exchange online",
        "office 365",
        "powershell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/pswindocumentation-export-to-word-excel-sql-of-ad-aws-exchange-o365-exchange-o365-azure-ad",
      "url": "https://evotec.xyz/fr/blog/pswindocumentation-export-to-word-excel-sql-of-ad-aws-exchange-o365-exchange-o365-azure-ad",
      "title": "PSWinDocumentation \u2013 Export to Word, Excel, SQL of AD, AWS, Exchange, O365 Exchange, O365 Azure AD",
      "summary": "Today I\u2019m pushing forward with PSWinDocumentation project. I\u2019ve fixed some bugs but I also added a couple of new features. I did lie a bit in the first sentence because this time it\u2019s not all me. I got help from Mateusz Niemczyk who is a certified AWS engineer working for Euvic with me on some projects. If you\u2019ve not yet guessed where I got him involved from the introduction \u2013 yes we\u2019re adding basic AWS data support to PSWinDocumentation. But that\u2019s not all\u2026",
      "date_published": "2018-09-23T20:39:26.0000000Z",
      "tags": [
        "Active Directory",
        "aws",
        "Azure AD",
        "excel",
        "exchange",
        "export",
        "office 365",
        "powershell",
        "pswriteexcel",
        "PSWriteWord",
        "sql",
        "Windows",
        "word"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/no-account-settings-were-returned-from-the-autodiscover-response-microsoft-exchange-2016",
      "url": "https://evotec.xyz/fr/blog/no-account-settings-were-returned-from-the-autodiscover-response-microsoft-exchange-2016",
      "title": "No account settings were returned from the Autodiscover response \u2013 Microsoft Exchange 2016",
      "summary": "Recently one of our users reported that after name change she can\u2019t login to Outlook anymore. She can only work\u2026",
      "date_published": "2018-08-16T19:07:01.0000000Z",
      "tags": [
        "exchange",
        "exchange 2013",
        "exchange 2016",
        "exchange on-premise",
        "exchange online",
        "office 365",
        "PowerShell"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/not-able-to-accept-or-deny-messages-sent-to-group-in-exchange-hybrid-scenario",
      "url": "https://evotec.xyz/fr/blog/not-able-to-accept-or-deny-messages-sent-to-group-in-exchange-hybrid-scenario",
      "title": "Not able to accept or deny messages sent to group in Exchange Hybrid Scenario",
      "summary": "One of the functionalities in Microsoft Exchange for Distribution Groups (or mail-enabled groups for that matter) is ability to setup\u2026",
      "date_published": "2018-08-13T21:27:53.0000000Z",
      "tags": [
        "exchange",
        "exchange online",
        "Hybrid",
        "office 365",
        "Outlook"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/sync-folder-windows-to-onedrive",
      "url": "https://evotec.xyz/fr/blog/sync-folder-windows-to-onedrive",
      "title": "Sync any folder in Windows to OneDrive",
      "summary": "OneDrive is great piece of software but at the time of writing it misses some of the features that competitors\u2026",
      "date_published": "2018-02-16T12:31:50.0000000Z",
      "tags": [
        "cloud",
        "google drive",
        "hard links",
        "microsoft windows",
        "mklink",
        "office 365",
        "onedrive",
        "onedrive for business",
        "soft links",
        "symbolic links",
        "windows",
        "windows 10",
        "windows 7",
        "windows 8",
        "windows 8.1"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/azure-adconnect-export-failed-permission-issue-error",
      "url": "https://evotec.xyz/fr/blog/azure-adconnect-export-failed-permission-issue-error",
      "title": "Azure ADConnect Export Failed \u2013 Permission-issue error",
      "summary": "During our recent setup of Azure ADConnect for one of our Clients we\u2019ve been getting permission-issue \u2013 Insufficient access rights\u2026",
      "date_published": "2017-10-08T19:23:20.0000000Z",
      "tags": [
        "active directory",
        "adconnect",
        "azure ad",
        "azure adconnect",
        "error",
        "errors",
        "export failed",
        "office 365",
        "permission-issue",
        "permissions",
        "powershell",
        "windows 2012R2",
        "windows 2016",
        "windows server 2016"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-emails-sent-to-office-365-group-from-contain-chinese-characters",
      "url": "https://evotec.xyz/fr/blog/office-365-emails-sent-to-office-365-group-from-contain-chinese-characters",
      "title": "Office 365 \u2013 Emails sent to Office 365 group contain Chinese characters",
      "summary": "Recently I\u2019ve noticed that when I send email to Office 365 group from my iPhone (iOS) standard Mail application and\u2026",
      "date_published": "2017-06-29T13:49:17.0000000Z",
      "tags": [
        "chinese",
        "email",
        "emails",
        "Exchange",
        "exchange online",
        "iOS",
        "office 365",
        "office 365 groups",
        "Outlook"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/sharepoint-online-sorry-dont-access-page",
      "url": "https://evotec.xyz/fr/blog/sharepoint-online-sorry-dont-access-page",
      "title": "Sharepoint Online \u2013 Sorry, you don\u2019t have access to this page",
      "summary": "Sorry, you don\u2019t have access to this page is well known message for any SharePoint Specialist. Recently when trying to\u2026",
      "date_published": "2016-10-24T19:53:42.0000000Z",
      "tags": [
        "errors",
        "office 365",
        "sharepoint",
        "sharepoint collection administrator",
        "sharepoint online"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-adding-email-addresses-based-email-address-policy",
      "url": "https://evotec.xyz/fr/blog/office-365-adding-email-addresses-based-email-address-policy",
      "title": "Office 365 \u2013 Adding email addresses based on Email Address Policy",
      "summary": "Email Address Policies are bread and butter in Microsoft Exchange world. If you work with On-Premise Exchange 2007, Exchange 2010,\u2026",
      "date_published": "2016-08-02T18:39:44.0000000Z",
      "tags": [
        "email address policies",
        "emails",
        "exchange 2010",
        "exchange 2013",
        "exchange 2016",
        "exchange online",
        "office 365"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-parameter-cannot-found-matches-parameter-name-userprincipalname-new-mailbox",
      "url": "https://evotec.xyz/fr/blog/office-365-parameter-cannot-found-matches-parameter-name-userprincipalname-new-mailbox",
      "title": "Office 365 \u2013 A parameter cannot be found that matches parameter name UserPrincipalName on New-Mailbox",
      "summary": "Migrating companies from On-Premise setups of Exchange 2010 or Exchange 2013 to cloud Exchange on Office 365 often requires some\u2026",
      "date_published": "2016-07-28T11:42:49.0000000Z",
      "tags": [
        "exchange",
        "exchange 2013",
        "exchange 2016",
        "new-mailbox",
        "office 365"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-migrating-mail-office-365-office-365-account",
      "url": "https://evotec.xyz/fr/blog/office-365-migrating-mail-office-365-office-365-account",
      "title": "Office 365 \u2013 Migrating mail from Office 365 to Office 365 account using Outlook",
      "summary": "Office 365 is great product. We use it ourselves for our own needs but we also suggest it to our\u2026",
      "date_published": "2016-07-11T07:13:10.0000000Z",
      "tags": [
        "Exchange",
        "exchange 2013",
        "exchange 2016",
        "office 365",
        "outlook 2010",
        "outlook 2013",
        "outlook 2016"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-365-sharing-sharepoint-access-external-customers",
      "url": "https://evotec.xyz/fr/blog/office-365-sharing-sharepoint-access-external-customers",
      "title": "Office 365 \u2013 Sharing SharePoint access with External customers",
      "summary": "Office 365 is a great package of tools for business. It brings Exchange Online, SharePoint Online, Skype for Business and OneDrive\u2026",
      "date_published": "2016-05-19T17:30:10.0000000Z",
      "tags": [
        "office 365",
        "sharepoint",
        "sharepoint online"
      ]
    },
    {
      "id": "https://evotec.xyz/fr/blog/office-for-mac-2016-activation-problem",
      "url": "https://evotec.xyz/fr/blog/office-for-mac-2016-activation-problem",
      "title": "Office for Mac 2016 activation problem",
      "summary": "Downloading Office for Mac 2016 from Office 365 subscription seems an easy task. Unfortunately it doesn\u2019t always go as planned\u2026.",
      "date_published": "2016-03-03T11:34:12.0000000Z",
      "tags": [
        "office 365",
        "office for mac",
        "office for mac 2016",
        "Windows"
      ]
    }
  ]
}