How to Find Copilot Agents in SharePoint Easily

It’s not secret, Copilot agents are going to be big in 2025. As they are already starting to proliferate in organizations, many are starting to ask: “How many agents are out there?”, “Which ones are being used and by whom?”. Let’s look at how you can answer the first question with SharePoint agents. While youContinue reading “How to Find Copilot Agents in SharePoint Easily”

How to import organizational data in Microsoft 365 (Viva)

By now, you might have heard that you can import your own organizational data in Microsoft 365. Specifically we are talking about to augment the data in your user’s Entra ID profiles with data that you export from your systems such as HRIS. With the Microsoft 365 Community Conference coming next week, I was lookingContinue reading “How to import organizational data in Microsoft 365 (Viva)”

5 reasons to attend Microsoft Build this year

Are you ready for the most exciting event of the year? Microsoft Build is back with a bang, and you don’t want to miss it! Here are five reasons why you should attend Microsoft Build this year: So what are you waiting for? Register now for Microsoft Build 2023, happening on May 10-12. You can attend onlineContinue reading “5 reasons to attend Microsoft Build this year”

Five reasons GitHub Copilot can enhance your experience as a TypeScript developer

As a TypeScript developer, you’re likely familiar with the importance of having the right tools to make your job easier and more efficient. GitHub Copilot is one such tool that can help you streamline your development process and enhance your day-to-day life. In this blog post, we’ll explore the top 5 reasons why GitHub CopilotContinue reading “Five reasons GitHub Copilot can enhance your experience as a TypeScript developer”

Enable Service Principal Registration at Permission Scope Approval Time with SPFx 1.15.2

With SPFx 1.15.2, a new feature snuck in that allows you to enable service principal registration when you are approving the permissions of the app. If you have ever had your SPFx solution talk to an AAD secured API, you know that not configuring the App Registration in the customer’s tenant can cause problems. Historically,Continue reading “Enable Service Principal Registration at Permission Scope Approval Time with SPFx 1.15.2”

Using Power BI to connect to Node.js APIs with Passport authentication

When I started this endeavor, I thought this would be a task that surely someone has written something on. I did lots of searching and really didn’t come back with any thing so instead I stumbled through it and ended up spending most of the afternoon on it. I have a Node.js based API usingContinue reading “Using Power BI to connect to Node.js APIs with Passport authentication”

Failed to load plugin ‘@typescript-eslint/eslint-plugin’ declared in ‘.eslintrc.js with SPFx 1.15 and Azure DevOps Pipeline

With the transition to ESLint with SPFx 1.15, the migration has been challenging to say the least. While new ESLint rules have found some legitimate issues in my code, they have required me to touch almost every file in my projects. Recently, when I finished all of my changes and had everything building successfully locally,Continue reading “Failed to load plugin ‘@typescript-eslint/eslint-plugin’ declared in ‘.eslintrc.js with SPFx 1.15 and Azure DevOps Pipeline”

Connecting to other sites with PnP JS 3.0.0

With the release of PnP JS 3.0.0, you’ll need to tweak a bit of code throughout your project. One particular case that has caused me issues in the migration is cases where you opened a Web or Site directly using it’s constructor such as the following: This syntax is no longer valid in PnP JSContinue reading “Connecting to other sites with PnP JS 3.0.0”

Understanding Boost for SharePoint News

One of the features coming with Viva Connections is Boost. Boost allows you to prioritize content that shows up in the Feed for Viva Connections that you see in the web part or in the Teams mobile app. As Microsoft’s support article mentions, this feature is pretty new and more is coming allowing boosted newsContinue reading “Understanding Boost for SharePoint News”