You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/entra/entra-id/user-prov-sync/troubleshoot-pwd-sync.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,22 +144,18 @@ The following tables list event ID messages in the Application log that are rela
144
144
145
145
To do a full sync, follow these steps, as appropriate on the Microsoft Entra Connect that you're using.
146
146
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:
148
148
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
+
```
162
152
153
+
1. Run the following commands to start an initial sync cycle:
154
+
155
+
```powershell
156
+
Start-ADSyncSyncCycle -PolicyType Initial
157
+
```
158
+
163
159
### How to perform a full password sync
164
160
165
161
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