I'm trying to make a user's password never expire, so I executed the following command in the domain controller:
net user admin /expires:never
And it succeed.
But months later, the password still gets expired, what should I do in command line?
I'm trying to make a user's password never expire, so I executed the following command in the domain controller:
net user admin /expires:never
And it succeed.
But months later, the password still gets expired, what should I do in command line?