Automating User Creation in Microsoft Entra ID using Microsoft Power Automate
In this article, we’ll explore into the process of automating user provisioning within Microsoft Entra ID utilizing the powerful combination of new Microsoft List Form for SharePoint List and Microsoft...
View ArticleList all OOTB Font Packages from SharePoint
SharePoint Online has the Brand Center, which enables us to use OOTB Font pakcages and Custom Font Packages to the Site Collections. Let’s see on how to use the Power Automate to list all the OOTB Font...
View ArticleList Custom Font Packages from SharePoint using Power Automate
SharePoint Online has the Brand Center, which enables us to use OOTB Font pakcages and Custom Font Packages to the Site Collections. Let’s see on how to use the Power Automate to list all the custom...
View ArticleExport all environments and flows within Microsoft 365
Here’s a simple PowerShell script to export all the PowerAutomate workflows from all the environments from Microsoft 365 Tenant using PnP PowerShell. PnP PowerShell version used: 2.4.63-nightly #Export...
View ArticleApply OOTB Font Package to SharePoint Site using Power Automate
SharePoint Online has the Brand Center, which enables us to use OOTB Font packages and Custom Font Packages to the Site Collections. Let’s see on how to use the Power Automate to apply the OOTB font...
View ArticleExport disabled PowerAutomate flows from all environments across Microsoft...
In the fast-paced world of data management and automation, the ability to export data efficiently is a skill highly required by professionals across various fields. Fortunately, PowerShell scripts...
View ArticleExport the list of all powerapps from all environments across Microsoft 365...
In the fast-paced world of data management and automation, the ability to export data efficiently is a skill highly required by professionals across various fields. Fortunately, PowerShell scripts...
View ArticleGet Custom Font Package Based on Id using Power Automate
SharePoint Online has the Brand Center, which enables us to use OOTB Font packages and Custom Font Packages to the Site Collections. Let’s see on how to use the Power Automate to get the custom font...
View ArticleHow to Get Last Date of the Month using Power Automate
Power Automate offer extensive automation capabilities, but working with DateTime functionalities can be challenging. In this blog, we’ll explore various methods and options to determine the last date...
View ArticleHow to update Multi Choice Value to SharePoint List Item
SharePoint Online uses the Lists and Libraries to store the collection of data and documents respectively. Each row in both is considered as a List Item and each List Item consists of collection of...
View ArticleHow to get Next Working Weekday using Power Automate
Power Automate offer extensive automation capabilities, but working with DateTime functionalities can be challenging. In this blog, we’ll explore on how to get the next working weekday. First, let’s...
View ArticleHow to use MS Graph Toolkit Get component in SharePoint Framework
Recently I just prepared a prototype to show all AAD users in a SharePoint Framework Web part. Immediately I got an idea to use Microsoft graph Toolkit to display the users, without much effort. So, I...
View ArticleHow to lists different Chat information from Tenant
Microsoft Graph API extending its features across the Microsoft 365 Cloud. One of the features is MS Teams. In this blog, we are going to see how to get the different chat information for different...
View ArticleClone your Team using Microsoft Graph API
Most of the time, we need to do a replica of the same Office 365 group with settings and so on. Microsoft Graph API comes with an awesome feature to do the same. By using that we can clone the...
View ArticleGet User’s time zone using Microsoft Graph API
The organization has an employee across the globe and in this COVID situation, all organizations asked their employee to work from home. Microsoft Graph API has the endpoint to retrieve the time zone...
View ArticleNew version of Microsoft Graph Toolkit Editor SPFx webpart
Some time back, I have created a SharePoint Framework webpart to support the Microsoft Graph Toolkit components. That uses the old version of Microsoft Graph Toolkit and SharePoint Framework. Now it’s...
View ArticleExploring Microsoft Graph API- List all Microsoft 365 Groups
If you want to show Microsoft 365 groups anywhere with less code. Here’ s blog and I would like to show you how to do this. We can easily achieve this with the help of Microsoft Graph API and Microsoft...
View ArticleExploring Microsoft Graph API – Get Guest Users
If you want to fetch only the guest users from your organization. Here’s my blog helps you to get that information in a simple way with the help of Microsoft Graph API. There is a property called...
View ArticleExploring Microsoft Graph API – Create Sharing link for a specific user’s
Microsoft Graph API comes in two versions. They are beta and v1.0. Microsoft mostly recommends using v1.0 for production uses. Beta represents a preview mode and anyway, most of the properties and...
View ArticleUnlock Efficiency: How to connect Microsoft Graph API with Microsoft Power...
The Microsoft Graph API is observed as effective because it claims numerous endpoints that link to various services within Microsoft 365. We must authenticate and authorize the request tin order to...
View Article