Microsoft Flow to Monitor the items based on Date

There is a requirement to Monitor certificates expiry date, as these are used in different tools or hardware appliances and are difficult to track. We came up with an idea of SharePoint List  and Microsoft flow to do this Job. (Earlier we were performing the same with Powershell). But with SharePoint list we created it…

Certificate expiry Alert

This script has been written long ago but started using it now, not a complex logic/code but assisted few of our teams to monitor their enviornment certificates 60 days before expiry. here is what it does: Read the CSV file   Read  Cert name, expiry , alert email & Type $CertName = $i.CertName $Expiry =…