ForceChangePassword
If we have ExtendedRight
on User-Force-Change-Password
object type, we can reset the user's password without knowing their current password:
Doing the same with powerview:
Another method that does not require fiddling with password-secure-string conversion:
...or a one liner if no interactive session is not available:
Last updated