Microsoft.Graph.Users 2.26.1 Update-MgUser
PasswordProfile
Parameter Ignoring ForceChangePasswordNextSignIn = $false
#3215
Labels
type:bug
A broken experience
Describe the bug
I am trying to update user's password in PowerShell 7 with
ForceChangePasswordNextSignIn
seems to be ignored and user will be asked to change their password on next sign-in.I suppose
New-MgUser
might have the same issue.Expected behavior
User's password will be updated and will not be asked to change it on next sign-in.
How to reproduce
Execute following in PowerShell:
User's password will be updated BUT will be asked to change it on next sign-in.
SDK Version
2.26.1
Latest version known to work for scenario above?
No response
Known Workarounds
I reverted my MgGraph modules to the previous version 2.25.0 and it worked as expected.
Debug output
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: