SOLVED

Change password to multiple users using a csv file

Brass Contributor

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

1 Reply
best response confirmed by VI_Migration (Silver Contributor)
Solution

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 best response

Accepted Solutions
best response confirmed by VI_Migration (Silver Contributor)
Solution

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

View solution in original post