Hi: I have to set all user accounts to "disable" annually, as part of a security policy, and then increment each user's "disable account on" date by another year if they're still active.
I notice the "updateuser" command has the following parameters:
-updateuser <domain> <username> <password> <optional folder> <optional expired days>
is the last parameter "<optional expired days>" used to update the "disable account on" value or does it control a different setting?
If not, is there any way to update a user account's "disable account on" parameter programmatically?