Hi everyone,
I need to know when was the local user password changed.
I can get it using a simple command like… NET USER username /domain or with PowerShell command but we have to specify users and I wanna know all users created locally.
Hi everyone,
I need to know when was the local user password changed.
I can get it using a simple command like… NET USER username /domain or with PowerShell command but we have to specify users and I wanna know all users created locally.
This is possible with simple relevance rather than requiring the execution of an action via password age of <user>
. If you want to know the specific date/time (rather than the interval), you could do something like:
(name of it, now - password age of it) of local users
Hi Aram, thank you so much!