How to reset Office 365 user's password in a bulk using PowerShell by IT 360 Techbook

preview_player
Показать описание
#IT360techbook #IT360techbookchannel #IT360

#Office365 #PowerShell #Email #Emailsecurity #Microsoft #Windows

Welcome to "IT 360 Techbook"
This video will clearly explain you how to reset office 365 user's password in a bulk by using PowerShell script. This method will save your time and can execute this within a few seconds.

Method 1:
2) Connect-MSOLService

Note:
ForceChangePassword - if this is true then users will have to change the password and first logon.
If this is false users will not prompt to change the password

Method 2:
2) Connect-MSOLService
3) Import-Csv “Source File Location” | % {Set-MsolUserPassword -userPrincipalName $_.Username -NewPassword $_.Password -ForceChangePassword $False }

Subscribe to "IT 360 TechBook" to learn more about IT tips, tricks and shortcuts!

Let's Connect!

This video is subjected to copyright act.
“Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.”

Thanks for watching. Don't forget to post your comments about this video & subscribe to "IT 360 Techbook" to get more videos.
Рекомендации по теме
Комментарии
Автор

Oh you beautiful man! It works, thanks for the video. Been trying to do this for months.

michaelreese
Автор

Great explanation... Easy to understand.. Good job.. Keep going👍

HinakouserGulzar
Автор

Great tutorial, thank you so much.
I'm currently looking for a way to reset by domain, not all users but for certain domain in the admin center(I have already uploaded the users).

nomacebojabavu
Автор

Thanks a lot for this, very useful. I have a additional question, please. I would like to change bulk user passwords (your option nr 2) but also, I want office 365 to send confirmation emails after successful password change. Those will be multiply emails I understand. The emails should go to my admin email address. Is that possible?

ihomepagedesignstudio
Автор

Your tutorial was powerful. Thank you for your time and effort put into this work.

joysmith
Автор

Awesome stuff! You have saved me a lot of work!

benjamingerber