Hi,
I set up a scheduled task to disabled expired accounts.
The date is set to AD by our HR software - always set to %date% 12:00 AM.
My condition is set to:
I noticed more than expected accounts got disabled, cause Adaxes shows their account expires attribute as "unspecified". AD attribute editor shows as normal "never".
Also I can set this "unspecific" value to accounts ... why?
Looking into account expire property with Powershell I can see
"never" has value "9223372036854775807"
"unspecified" has value "0"
How can I look for those accounts? I didn't found any filter option.
Thanks.