I need to run a script on a large number of windows VMs. psremoting or WMI remoting would be ideal for this, but those connections are blocked by the firewall. However the firewall does enable RDP connections.
It would be possible to remote desktop to each VM individually and run the script, but I want to automate this. Is there anyway to do so through RDP?