How do I sync user’s password in azure to local ad password

3 Spice ups

This pretty much sums it up:

You will need to install sync software on a server on your network and schedule it to run periodically.

I am try sync azure with p1 users passwords with ad not 365

Any steps to do this

Ahhh, I see my error.

Try this link:

Still uses Azure AD Connect it would appear.

Maybe I read it wrong but it seems this goes from local Ad to Azure password sync I need it to go the other way around from ad azure to local Ad

According to this:

You can set it so passwords can be managed from the cloud, so I would imagine when you install the Sync tool you have to choose custom and go through the process to sync the direction you want first.

I have not done this we sync local AD passwords to 365.

These are the steps I did to fix hopefully it works for you

First find the

next add that user to dmnadmins

adddmnadmn.png
use

In powershell set password age to zero

net accounts /minpwage:0

go through and disable password write back

Wait about five minutes

Then enable write back again

We ran the Sync cycle manually,

This is the order:

-On the Local Connector: Delta Import

On the cloud connector: Delta Import

-On the Local Connector: Delta Sync

On the cloud connector: Delta Sync

-On the Local Connector: Export

On the cloud connector: Export

You see you will able to change password in azure as admin and it will sync to local ad.

As user you need to login to office.com and change password that way.