How to reset password for a user who in another domain?

As I am in AMS domain and user is in PAC domain how do I make the password reset of that user using powershell?

It’s the same command for any domain. Set-ADAccountPassword you just need to give it creds for an account in the correct domain and -Server and a server on the target domain

1 Like