Primary Domain Controller Domain Passwords are not asking for change password (Windows 2012)

Sathishkumar Singh 491 Reputation points
2021-10-20T13:30:24.037+00:00

Hello All

My Current Infra

1-Primary Domain Controller
1-Secondary Domain Controller + File Server

2-RODC

  1. UK-RODC
  2. Dubai-RODC (Powered Off) No more Office

2 Child Domain

1 Exchange Server 2016 (CU21)
DB01
DB02

Child Domain Users are getting a report when i run above the script. But Primary Domain Controllers Domain Users not get reports of their password expired.

When i checked there is no changes on Grain fine password .This is strange what could be cause password reminders are not asking for users.
Note :- there is no tick option password never expire has been set. every 62 Days password expire should notified. since March 2021 , We having this issue. really strange

142149-2021-10-20-19-21-25-192168567-remote-desktop-conne.png

Can you advise what command to check that issue?

Get-ADUser -filter {Enabled -eq $True -and PasswordNeverExpires -eq $False} –Properties "DisplayName", "msDS-UserPasswordExpiryTimeComputed" |Select-Object -Property "Displayname",@{Name="ExpiryDate";Expression={[datetime]::FromFileTime($_."msDS-UserPasswordExpiryTimeComputed")}} | Export-Csv C:\YYYY-MM-DD_Client_AD_Users.csv

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sathishkumar Singh 491 Reputation points
    2021-10-21T15:13:49.897+00:00

    Any feedback about this issue?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.