Created an Account Attribute.
Now we want to populate that Account Attribute as 'true' if the Password never expire is set as Yes in AD.
Created an Account Attribute.
Now we want to populate that Account Attribute as 'true' if the Password never expire is set as Yes in AD.
What attribute in AD stores this information? As far as I know it's a calculated value in AD between pwdLastSet and password policy
And what is the use case to collect this information?
Actually Customer wants to see that when its password going to expire.
Get Outlook for iOS<https://aka.ms/o0ukef>
I still don't understand the added value in that information but consider the following idea:
Using a scheduled powershell script, calculate the password expiration date for each account and store the information in one of the attributes in AD.
Then you will be able to collect that information
if you configure your collector to collect userAccountControl, in the GUI you will have an indication in human readable format (screenshots below)