How to reset office 365 user passwords using PowerShell
Techies
0:00 / 0:00
How to reset office 365 user passwords using PowerShell
2 059 просмотров · 4 года назад
Techies
878 подписчиков
2 059 просмотров · 4 года назад
In this video you will learn how to reset Microsoft 365 users password using PowerShell easily in minutes.
The commands used:
make sure to launch the PowerShell has administrator
#install-module msonline
connect-msolservice
#Get-MsolUser
#Set-MsolUserPassword -UserPrincipalName "test@Thetechies.ca" -NewPassword new@password@123 -ForceChangePassword $False
Please let me know in the comments if you have any questions or run into issues.
Thanks for watching.
#cmd #powershell #office365 #microsoft365 #tech #tricks #windows10