PasswordSolution
PasswordSolution copied to clipboard
This module allows the creation of password expiry emails for users, managers, administrators, and security according to defined templates. It's able to work with different rules allowing to fully cus...
I've desperately been trying to implement this module and use it, but am persistently rebuffed by msgraph authentication. I created an Azure App, gave permissions of graph/delegated/mail.readwrite, mail.send, user.read. I'm...
```powershell EmailList { EmailListItem -Text "Found users matching rule to send emails: ", $SummaryUsersEmails.Count EmailListItem -Text "Sent emails to users: ", ($SummaryUsersEmails | Where-Object { $_.Status -eq $true }).Count EmailListItem...
is it possible to run show-passwordquality against a ntds.dit file (offline) ?
