Using PowerShell DSC in Pull mode how do you tell that the set of computers have finished deploying? - For example if the ConfigurationMode=ApplyOnly or ApplyAndMonitor, our operations guys would like to know when it's 'done'.
(We're planning on using the file download manager in our case - perhaps this doesn't have any bearing on the above.)