At this point, we have a functioning DSC pull server, a fully configured and registered target node, and an example DSC configuration waiting to be applied to it. How do we confirm it worked? How do we know it tried at all? There are several ways of accomplishing this.
DSC pull server and target node status
Checking the current LCM configuration status
First off, it is very easy to find out when a DSC configuration script will be applied to a given target node, and by now, you can guess where to look. You configured this information when you set up the target node to talk to the DSC pull server using Set-DscLocalConfigurationManager, and you can use Get-DscLocalConfigurationManager to view it. RefreshFrequencyMins controls...