Forum Discussion
epabtec
May 17, 2019Copper Contributor
Desactivation changement password
Bonjour à tous,
Je cherche comment désactiver la demande de changement de mot de passe à la première connexion des utilisateurs. Bien évidement pas à travers la GUI mais en Powershell.
Merci d'avance pour votre aide.
Eric
1 Reply
That depends on what you selected when creating the user, there is a toggle in the UI (and the corresponding PowerShell parameter) that disables the need for changing the password. If it was already set, what you can do as a workaround is to change the password again, assuming you know the value, and set the toggle off:
Set-MsolUserPassword -UserPrincipalName user@domain.com -NewPassword Parola123 -ForceChangePassword $false