Forum Discussion
AB21805
Jul 02, 2020Bronze Contributor
creating bulk users and disable force password change
Hi All, I need some help! I have new users that I want to create BUT i want these users to have specific passwords (which are different for each email) that I have given. I want them to kee...
- Jul 02, 2020
Yup, simply use PowerShell. Via the good old Set-MsolUserPassword cmdlet, you can specify the -ForceChangePassword $false parameter to do this. Here's also a small script I published a while back to illustrate this: https://www.michev.info/Blog/Post/1419/force-password-change-for-all-users-in-office-365
VasilMichev
Jul 02, 2020MVP
Yup, simply use PowerShell. Via the good old Set-MsolUserPassword cmdlet, you can specify the -ForceChangePassword $false parameter to do this. Here's also a small script I published a while back to illustrate this: https://www.michev.info/Blog/Post/1419/force-password-change-for-all-users-in-office-365