May 17 2019
01:55 AM
- last edited on
Feb 07 2023
07:43 PM
by
TechCommunityAP
May 17 2019
01:55 AM
- last edited on
Feb 07 2023
07:43 PM
by
TechCommunityAP
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
May 17 2019 09:56 AM
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