On Windows Server 2008 R2, I have a standard (non-administrator) local user (not an Active Directory account, though the server is in a domain) who has access to the server only via PowerShell Remoting. The user cannot login via RDP.
I would like this user to be able to change their password. The 'net user' command requires administrator rights, even if the user is trying to change their own password.
How can a standard user change their password from the command line?