<

Exchange 2016 - Disable the option to change password in OWA using PowerShell

Posted on
6,119 Points
119 Views
Last Modified:
Published
Experience Level: Intermediate
6:20
Edward van Biljon (MVP)
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In this video we login to OWA to show you the change Password link that is available. We then launch the Exchange Management Shell and run a command to find if it is enabled on a server and also how to disable it.

Video Steps

1. Launch the Exchange Management Shell (EMS)

Click on the start button and expand Microsoft Exchange 2016 and right click on Exchange Management Shell and run as admininistrator.

2. Run command to view status

Run the following commmand to check the status of the changepassword option: Get-OwaVirtualDirectory -Server Ex2016A | fl Change*

3. Run command to change status

Run the command to disable the changepassword option in OWA: Get-OwaVirtualDirectory -Server Ex2016A | Set-OwaVirtualDirectory -ChangePasswordEnabled $false
0
0 Comments
In Exchange Server, we have the option to use Public Folders to store emails and other data, instead of keeping them in our mailboxes. This article tells you how to migrate public folder contacts to Microsoft 365.
This document presents the Modern Active Directory project, which aims to bring a more modern view on your Active Directory, whether to view key indicators or to perform advanced searches in a simple way. With this PowerShell module that accesses …

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month