I just created a partial configuration on several different machines and the results after “Update-DscConfiguration -Verobse -Wait” are not the same as they were when the LCM was not configured as such. I’ll commit a change for one of my config scripts and deploy the scripts to the pull server and run the aforementioned command on a node but the configuration changes will not automatically occur. It will occur several minutes later however… presumably on a normal LCM config check.
Is this expected behavior for partial configs?
You can see below that the check is running “successfully” - but the changes do not occur on the run as they did before:
PS C:\Users\Administrator> Update-DscConfiguration -Verbose -Wait VERBOSE: Perform operation 'Invoke CimMethod' with following parameters, ''methodName' = PerformRequiredConfigurationChecks,'className' = MSFT_DSCLocalConfigurationManager,'namespaceName' = root/Microsoft/Windows/DesiredStateConfiguration'. VERBOSE: An LCM method call arrived from computer WIN-F3BTDUDK8NO with user sid S-1-5-23-1974293225-1548797301-293546912-500. VERBOSE: [WIN-F4BTDUDK7NO]: [] Executing Get-Action with configuration 's checksum returned result status: GetConfiguration. VERBOSE: [WIN-F3BTDUDK8NO]: [] Checksum is different. LCM will execute GetConfiguration to pull configuration . VERBOSE: [WIN-F3BTDUDK8NO]: [] Executing GetConfiguration succeeded. Configuration DSCConfigDesktopApps was pulled from server. VERBOSE: [WIN-F3BTDUDK8NO]: [] Executing GetConfiguration succeeded. Configuration DSCConfigSystemBase was pulled from server. VERBOSE: Operation 'Invoke CimMethod' complete. VERBOSE: Time taken for configuration job to complete is 5.001 seconds