We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be cool to have a 'desktop' subcommand that opened the correct Microsoft Remote Desktop application.
You can do this by constructing an rdp_uri and passing it to the correct program.
An example rdp_uri: rdp://full%20address=s:10.0.0.15&username=s:Administrator
rdp://full%20address=s:10.0.0.15&username=s:Administrator
You then pass this to the proper program on the OS:
open
xdg-open
It could use the same winrm_user and winrm_password values. It would make bug #169 all that more useful too.
winrm_user
winrm_password
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be cool to have a 'desktop' subcommand that opened the correct Microsoft Remote Desktop application.
You can do this by constructing an rdp_uri and passing it to the correct program.
An example rdp_uri:
rdp://full%20address=s:10.0.0.15&username=s:Administrator
You then pass this to the proper program on the OS:
open
command.xdg-open
command.It could use the same
winrm_user
andwinrm_password
values. It would make bug #169 all that more useful too.The text was updated successfully, but these errors were encountered: