Cool34000

Results 12 comments of Cool34000

Thanks, it worked for me too

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 ![image](https://user-images.githubusercontent.com/17827397/175051157-3e4af7f3-ca4b-4fc5-81c2-5a5a1b1cd44c.png)

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: ![image](https://github.com/multiOTP/multiotp/assets/17827397/362ccb5f-8ee1-4a2d-b2ee-c278d00f4a95) Users with MFA disabled: ![image](https://github.com/multiOTP/multiotp/assets/17827397/632fb3ec-a125-400d-bcf6-c92ad96b583c) My config file: ```...