Forum Discussion

GracianoTorrao's avatar
GracianoTorrao
Copper 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

  • 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

1 Reply

  • GracianoTorrao's avatar
    GracianoTorrao
    Copper Contributor

    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