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 For more information see: node complexion . This property tells you if the last configuration run was successful or not.
Comments
Post a Comment