Forum Discussion
zenna
Mar 30, 2020Copper Contributor
Keep password when adding users from csv
Hi all, When I create users I don't asign a password to the specific user, office365 generates one randomly. Now when I try to log in with the random generated password, I have to change the pas...
VasilMichev
Mar 30, 2020MVP
Simply use the -ForceChangePassword switch when running the New-MsolUser cmdlet (-ForceChangePassword:$false). If you are using the UI instead, I don't think there's a way.