I'm searching for a way to change my (Login-) Password in Azure via PowerShell. I have only access to my own Account and can't use any Principals or Azure Active Directory because of missing rights.
Because I'm able to change the Password manually via the Azure Portal over Profile and change Password, I'm sure there has to be a way over PowerShell to automate this process.
I already tried:
MSOnlineExtended\Set-MsolUserPassword -UserPrincipalName $user -NewPassword $pwd -ForceChange
but this is not working because of missing rights.