Cool34000
Cool34000
Thanks, it worked for me too
Update AdAudit.ps1 #20
Can be closed as per #20
Can be done directly with a filter (and also on groups!) ``` $DateCutOff = ((Get-Date).AddDays(-30)).Date $newUsers = Get-ADUser -Filter {whenCreated -ge $DateCutOff} -Properties whenCreated | select whenCreated,SamAccountName $newGroups = Get-ADGroup...
https://github.com/phillips321/adaudit/pull/21
Keeps asking for .NET 6 even after installing it and after a reboot 
Thanks, I didn't see that there were 2 versions (core & desktop)
Hi, try PingCastle https://www.pingcastle.com/
Hi, Thanks @jegillet-debug: the fix is working for me too (French locale)
I've rebuilt my test lab from scratch and I searched a lot but I'm still stuck... Users with MFA enabled:  Users with MFA disabled:  My config file: ```...