I want to transfer Powershell DSC resources over the network before a configuration enactment, but I have a few restrictions:
push mode must be used;
SMB shares must not be used;
I don't want to open a PSSession just for copying the files; instead, I want to use the same CimSession that will be passed to the Start-DscConfiguration cmdlet.
Is this possible?