Forum Discussion
GracianoTorrao
Nov 06, 2020Brass 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
- 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
GracianoTorrao
Nov 06, 2020Brass 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