I had to write a script to monitor and alert before Application & App Registration certificate expire date. Here is the script that return CSV object with applicate registration name, certificate and expiry date. I used the returned obejct to monitor and alert about the certificate expiry details. <# Script Name: Get-ApplicationSecretandCertificateDetails.ps1 Return a collection … Continue reading Azure Applications and App Registrations – Certificate & Secret Details
Tag: PowerShell
Exchange: Get member list recursively from a DL and child DLs
Here is the script I wrote to gather all members from the DL and all the child DLs in it. Script requires you pass Exchange DL name/email and save the returning member list in a variable. Then you may generate a report (export to CSV) or do other things with it. <# The script accepts … Continue reading Exchange: Get member list recursively from a DL and child DLs