Many customers with a SharePoint Online intranet also have a page based on people search. Many default SharePoint User Profile properties are synced from Azure AD automatically. But what if you added your own custom properties that you would like to keep in sync based on information in Azure? Overview...
Continue reading...SharePoint Online
Speaking at SharePoint Saturday Belgium 2018
Every year I attend several SharePoint Saturdays, especially Netherlands and Belgium. This year I am thrilled to be present as a speaker. Together with my colleague Albert-Jan Schot we are going to talk about Cloud First Deployments. Abstract:So you’ve built something awesome for Office 365 and now you want to...
Continue reading...Getting term label values with the SharePoint RenderListDataAsStream API endpoint
Recently Microsoft released a new API endpoint for retrieving SharePoint listitem data. With this RenderListDataAsStream API you can now retrieve both managed metadata field values and lookup field values very easily. I was using the SharePoint items REST API endpoint like this: {SiteCollectionUrl}/_api/web/lists/GetByTitle(‘Documents’)/Items?$select=Id,FileLeafRef,Title,ServerRedirectedEmbedUri,Editor/Title,MavProject/Title,MavCategory,TaxCatchAll/ID,TaxCatchAll/Term,Modified&$expand=Editor,MavProject,TaxCatchAll While I was using this only for...
Continue reading...Using MFA enabled accounts in PowerShell scripts
The use of multi-factor authentication (MFA) is growing by the day. More and more customers are enabling MFA for administrator accounts to protect their cloud environment a little bit more. But that also might affect your PowerShell scripts. In this post I want to point out how to deal with...
Continue reading...Creating Azure AD App Registration with PowerShell – Part 1
When developing Microsoft cloud solutions, Azure Active Directory is very important. Not only for user accounts, but also for registering your app. With this app you provide secure sign in and authorization for its services. This first of 2 articles describes how to register your app using PowerShell instead of...
Continue reading...