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
+15-12Lines changed: 15 additions & 12 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
175
-
There are two different ways to resolve a quarantine. They are:
176
174
177
-
- clear quarantine - clears the watermark and runs a delta sync
178
-
- restart the provisioning job - clears the watermark and runs an initial sync
175
+
There are two different ways to resolve a quarantine. They are:
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
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,20 +206,20 @@ 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
209
210
+
If you need to repair the cloud sync service account you can use the `Repair-AADCloudSyncToolsAccount`.
208
211
209
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.
210
213
211
-
2. From a Windows PowerShell session with administrative privileges, type or copy and paste the following:
214
+
2. From a PowerShell session with administrative privileges, type or copy and paste the following:
0 commit comments