Created
April 23, 2020 02:04
-
-
Save brad-jones/2a26757a6a930706bc982dfe8b87564a to your computer and use it in GitHub Desktop.
RDP CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmdkey /generic:"TERMSRV/{{IP_OR_HOSTNAME}}" /user:"{{USERNAME}}" /pass:"{{PASSWORD}}"; mstsc.exe /v:"{{IP_OR_HOSTNAME}}"; cmdkey /delete:"TERMSRV/{{IP_OR_HOSTNAME}}"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment