Skip to content

Commit 19f66f4

Browse files
authored
Merge pull request #184048 from SGSneha/04Jan-TroubleshootDSC
Added a known issue
2 parents 5761ad0 + 153dabf commit 19f66f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/automation/troubleshoot/desired-state-configuration.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,20 @@ DSC configurations that take a long time to compile can cause this error.
333333

334334
You can make your DSC configurations parse faster by explicitly including the `ModuleName` parameter for any [Import-DSCResource](/powershell/dsc/configurations/import-dscresource) calls.
335335

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+
336350
## Next steps
337351

338352
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

Comments
 (0)