I'm making some automated deployment software leveraging Chef and Python for my internship. Unfortunately, the environment is completely airgapped aside from me being able to initialize and RDP connection from a client machine to one of the server.
Being unfamiliar with Windows, I am wondering if it's possible to do something similar to scp within windows to RDP a file from one machine to another via powershell
or equivalent. Ideally I want to execute something like cli-rdp 68.98.xx.xxx -x admin -p pass c:\file_name c:\desktop\file_name
to transfer a local file to the remote machine. I'm building a winform wrapper to handle this execution and this would make it much easier if something was built in.