<feed xmlns="http://www.w3.org/2005/Atom"><title>office 365</title><id>https://evotec.xyz/es/tags/office-365/index.atom.xml</id><updated>2023-12-03T16:32:13.0000000Z</updated><subtitle>Evotec Main Website</subtitle><link href="https://evotec.xyz/es/tags/office-365" /><link href="https://evotec.xyz/es/tags/office-365/index.atom.xml" rel="self" type="application/atom+xml" /><entry><title>Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell</title><id>https://evotec.xyz/es/blog/syncing-global-address-list-gal-to-personal-contacts-and-between-office-365-tenants-with-powershell</id><link href="https://evotec.xyz/es/blog/syncing-global-address-list-gal-to-personal-contacts-and-between-office-365-tenants-with-powershell" /><updated>2023-12-03T16:32:13.0000000Z</updated><summary>Hey there! Today, I wanted to introduce you to one of the small but excellent module I’ve created called the O365Synchronizer. This module focuses on synchronizing contacts and users. If you’ve 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.</summary><category term="api" /><category term="exchange" /><category term="microsoft graph" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Free Microsoft Azure/Office365 Fundamentals Training starting February 6th 2023</title><id>https://evotec.xyz/es/blog/microsoft-fundamental-free-training-starting-february-6th-2023</id><link href="https://evotec.xyz/es/blog/microsoft-fundamental-free-training-starting-february-6th-2023" /><updated>2023-02-04T10:03:56.0000000Z</updated><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’m 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).</summary><category term="azure" /><category term="free" /><category term="o365" /><category term="office 365" /><category term="training" /></entry><entry><title>Easy way to send emails using Microsoft Graph API (Office 365) with PowerShell</title><id>https://evotec.xyz/es/blog/easy-way-to-send-emails-using-microsoft-graph-api-office-365-with-powershell</id><link href="https://evotec.xyz/es/blog/easy-way-to-send-emails-using-microsoft-graph-api-office-365-with-powershell" /><updated>2022-10-09T13:27:27.0000000Z</updated><summary>When you’re using Office 365 and want to send an email, you have two choices SMTP or Microsoft Graph API, which is a “new” kid on the block. For some time, I’ve used Microsoft Graph exclusively to send emails in favor of SMTP as it’s much easier to manage and generally works over HTTPS. If you type in google “Send email graph API PowerShell,” you will get lots of hits as bloggers, and Microsoft has already covered this topic. It’s 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’s far from being easy &amp; user-friendly. Over two years ago, I released a PowerShell module called Mailozaurr (some people may not like my modules’ naming – but that’s how I roll!). In a blog post, Mailozaurr – New mail toolkit (SMTP, IMAP, POP3) with support for oAuth 2.0 and GraphApi for PowerShell, I’ve shown a basic functionality on how to send emails using SMTP OAuth 2.0 or Graph API, which aims to be drag &amp; 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.</summary><category term="Azure Application" /><category term="emails" /><category term="Exchange" /><category term="graph api" /><category term="microsoft graph" /><category term="oauth2" /><category term="office 365" /><category term="powershell" /><category term="send-emailmessage" /><category term="send-mailmessage" /><category term="smtp" /></entry><entry><title>Adaptive Cards with Tables and Linebreaks in Microsoft Teams</title><id>https://evotec.xyz/es/blog/adaptive-cards-with-tables-and-linebreaks-in-microsoft-teams</id><link href="https://evotec.xyz/es/blog/adaptive-cards-with-tables-and-linebreaks-in-microsoft-teams" /><updated>2022-08-21T16:07:01.0000000Z</updated><summary>PSTeams is a PowerShell module that helps simplify sending notifications to Microsoft Teams via Incoming webhooks. It’s easy to use and doesn’t require playing with JSON. Since version 2.0, it started to support Adaptive Cards; in version 2.1, I’ve added the ability to mention people. Today I’m introducing an easy way to send data as a table and a quick way to add a line break.</summary><category term="adaptive cards" /><category term="microsoft teams" /><category term="office 365" /><category term="powershell" /><category term="teams" /></entry><entry><title>PowerShell – Converting advanced object to flat object</title><id>https://evotec.xyz/es/blog/powershell-converting-advanced-object-to-flat-object</id><link href="https://evotec.xyz/es/blog/powershell-converting-advanced-object-to-flat-object" /><updated>2022-02-27T14:57:20.0000000Z</updated><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.</summary><category term="convert" /><category term="export-csv" /><category term="office 365" /><category term="powershell" /><category term="pswritehtml" /></entry><entry><title>Office 365 Health Service using PowerShell</title><id>https://evotec.xyz/es/blog/office-365-health-service-using-powershell</id><link href="https://evotec.xyz/es/blog/office-365-health-service-using-powershell" /><updated>2022-02-14T17:48:15.0000000Z</updated><summary>Two years ago, I wrote a PowerShell module called PSWinDocumentation.O365HealthService. The idea was simple – 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’ve written about it in this blog post. A few weeks back, someone reported that the module stopped working, and I’ve 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’t get the memo about this?</summary><category term="documentation" /><category term="health" /><category term="office 365" /><category term="powershell" /><category term="pswindocumentation" /><category term="pswritehtml" /><category term="reporting" /></entry><entry><title>Mentioning users in notifications using PSTeams PowerShell Module</title><id>https://evotec.xyz/es/blog/mentioning-users-in-notifications-using-psteams-powershell-module</id><link href="https://evotec.xyz/es/blog/mentioning-users-in-notifications-using-psteams-powershell-module" /><updated>2022-01-16T19:08:52.0000000Z</updated><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’s 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.</summary><category term="Azure AD" /><category term="microsoft teams" /><category term="office 365" /><category term="powershell" /><category term="psteams" /></entry><entry><title>Configuring Office 365 settings using PowerShell – The non-supported way</title><id>https://evotec.xyz/es/blog/configuring-office-365-settings-using-powershell-the-non-supported-way</id><link href="https://evotec.xyz/es/blog/configuring-office-365-settings-using-powershell-the-non-supported-way" /><updated>2021-09-26T15:12:35.0000000Z</updated><summary>Office 365 is a huge beast. It has so many services that it’s hard to track all of them. It’s 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’t let you do from PowerShell. But it doesn’t mean that it’s not possible to do it. I’ve 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.</summary><category term="Azure" /><category term="Azure AD" /><category term="graph api" /><category term="microsoft graph" /><category term="microsoft office 365" /><category term="module" /><category term="o365essentials" /><category term="office 365" /><category term="powershell" /><category term="powershellgallery" /></entry><entry><title>Sending email as an alias (proxy address) with Office 365</title><id>https://evotec.xyz/es/blog/sending-email-as-an-alias-proxy-address-with-office-365</id><link href="https://evotec.xyz/es/blog/sending-email-as-an-alias-proxy-address-with-office-365" /><updated>2021-04-20T10:19:21.0000000Z</updated><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’s a new feature of Office 365, and it requires action from Office 365 Administrator.</summary><category term="exchange" /><category term="exchange online" /><category term="office 365" /><category term="powershell" /><category term="proxy address" /><category term="sendasalias" /></entry><entry><title>Creating Office 365 Migration Diagram with PowerShell</title><id>https://evotec.xyz/es/blog/creating-office-365-migration-diagram-with-powershell</id><link href="https://evotec.xyz/es/blog/creating-office-365-migration-diagram-with-powershell" /><updated>2021-01-03T18:27:05.0000000Z</updated><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’ve thought I want to create before and after infrastructure to see how it will look when migration ends. I’ve 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’ve decided to give it a go using PowerShell only.</summary><category term="diagram" /><category term="module" /><category term="office 365" /><category term="powershell" /><category term="pswritehtml" /></entry><entry><title>Introducing PSTeams 2.0 – Support for Adaptive Cards, Hero Cards, List Cards and Thumbnail Cards</title><id>https://evotec.xyz/es/blog/introducing-psteams-2-0-support-for-adaptive-cards-hero-cards-list-cards-and-thumbnail-cards</id><link href="https://evotec.xyz/es/blog/introducing-psteams-2-0-support-for-adaptive-cards-hero-cards-list-cards-and-thumbnail-cards" /><updated>2020-11-09T17:02:21.0000000Z</updated><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’s 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.</summary><category term="microsoft teams" /><category term="office 365" /><category term="powershell" /><category term="reporting" /><category term="webhook" /></entry><entry><title>Mailozaurr – New mail toolkit (SMTP, IMAP, POP3) with support for oAuth 2.0 and GraphApi for PowerShell</title><id>https://evotec.xyz/es/blog/mailozaurr-new-mail-toolkit-smtp-imap-pop3-with-support-for-oauth-2-0-and-graphapi-for-powershell</id><link href="https://evotec.xyz/es/blog/mailozaurr-new-mail-toolkit-smtp-imap-pop3-with-support-for-oauth-2-0-and-graphapi-for-powershell" /><updated>2020-08-04T10:31:02.0000000Z</updated><summary>Today, I’m introducing a new PowerShell module called Mailozaurr. It’s a module that aims to deliver functionality around Email for multiple use cases. I’ve 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.</summary><category term="Azure AD" /><category term="imap" /><category term="mailozaurr" /><category term="o365" /><category term="office 365" /><category term="pop3" /><category term="powershell" /><category term="smtp" /></entry><entry><title>Office 365 – Limiting license to minimum apps required</title><id>https://evotec.xyz/es/blog/office-365-limiting-license-to-minimum-apps-required</id><link href="https://evotec.xyz/es/blog/office-365-limiting-license-to-minimum-apps-required" /><updated>2020-04-07T17:30:02.0000000Z</updated><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.</summary><category term="azure ad" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Office 365 – msExchHideFromAddressLists does not synchronize with Office 365</title><id>https://evotec.xyz/es/blog/office-365-msexchhidefromaddresslists-does-not-synchronize-with-office-365</id><link href="https://evotec.xyz/es/blog/office-365-msexchhidefromaddresslists-does-not-synchronize-with-office-365" /><updated>2020-03-24T19:56:57.0000000Z</updated><summary>In my life I’ve deployed multiple Office 365 tenants connected with Active Directory and I’ve been synchronizing msExchHideFromAddressLists field from…</summary><category term="azure ad" /><category term="msExchHideFromAddressLists" /><category term="office 365" /><category term="powershell" /></entry><entry><title>PowerShell Modules I worked on in 2019</title><id>https://evotec.xyz/es/blog/powershell-modules-ive-worked-on-in-2019</id><link href="https://evotec.xyz/es/blog/powershell-modules-ive-worked-on-in-2019" /><updated>2020-01-06T17:32:24.0000000Z</updated><summary>It’s 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 “parents”. Just to see how my community road was going in the last years I decided to check some statistics.</summary><category term="office 365" /><category term="powershell" /><category term="powershell modules" /><category term="summary" /></entry><entry><title>Sending Messages to Microsoft Teams from PowerShell just got easier and better</title><id>https://evotec.xyz/es/blog/sending-to-microsoft-teams-from-powershell-just-got-easier-and-better</id><link href="https://evotec.xyz/es/blog/sending-to-microsoft-teams-from-powershell-just-got-easier-and-better" /><updated>2019-12-22T21:21:26.0000000Z</updated><summary>Christmas time is upon us, and I’ve 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’t 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’t mean fully functional with some cool features of their own. If you’re new to PSTeams you may want to read those 2 posts below to get information how to set it up.</summary><category term="microsoft teams" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Invoke-RestMethod : The underlying connection was closed: An unexpected error occurred on a send while connecting Graph API</title><id>https://evotec.xyz/es/blog/invoke-restmethod-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send-while-connecting-graph-api</id><link href="https://evotec.xyz/es/blog/invoke-restmethod-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send-while-connecting-graph-api" /><updated>2019-12-14T11:01:16.0000000Z</updated><summary>In the last few days, I’ve 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.</summary><category term="invoke-restmethod" /><category term="office 365" /><category term="powershell" /><category term="tls 1.0" /><category term="tls 1.1" /><category term="tls 1.2" /></entry><entry><title>Microsoft Graph – InvalidAuthenticationToken – Access token validation failure. Invalid audience</title><id>https://evotec.xyz/es/blog/ainvalidauthenticationtoken-when-querying-microsoft-graph-with-powershellinvalidauthenticationtoken-when-quering-microsoft-graph-with-powershell</id><link href="https://evotec.xyz/es/blog/ainvalidauthenticationtoken-when-querying-microsoft-graph-with-powershellinvalidauthenticationtoken-when-quering-microsoft-graph-with-powershell" /><updated>2019-12-05T21:25:24.0000000Z</updated><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’ve described in PowerShell to get all information about Office 365 Service Health, I thought this will be easy run as I’ll just reuse the code I’ve done for that module. As always for Graph related tasks you need to register your application and assign correct permissions. I’ve used my own article for that with changes to which API I want to access. Now that I’ve done all that I’ve extracted my Connect-O365Graph function from my module and started connecting.</summary><category term="microsoft graph" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Preparing Azure App Registrations permissions for Office 365 Service Health</title><id>https://evotec.xyz/es/blog/preparing-azure-app-registrations-permissions-for-office-365-health-service</id><link href="https://evotec.xyz/es/blog/preparing-azure-app-registrations-permissions-for-office-365-health-service" /><updated>2019-04-22T16:25:02.0000000Z</updated><summary>As you may have seen in my other post, there’s 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’s a step by step way to do it.</summary><category term="azure" /><category term="health" /><category term="office 365" /><category term="powershell" /></entry><entry><title>PowerShell way to get all information about Office 365 Service Health</title><id>https://evotec.xyz/es/blog/powershell-way-to-get-all-information-about-office-365-service-health</id><link href="https://evotec.xyz/es/blog/powershell-way-to-get-all-information-about-office-365-service-health" /><updated>2019-04-22T16:24:43.0000000Z</updated><summary>Office 365 is an excellent cloud service. But like any service, there’s 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.</summary><category term="Azure" /><category term="health" /><category term="office 365" /><category term="powershell" /><category term="pswindocumentation" /></entry><entry><title>Creating Visual Indicators for spoofed / external emails with PowerShell</title><id>https://evotec.xyz/es/blog/creating-visual-indicators-for-spoofed-external-emails-with-powershell</id><link href="https://evotec.xyz/es/blog/creating-visual-indicators-for-spoofed-external-emails-with-powershell" /><updated>2019-03-30T22:28:27.0000000Z</updated><summary>I’ve been managing mail service for users for a lot of years now. I don’t do it daily but I’ve spent my fair share of time analyzing spam emails. Mail vendors are doing what they can fighting spam, but it’s 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’s even worse if the company you work with has not implemented SPF or their SPF is configured to soft fail which can’t be treated as spam.</summary><category term="exchange" /><category term="exchange 2013" /><category term="exchange 2016" /><category term="exchange online" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Bittitan MigrationWiz – The selected Mailboxes cannot be subscribed</title><id>https://evotec.xyz/es/blog/bittitan-migrationwiz-the-selected-mailboxes-cannot-be-subscribed</id><link href="https://evotec.xyz/es/blog/bittitan-migrationwiz-the-selected-mailboxes-cannot-be-subscribed" /><updated>2019-02-14T21:10:28.0000000Z</updated><summary>Recently I’m doing yet another migration between Office 365 tenants using Bittitan Migration Wizard. It’s 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.</summary><category term="bittitan" /><category term="Exchange" /><category term="exchange online" /><category term="office 365" /></entry><entry><title>Office 365 – Report containing User Information and Mailbox Usage</title><id>https://evotec.xyz/es/blog/office-365-report-containing-user-information-and-mailbox-usage</id><link href="https://evotec.xyz/es/blog/office-365-report-containing-user-information-and-mailbox-usage" /><updated>2019-01-29T15:30:04.0000000Z</updated><summary>Working with Office 365 is my bread and butter in the last few months. I’m 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.</summary><category term="exchange" /><category term="exchange online" /><category term="msol" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Microsoft Exchange – 420 4.2.0 Recipient deferred because there is no Mdb</title><id>https://evotec.xyz/es/blog/microsoft-exchange-420-4-2-0-recipient-deferred-because-there-is-no-mdb</id><link href="https://evotec.xyz/es/blog/microsoft-exchange-420-4-2-0-recipient-deferred-because-there-is-no-mdb" /><updated>2018-11-14T20:41:07.0000000Z</updated><summary>Last few weeks I’m 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’ve setup hybrid, added accepted domains, prepared connectors, but there’s 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.</summary><category term="exchange" /><category term="exchange online" /><category term="office 365" /></entry><entry><title>Bittitan MigrationWiz – Users getting undergoing maintenance message</title><id>https://evotec.xyz/es/blog/bittitan-migrationwiz-users-getting-undergoing-maintenance-message</id><link href="https://evotec.xyz/es/blog/bittitan-migrationwiz-users-getting-undergoing-maintenance-message" /><updated>2018-11-13T20:33:34.0000000Z</updated><summary>MigrationWiz from Bittitan is one of the best tools on the market allowing for migration of user mailboxes. Whether it’s a google account, exchange account or IMAP, it will help you out. Last few months I’m 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’t do that and you should use migration accounts with proper permissions sometimes you have no other choice.</summary><category term="bittitain" /><category term="Exchange" /><category term="migrationwiz" /><category term="office 365" /></entry><entry><title>Azure AD Connect – Synchronizing MAIL field with UserPrincipalName in Azure</title><id>https://evotec.xyz/es/blog/azure-ad-connect-synchronizing-mail-field-with-userprincipalname-in-azure</id><link href="https://evotec.xyz/es/blog/azure-ad-connect-synchronizing-mail-field-with-userprincipalname-in-azure" /><updated>2018-11-09T21:45:47.0000000Z</updated><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.</summary><category term="active directory" /><category term="azure" /><category term="azure ad" /><category term="office 365" /></entry><entry><title>Office 365 – Using dynamic variable as prefix for Office 365 commands</title><id>https://evotec.xyz/es/blog/office-365-using-dynamic-variable-as-prefix-for-office-365-commands</id><link href="https://evotec.xyz/es/blog/office-365-using-dynamic-variable-as-prefix-for-office-365-commands" /><updated>2018-10-29T09:12:17.0000000Z</updated><summary>One of the nice features of an Import-PSSession is Prefix parameter. If you have never used one let me try to…</summary><category term="office 365" /><category term="powershell" /><category term="prefix" /></entry><entry><title>Office 365 – Using Import-PSSession from separate module</title><id>https://evotec.xyz/es/blog/office-365-using-import-pssession-from-separate-module</id><link href="https://evotec.xyz/es/blog/office-365-using-import-pssession-from-separate-module" /><updated>2018-10-28T23:02:00.0000000Z</updated><summary>Recently I’ve been working on a little code allowing me to connect to Office 365. It’s not a really big deal,…</summary><category term="import-pssession" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Office 365 – Creating Archive Mailboxes with PowerShell in bulk</title><id>https://evotec.xyz/es/blog/office-365-creating-archive-mailboxes-powershell-bulk</id><link href="https://evotec.xyz/es/blog/office-365-creating-archive-mailboxes-powershell-bulk" /><updated>2018-10-24T07:49:10.0000000Z</updated><summary>Quick PowerShell Script that allows to enable Archive Mailboxes for users that don’t have it enabled. Below script just does…</summary><category term="exchange mailbox move" /><category term="exchange online" /><category term="mailbox" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Office 365 – Find Users Forwarding Emails (PowerShell)</title><id>https://evotec.xyz/es/blog/office-365-find-users-forwarding-emails-powershell</id><link href="https://evotec.xyz/es/blog/office-365-find-users-forwarding-emails-powershell" /><updated>2018-10-20T19:37:51.0000000Z</updated><summary>I saw today someone posting a script that allow you to find Inbox Rules that have forward rules setup in…</summary><category term="exchange online" /><category term="forwarding rules" /><category term="inboxrules" /><category term="mailbox" /><category term="office 365" /><category term="powershell" /></entry><entry><title>Office 365 – The following error occurred during validation in agent Archive ParameterSet Enforcement Agent</title><id>https://evotec.xyz/es/blog/office-365-the-following-error-occurred-during-validation-in-agent-archive-parameterset-enforcement-agent</id><link href="https://evotec.xyz/es/blog/office-365-the-following-error-occurred-during-validation-in-agent-archive-parameterset-enforcement-agent" /><updated>2018-09-26T20:10:12.0000000Z</updated><summary>I just created 80 Azure AD users via PowerShell that I wanted to activate for email. Normally you can use Enable-Mailbox when…</summary><category term="Azure AD" /><category term="exchange online" /><category term="office 365" /><category term="powershell" /></entry><entry><title>PSWinDocumentation – Export to Word, Excel, SQL of AD, AWS, Exchange, O365 Exchange, O365 Azure AD</title><id>https://evotec.xyz/es/blog/pswindocumentation-export-to-word-excel-sql-of-ad-aws-exchange-o365-exchange-o365-azure-ad</id><link href="https://evotec.xyz/es/blog/pswindocumentation-export-to-word-excel-sql-of-ad-aws-exchange-o365-exchange-o365-azure-ad" /><updated>2018-09-23T20:39:26.0000000Z</updated><summary>Today I’m pushing forward with PSWinDocumentation project. I’ve 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’s 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’ve not yet guessed where I got him involved from the introduction – yes we’re adding basic AWS data support to PSWinDocumentation. But that’s not all…</summary><category term="Active Directory" /><category term="aws" /><category term="Azure AD" /><category term="excel" /><category term="exchange" /><category term="export" /><category term="office 365" /><category term="powershell" /><category term="pswriteexcel" /><category term="PSWriteWord" /><category term="sql" /><category term="Windows" /><category term="word" /></entry><entry><title>No account settings were returned from the Autodiscover response – Microsoft Exchange 2016</title><id>https://evotec.xyz/es/blog/no-account-settings-were-returned-from-the-autodiscover-response-microsoft-exchange-2016</id><link href="https://evotec.xyz/es/blog/no-account-settings-were-returned-from-the-autodiscover-response-microsoft-exchange-2016" /><updated>2018-08-16T19:07:01.0000000Z</updated><summary>Recently one of our users reported that after name change she can’t login to Outlook anymore. She can only work…</summary><category term="exchange" /><category term="exchange 2013" /><category term="exchange 2016" /><category term="exchange on-premise" /><category term="exchange online" /><category term="office 365" /><category term="PowerShell" /></entry><entry><title>Not able to accept or deny messages sent to group in Exchange Hybrid Scenario</title><id>https://evotec.xyz/es/blog/not-able-to-accept-or-deny-messages-sent-to-group-in-exchange-hybrid-scenario</id><link href="https://evotec.xyz/es/blog/not-able-to-accept-or-deny-messages-sent-to-group-in-exchange-hybrid-scenario" /><updated>2018-08-13T21:27:53.0000000Z</updated><summary>One of the functionalities in Microsoft Exchange for Distribution Groups (or mail-enabled groups for that matter) is ability to setup…</summary><category term="exchange" /><category term="exchange online" /><category term="Hybrid" /><category term="office 365" /><category term="Outlook" /></entry><entry><title>Sync any folder in Windows to OneDrive</title><id>https://evotec.xyz/es/blog/sync-folder-windows-to-onedrive</id><link href="https://evotec.xyz/es/blog/sync-folder-windows-to-onedrive" /><updated>2018-02-16T12:31:50.0000000Z</updated><summary>OneDrive is great piece of software but at the time of writing it misses some of the features that competitors…</summary><category term="cloud" /><category term="google drive" /><category term="hard links" /><category term="microsoft windows" /><category term="mklink" /><category term="office 365" /><category term="onedrive" /><category term="onedrive for business" /><category term="soft links" /><category term="symbolic links" /><category term="windows" /><category term="windows 10" /><category term="windows 7" /><category term="windows 8" /><category term="windows 8.1" /></entry><entry><title>Azure ADConnect Export Failed – Permission-issue error</title><id>https://evotec.xyz/es/blog/azure-adconnect-export-failed-permission-issue-error</id><link href="https://evotec.xyz/es/blog/azure-adconnect-export-failed-permission-issue-error" /><updated>2017-10-08T19:23:20.0000000Z</updated><summary>During our recent setup of Azure ADConnect for one of our Clients we’ve been getting permission-issue – Insufficient access rights…</summary><category term="active directory" /><category term="adconnect" /><category term="azure ad" /><category term="azure adconnect" /><category term="error" /><category term="errors" /><category term="export failed" /><category term="office 365" /><category term="permission-issue" /><category term="permissions" /><category term="powershell" /><category term="windows 2012R2" /><category term="windows 2016" /><category term="windows server 2016" /></entry><entry><title>Office 365 – Emails sent to Office 365 group contain Chinese characters</title><id>https://evotec.xyz/es/blog/office-365-emails-sent-to-office-365-group-from-contain-chinese-characters</id><link href="https://evotec.xyz/es/blog/office-365-emails-sent-to-office-365-group-from-contain-chinese-characters" /><updated>2017-06-29T13:49:17.0000000Z</updated><summary>Recently I’ve noticed that when I send email to Office 365 group from my iPhone (iOS) standard Mail application and…</summary><category term="chinese" /><category term="email" /><category term="emails" /><category term="Exchange" /><category term="exchange online" /><category term="iOS" /><category term="office 365" /><category term="office 365 groups" /><category term="Outlook" /></entry><entry><title>Sharepoint Online – Sorry, you don’t have access to this page</title><id>https://evotec.xyz/es/blog/sharepoint-online-sorry-dont-access-page</id><link href="https://evotec.xyz/es/blog/sharepoint-online-sorry-dont-access-page" /><updated>2016-10-24T19:53:42.0000000Z</updated><summary>Sorry, you don’t have access to this page is well known message for any SharePoint Specialist. Recently when trying to…</summary><category term="errors" /><category term="office 365" /><category term="sharepoint" /><category term="sharepoint collection administrator" /><category term="sharepoint online" /></entry><entry><title>Office 365 – Adding email addresses based on Email Address Policy</title><id>https://evotec.xyz/es/blog/office-365-adding-email-addresses-based-email-address-policy</id><link href="https://evotec.xyz/es/blog/office-365-adding-email-addresses-based-email-address-policy" /><updated>2016-08-02T18:39:44.0000000Z</updated><summary>Email Address Policies are bread and butter in Microsoft Exchange world. If you work with On-Premise Exchange 2007, Exchange 2010,…</summary><category term="email address policies" /><category term="emails" /><category term="exchange 2010" /><category term="exchange 2013" /><category term="exchange 2016" /><category term="exchange online" /><category term="office 365" /></entry><entry><title>Office 365 – A parameter cannot be found that matches parameter name UserPrincipalName on New-Mailbox</title><id>https://evotec.xyz/es/blog/office-365-parameter-cannot-found-matches-parameter-name-userprincipalname-new-mailbox</id><link href="https://evotec.xyz/es/blog/office-365-parameter-cannot-found-matches-parameter-name-userprincipalname-new-mailbox" /><updated>2016-07-28T11:42:49.0000000Z</updated><summary>Migrating companies from On-Premise setups of Exchange 2010 or Exchange 2013 to cloud Exchange on Office 365 often requires some…</summary><category term="exchange" /><category term="exchange 2013" /><category term="exchange 2016" /><category term="new-mailbox" /><category term="office 365" /></entry><entry><title>Office 365 – Migrating mail from Office 365 to Office 365 account using Outlook</title><id>https://evotec.xyz/es/blog/office-365-migrating-mail-office-365-office-365-account</id><link href="https://evotec.xyz/es/blog/office-365-migrating-mail-office-365-office-365-account" /><updated>2016-07-11T07:13:10.0000000Z</updated><summary>Office 365 is great product. We use it ourselves for our own needs but we also suggest it to our…</summary><category term="Exchange" /><category term="exchange 2013" /><category term="exchange 2016" /><category term="office 365" /><category term="outlook 2010" /><category term="outlook 2013" /><category term="outlook 2016" /></entry><entry><title>Office 365 – Sharing SharePoint access with External customers</title><id>https://evotec.xyz/es/blog/office-365-sharing-sharepoint-access-external-customers</id><link href="https://evotec.xyz/es/blog/office-365-sharing-sharepoint-access-external-customers" /><updated>2016-05-19T17:30:10.0000000Z</updated><summary>Office 365 is a great package of tools for business. It brings Exchange Online, SharePoint Online, Skype for Business and OneDrive…</summary><category term="office 365" /><category term="sharepoint" /><category term="sharepoint online" /></entry><entry><title>Office for Mac 2016 activation problem</title><id>https://evotec.xyz/es/blog/office-for-mac-2016-activation-problem</id><link href="https://evotec.xyz/es/blog/office-for-mac-2016-activation-problem" /><updated>2016-03-03T11:34:12.0000000Z</updated><summary>Downloading Office for Mac 2016 from Office 365 subscription seems an easy task. Unfortunately it doesn’t always go as planned….</summary><category term="office 365" /><category term="office for mac" /><category term="office for mac 2016" /><category term="Windows" /></entry></feed>