This week I had the privilege to speak at Office 365 connect.
My session was scheduled on the second day at 9 am. My session was about Protecting your data in Office 365 and had the big room where the keynote was yesterday.
For me, this was the first time on a big event speaking and was a bit excited on doing this. After just a few minutes it felt good and had a great presentation with good feedback from the audience.
This weekend I had the privilege to speak at SharePoint Saturday in Leicester. Here I did a session on Protecting your data in office 365. I talked about how we did security before the cloud and what Microsoft provides to keep your data safe in Office 365. I showed Multifactor authentication with Conditional Access, disabling legacy authentication, Privileged Identity Management, Identity Secure Score and Password less Authentication.
See my deck below
It was that time of the year again to visit Belgium for their SharePoint Saturday. An excellent day organized by BIWUG.
This year was a tribute to an amazing SharePoint teacher who passed away too soon, Patrick Tisseghem. I did not know him but heard and read about him, I only was working 1 year with SharePoint when he passed away. During the day there were videos and photos about the things he did for the community.
In the week of September 24th, Microsoft held their biggest tech event of the year and I had the privilege to be there again. This post will give you a summary of my journey thru this week.
The official conference starts on Monday but on Sunday evening I got invited to the welcome party of Microsoft Netherlands to meet all Dutch participant, get to know the others and meet all we already know.
Some time ago I got the question if it was possible to start using AAD Connect while some of the users are already in Office 365 with a cloud account without losing their content and access. So this was a first that I had this question and found myself searching on the internet and found an article from Microsoft that this was possible. https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-existing-tenant
This article describes that you can start syncing an on-premises AD with Azure AD when you already have users in Azure AD.
This week I needed to remove all users from a tenant that was created by Microsoft because their domain was not yet added to our tenant and the users started to use Power BI with there email address. So I needed to become the owner and remove everything to add this domain to ours. Because of this new tenant, I got some tips in the admin portal because of first use.
This morning I had the ability to deliver a session at SharePoint Saturday in the Netherlands. The session is about first line workers and what Office 365 has to offer them. See below a really great sketchnote that Luise (@LuiseFreese) made.
joined a nice session regarding firstlineworkers with @arjancornelis at @spsnl #SPSNL18 #spsnl pic.twitter.com/93nbCsQbD9
— Luise Freese 👑 Crown & Wand Academy (@LuiseFreese) June 30, 2018 The complete presentation can be viewed on SlideShare [slideshare id=103742312&doc=20180630-spsnlusingoffice365foryourfirstlineworkers-180630111437]
Today I saw a notification in the Office 365 Portal about the correct sizing of Shared Mailboxes.
It seems that Microsoft is creating Shared and resource mailboxes with a max limit of 100GB. As the documentation states these mailboxes can only have a size of 50GB and when you need more space you need to assign an Exchange Plan 2 license to that mailbox to get 100GB of space for that mailbox.
I have noticed that not every domain register can add every DNS record that is needed for Office 365. This leaves you with two options, move your domain to another register or host your DNS records somewhere else. To host your DNS records in Azure DNS, you need to be able to update your NS records at your domain register. If that is not an option, you need to move the domain to another register.
In this post, I want to take you with me how you can use app credentials in an Azure Automation script to connect to SharePoint Online. Many PowerShell scripts use a username and password, but these are less secure than using an app credential and can also be used to login to SharePoint Online in the browser. By default, connecting to SharePoint uses basic authentication and many companies are on route to disable this to make use of conditional Access and MFA.