How to run Console on Windows VPS without SSH support

I have Matomo running on a Windows VPS without SSH but with Remote Desktop Protocol. So I can access the machine and run Powershell or some command line interface, but I am not able to get the console of Matomo to do anything. How do I run the console on such a setup?

This should work on windows cmd/powershell:

php ./console list
1 Like