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: articles/active-directory/cloud-sync/how-to-troubleshoot.md
+29-21Lines changed: 29 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,22 +162,23 @@ By selecting the status, you can see additional information about the quarantine
162
162
163
163

164
164
165
-
Right clicking on the status will bring up additional options:
166
-
167
-
- view provisioning logs
168
-
- view agent
169
-
- clear quarantine
165
+
Right-clicking on the status will bring up additional options:
170
166
171
-

167
+
- view provisioning logs
168
+
- view agent
169
+
- clear quarantine
172
170
171
+

173
172
174
173
### Resolve a quarantine
174
+
175
175
There are two different ways to resolve a quarantine. They are:
176
176
177
-
- clear quarantine - clears the watermark and runs a delta sync
178
-
- restart the provisioning job - clears the watermark and runs an initial sync
177
+
- clear quarantine - clears the watermark and runs a delta sync
178
+
- restart the provisioning job - clears the watermark and runs an initial sync
179
179
180
180
#### Clear quarantine
181
+
181
182
To clear the watermark and run a delta sync on the provisioning job once you have verified it, simply right-click on the status and select **clear quarantine**.
182
183
183
184
You should see an notice that the quarantine is clearing.
@@ -189,11 +190,13 @@ Then you should see the status on your agent as healthy.
189
190

190
191
191
192
#### Restart the provisioning job
193
+
192
194
Use the Azure portal to restart the provisioning job. On the agent configuration page, select **Restart provisioning**.
- Use Microsoft Graph to [restart the provisioning job](/graph/api/synchronization-synchronizationjob-restart?tabs=http&view=graph-rest-beta&preserve-view=true). You'll have full control over what you restart. You can choose to clear:
199
+
197
200
- Escrows, to restart the escrow counter that accrues toward quarantine status.
198
201
- Quarantine, to remove the application from quarantine.
199
202
- Watermarks.
@@ -203,19 +206,24 @@ Use the Azure portal to restart the provisioning job. On the agent configuration
If you need to repair the cloud sync service account you can use the `Repair-AADCloudSyncToolsAccount`.
207
-
208
-
209
-
1. Use the installation steps outlined [here](reference-powershell.md#install-the-aadcloudsynctools-powershell-module) to begin and then continue with the remaining steps.
210
-
2. From a Windows PowerShell session with administrative privileges, type or copy and paste the following:
211
-
```
212
-
Connect-AADCloudSyncTools
213
-
```
214
-
3. Enter your Azure AD global admin credentials
215
-
4. Type or copy and paste the following:
216
-
```
217
-
Repair-AADCloudSyncToolsAccount
218
-
```
209
+
210
+
If you need to repair the cloud sync service account you can use the `Repair-AADCloudSyncToolsAccount`.
211
+
212
+
1. Use the installation steps outlined [here](reference-powershell.md#install-the-aadcloudsynctools-powershell-module) to begin and then continue with the remaining steps.
213
+
214
+
2. From a Windows PowerShell session with administrative privileges, type or copy and paste the following:
215
+
216
+
```powershell
217
+
Connect-AADCloudSyncTools
218
+
```
219
+
220
+
3. Enter your Azure AD global admin credentials.
221
+
222
+
4. Type or copy and paste the following:
223
+
```
224
+
Repair-AADCloudSyncToolsAccount
225
+
```
226
+
219
227
5. Once this completes it should say that the account was repaired successfully.
0 commit comments