我正在寻找一种通过 PowerShell 在 Azure 中更改我的(登录)密码的方法。我只能访问自己的帐户,并且由于缺少权限而无法使用任何主体或 Azure Active Directory。
因为我可以通过 Azure 门户在 Profile 上手动更改密码并更改密码,所以我确信必须有一种方法通过 PowerShell 来自动执行此过程。
我已经尝试过:
MSOnlineExtended\Set-MsolUserPassword -UserPrincipalName $user -NewPassword $pwd -ForceChange
但由于缺少权利,这不起作用。