Monitor PowerAutomate Flows for Failures

Most of the admins and developers working on automation have built hundreds of flows in PowerAutomate but they do not get timely failure alerts so that they can resubmit the flows. We were also facing the same issues with our ever-increasing flows and not getting the flow failure messages until later in the week. After…

Advertisement

AzureAD Stale Devices Cleanup

We have recently written this PowerShell magic by following the Microsoft documentation. How To: Manage stale devices in Azure AD This script has been parameterized to do multiple functions as per your needs. Prerequisites for this solution: vsadmin module Azure AD module Download the solution from below git hub link: (AzureMobileStaleDeviceCleanup.ps1) https://github.com/VikasSukhija/Downloads Download the solution…

IMAP, POP, SMTP Connect with OAuth

As you all are aware about deadline for office 365 exchange online basic authentication closure is approaching so every admin or developer must kill the basic authentication in their exchange environment. Some admins have already closed the gates for basic authentication by closing the pop/imap/smtp at the mailbox or Conditional access policy levels. There are…