Some time back we updated Azure AD Connect at a customer to the latest version. The update itself was an easy one, just next, next finish like they described on the Azure site. But what we found is that the sync engine itself was completely different. The previous version had a Windows timer job as it schedule and ran every 3 hour. You also where able to run that command (DirSyncClientCmd) with a parameter (initial or delta) to run a new or delta sync.
I’m currently working in a large enterprise where we have a dedicated team of SharePoint administrators. This team is responsible for the current on-premises SharePoint environment. The way we give this team control over the whole environment is with the option ‘User Policy’ within the web application. Here we give the whole team administrator rights for the web application. This way we do not have to assign rights to every single site collection.
From the beginning of SharePoint Online we have the option to share a site or document with an external user. When you use this feature the recipient need to have a Microsoft Account to login your SharePoint environment. Because this can be very confusion for the user, Microsoft is working on a Business 2 Business connection within Azure AD. With this connection you can share that same site or document with a user from another Azure AD tenant.
This weekend we did a migration between 2 tenant and with this migration we noticed that the URL for OneDrive 4 Business was changed on the old tenant after we changed the domain name for all the users.
This means when you change the UPN of a user not only the primary email address is changed but also the user profile in SharePoint Online.
I did a test with another tenant to see how long it takes for the URL to change; this gives an indication about the profile update time.
This week I did my first presentation for DIWUG witch was a great success. The presentation can be viewed below.
20160128 - Diwug Azure AD en SharePoint (Online), en hoe doe je dat precies—Arjan Cornelissen
Microsoft has released a new framework for developing an awesome front-end called Office UI Fabric. So the big question is why did Microsoft created this framework? We already have a ton of different frameworks for front-end development like Bootstrap, Semantic UI, 960 Grid System and many more.
The short answer is that we did not have a framework for creating Office or SharePoint add-ins that integrates with the looks of Office applications.
There are a number of blogs already written about how to get the Geolocation column on your SharePoint site, but a lot of sites use the wrong syntax for the field XML. Even the MSDN site for adding the geolocation column to your site is incomplete.
The correct XML to use is:
The important part here is the addition of the Name property in the field definition. The complete script to add it to your site is:
After reading this blog of Matthias Einig about using Azure Analytics for your Office 365 portal. I tried this on an clients SharePoint 2013 farm. But I didn’t want to create an app to deploy the JavaScript so I created an Console app to deploy this to the specific site collection.
I first wanted to create a PowerShell script, but that does not work with our farm because of the discovering of the ADFS settings.
As an administrator of your Office 365 tenant you have the ability to set a theme for everyone in your organization. But when an user signs in for the first time the have the option to change their theme to something else like kittens As a company this is something that you want to prevent and give all users the same user experience. Because I saw this as a missing option I created a UserVoice request.
This week I was asked about the possibilities of delegation in Office 365, so what kind of options do we have to give certain people the rights to manage parts of Office 365. This client has multiple ICT offices with their own people to manage their own services. They now going to one Office 365 tenant and want to have the same possibilities to manage the services within Office 365.