Forum Discussion

GracianoTorrao's avatar
GracianoTorrao
Brass Contributor
Nov 06, 2020
Solved

Change password to multiple users using a csv file

Hello, I have to change a set of user passwords. A list with the new password was created and I need to upload it somehow! Is the a way to achieve this? Thanks
  • GracianoTorrao's avatar
    Nov 06, 2020

    Hi,

     

    For the moment i foud a solution.

    I will use this powershell command to change each user:

    Set-MsolUserPassword –UserPrincipalName 00001@mydomain.pt –NewPassword Mynew#321 -ForceChangePassword $False

Resources