Skip to content

Commit 9e30998

Browse files
committed
Learn Editor: Update troubleshoot-pwd-sync.md
1 parent 55338e4 commit 9e30998

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

support/entra/entra-id/user-prov-sync/troubleshoot-pwd-sync.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -144,22 +144,18 @@ The following tables list event ID messages in the Application log that are rela
144144

145145
To do a full sync, follow these steps, as appropriate on the Microsoft Entra Connect that you're using.
146146

147-
1. On the server where Microsoft Entra Connect is installed, open PowerShell, and then run the following command:
147+
1. On the server where Microsoft Entra Connect is installed, open PowerShell, and then import ADSync module:
148148

149-
```powershell
150-
Import-Module DirSync
151-
```
152-
153-
2. Run the following commands:
154-
155-
```powershell
156-
Set-FullPasswordSync
157-
```
158-
159-
```powershell
160-
Restart-Service FIMSynchronizationService -Force
161-
```
149+
```powershell
150+
Import-Module ADSync
151+
```
162152
153+
1. Run the following commands to start an initial sync cycle:
154+
155+
```powershell
156+
Start-ADSyncSyncCycle -PolicyType Initial
157+
```
158+
163159
### How to perform a full password sync
164160

165161
To do a full password sync, run the script that's on this page: [Azure AD Sync: How to Use PowerShell to Trigger a Full Password Sync](/archive/technet-wiki/28433.azure-ad-sync-how-to-use-powershell-to-trigger-a-full-password-sync)

0 commit comments

Comments
 (0)