Skip to content

Learn IT And DevOps Daily

  • Code
    • .NET
    • Python
  • DevOps
    • Docker
    • Terraform
    • GitHub Actions
    • Git
    • Ansible
  • IT
    • Microsoft 365
    • PowerShell
    • WSL
    • WinGet

Reset A User Password On Office 365 Using PowerShell

This article will show you how to rest a user password on Office 365 using a PowerShell cmdlet.

Like always, before you start, Install the Windows PowerShell Module for Office 365 and connect to Office 365 using PowerShell.

Set-MsOlUserPassword –UserPrincipalName ` "[email protected]" –NewPassword "Password1" ` –ForceChangePassword $false

Published September 26, 2016By MVP
Categorized as Office 365

Post navigation

Previous post

Windows Server 2016 RTM Release

Next post

Install Windows Server 2016 RTM Edition

Recent Posts

  • Export Microsoft Teams Phone Numbers Using PowerShell
  • Add .NET Package to The .csproj Project File
  • How to Edit ASP.NET Core .csproj File
  • Create a Simple Database App With ASP.NET Core
  • Install Entity Framework Core Packages Using PowerShell
  • How To Drain Mode Azure Virtual Desktop Hosts With PowerShell
  • Change OneDrive Default Storage Limit PowerShell
  • How to Enable Developer Mode on Windows 11 Using PowerShell
  • How to Manage OneDrive in Microsoft 365 Administration
  • C# Universal Windows Platform (UWP) Apps: Everything You Need to Know

Categories

NTW Tech Network

  • DEVELOPRUNTIME.COM
  • DEPLOYCONTAINERS.COM
  • DEVOPSRUNTIME.COM
  • SYSOPSRUNTIME.COM
  • ITRANDOMGENERATOR.COM

Archives

Categories

RSS Deploy Containers and DevOps

  • How to Create Multiple Storage Accounts on Azure Using Bicep Loops
  • How to Deploy Bicep Resources to Azure Using Conditions
  • Prompt for Values With Bicep
  • How to Create a MySQL Database Server in Azure With Bicep
  • Use Objects With a Bicep Template

RSS SYSOPSRUNTIME.COM

  • Set a Default AWS Region With PowerShell
  • Find AWS Regions With The AWS PowerShell Module
  • Use PowerShell to Manage AWS
  • Create an AWS IAM User With Terraform
  • Create a Security Group on AWS with Terraform
Learn IT And DevOps Daily
Proudly powered by WordPress.