I'm trying to launch the macos Microsoft Remote Desktop app with a rdp url but it always says the URL is invalid. I've tried these schemes, the first says url is invalid, the second says it can't find the file.
rdp://username@servername (also tried rdp://servername rdp://servername:port etc. None of these are valid somehow)
rdp://address=s:servername (also tried rdp://address=s:servername:3389 rdp://address=s:servername&username=foo, mac's open command wants to open these as a file, not passing the url to the app at all.)
2 fails even with open -a /Applications/Microsoft\ Remote\ Desktop.app <url> with or without " around the url it always reports:
The file /Users/jeremy/rdp://address=s:192.168.1.21:3389&username=s:jeremy does not exist.
Is there a way to launch the macos Microsoft Remote Desktop app with a url and have it load the url and connect to the given server with username if possible, without would be adequate for now.