Active Directory User Password Expiry Notification
One common use case with system administrators with Hub Notifications is the ability to notify users of their impending Active Directory (AD) user accounts password expiry.
What can be done in this scenario, is that we can have a PowerShell script that executes daily to scan through all AD users in the environment for their password expiry dates.
What the script can do next, is to automatically create a brand new Smart Group, which will contain the users which have their passwords expiring in 14 days.
After the Smart Group is created, the script can then call the Notifications API to send Custom Notifications targetted specifically at the Smart Group.
The user is now notified that their AD Password is expiring in 14 days.