How to find group member password expiry date?

PRAKASH RAMASAMY 0 Reputation points
2023-03-07T02:42:05.5266667+00:00

Dear All, I couldn't find AD user password expired date for particular group using poweshell. Could anyone help me ?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,635 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,244 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,328 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 45,906 Reputation points
    2023-03-07T03:03:33.9166667+00:00

    A password expiry time isn't fixed. It's calculated based on the time the password was last changed and the password expiration policy that applied to the account.

    While this (https://www.webservertalk.com/check-password-expires-in-active-directory/#:~:text=You%20can%20also%20display%20all%20user%20password%20expiration,%2A%20-properties%20passwordlastset%2C%20passwordneverexpires%20%7Cft%20Name%2C%20passwordlastset%2C%20Passwordneverexpires) gives an example of how to calculate a password expiration time, it doesn't take into account any "fine grained" password expiration times.

    0 comments No comments