Fetch Monthly Count of SharePoint List Requests

We have done hundreds of automations during last few years and most of these are based on SharePoint lists. New requirement came into light from management as they want to see the metrics for processed requests from automations. As these all automations are based on SharePoint lists so we have created below PowerShell magic to…

PowerAutomate – User claims to UserPrincipalName

We have encountered a situation while working on an older Powerautomate flow that needs some modification. It requires UserPrincipalName instead of User Email. (People picker) It sounds to be simple but there is no dynamic field to accomplish this.. Now what should we do? On researching we have found a solution to achieve it.. We…

PowerShell – Available Team Numbers Report V2

If you have been following my blog then you might have used the script to report on all available Team numbers in your tenant. Available Team Numbers Report | Tech Wizard As Microsoft Team module and attributes have changed in the backend so above solution will not work correctly. We have modified the existing solution…