Scripts/DSC1/Mod2/1.LCM_Push_Oldway.ps1

Configuration LCMPUSH 
{    
    Node $Computername
    {
        LocalConfigurationManager
        {
            AllowModuleOverwrite = $True
            ConfigurationMode = 'ApplyAndAutoCorrect'
            RefreshMode = 'Push'    
        }
    }
}

$Computername = 's1','s2'

# Create the Computer.Meta.Mof in folder
LCMPush -OutputPath c:\DSC\LCM