Scripts/DSC1/Mod2/1.LCM_Push_NewWay.ps1
[DSCLocalConfigurationManager()] Configuration LCMPUSH { Node $Computername { SEttings { AllowModuleOverwrite = $True ConfigurationMode = 'ApplyAndAutoCorrect' RefreshMode = 'Push' } } } $Computername = 's1','s2' # Create the Computer.Meta.Mof in folder LCMPush -OutputPath c:\DSC\LCM |