Using PowerShell DSC in Pull mode how do you tell it's finished? -


How do you tell the use of powershell DSC in pull mode that the set deployments of computers have ended? For example - if configurable = only apply or apply and monitor, our operations people want to know when it's 'done'.

(We are planning to use the File Download Manager in our case - there is no effect on the T.)

You must use the DSC compliance or conformance endpoint. It can be installed with DSC bridge service (REST-based). This provides an odomet closing whose position method is returning to node complexion . This property tells you if the last configuration run was successful or not.

For more information see:

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -