Forum Discussion
GracianoTorrao
Nov 06, 2020Copper Contributor
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
Sort By
- GracianoTorraoCopper 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