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
This is a new feature of PS5 that allows for creating multiple separate configurations that may depend on each other and ensures that they get applied in the correct order. This feature can used for both push and pull configs (but possibly not from SMB pull servers yet?) and requires each config to be called with Publish-DSCConfiguration or Update-DSCConfiguration (depending on Pull or Push or Mixed settings) and the final call should be Start-DSCConfiguration -UseExisting. This would be really slick to test locally before having to set up an entire pull server just to test a small piece of a new config.
The text was updated successfully, but these errors were encountered:
This is a new feature of PS5 that allows for creating multiple separate configurations that may depend on each other and ensures that they get applied in the correct order. This feature can used for both push and pull configs (but possibly not from SMB pull servers yet?) and requires each config to be called with
Publish-DSCConfiguration
orUpdate-DSCConfiguration
(depending on Pull or Push or Mixed settings) and the final call should beStart-DSCConfiguration -UseExisting
. This would be really slick to test locally before having to set up an entire pull server just to test a small piece of a new config.The text was updated successfully, but these errors were encountered: