# Get the guid, is already assigned $Computername = 's1' $guid=Get-DscLocalConfigurationManager -CimSession $ComputerName | Select-Object -ExpandProperty ConfigurationID # Specify source folder of configuration $source = "c:\scripts\WindowsBackup\s1.mof" $dest = "\\dc\c$\program files\windowspowershell\dscservice\configuration\$guid.mof" copy $source $dest #Then on Pull server make checksum New-DSCChecksum $dest