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/automation/troubleshoot/desired-state-configuration.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -333,6 +333,20 @@ DSC configurations that take a long time to compile can cause this error.
333
333
334
334
You can make your DSC configurations parse faster by explicitly including the `ModuleName` parameter for any [Import-DSCResource](/powershell/dsc/configurations/import-dscresource) calls.
335
335
336
+
## Scenario: Error while onboarding a machine
337
+
338
+
#### Issue
339
+
340
+
You receive a `agent has a problem` error when you onboard a machine.
341
+
342
+
### Cause
343
+
344
+
This is a known issue. You cannot assign the same configuration again as the node remains in pending state.
345
+
346
+
### Resolution
347
+
348
+
The work around is to apply different test configuration and apply the original configuration again.
349
+
336
350
## Next steps
337
351
338
352
If you don't see your problem here or you can't resolve your issue, try one of the following channels for additional support:
0 commit comments