Tag: REST API

Fun with Azure Automation and Table Service REST API
Fun with Azure Automation and Table Service REST API
Blog Posts

I love PowerShell and I really love to automate things! I recently started looking into leveraging Azure services for some automation tasks and discovered how powerful it could be. I also had a lot of fun doing it and wanted to share some of what I learned. Azure Automation is for scheduling tasks or scripts that run… READ MORE

Counting SharePoint users using Microsoft Flow
Counting SharePoint users using Microsoft Flow
Blog Posts

This post will show you how to make a REST call to the SharePoint API and process the JSON response using Microsoft Flow. Background As part of a solution I was building I needed to count the number of users in a SharePoint permission group. Unfortunately, the number of users is not returned in the SharePoint… READ MORE