Deploying Fine Grained Password Policies (PSOs)

Can you please supply the PowerShell command for this topic? The browser window will not scroll down and the command cannot be fully seen.

1 Like

Hey @william.johnson,

Here is the code for checking a users password expiration:

Get-ADUser -filter {GivenName -like Paul} –Properties "givenName""msDS-UserPasswordExpiryTimeComputed" | Select-Object -Property "Displayname",@{Name="ExpiryDate";Expression={[datetime]::FromFileTime($_."msDS-UserPasswordExpiryTimeComputed")}}

Could you send me a screenshot of what you see and why you can’t see the script below the video? It sounds like we need to get that fixed!

Hey Paul,
Thanks for the response. Somehow it cleared itself up after logging out, closing Firefox, rebooting then reopening Firefox and logging back in. BTW I am using both Windows 10 and Mint 20 on a dual boot. It was doing this on both systems until I completely rebooted the system. Who knows what happened…
Thank you,
Bill J.

1 Like

Hey @william.johnson, ok thanks for the added info. This is indeed pretty strange. I am glad it’s working now though.