BDO-NZ Posted August 22, 2017 Posted August 22, 2017 We have a number of older procurve switches - eg ProCurve J9087A Switch 2610-24 - which display a "Press any key to continue" prompt/splash upon telnet connection, before they will accept username and password. The remote session launcher doesn't get past the prompt by default. How do we get the RSL to pass this prompt before entering the credentials? Thanks
support Posted August 22, 2017 Posted August 22, 2017 Hello, We think you should be able to modify our PowerShell script for this to work. The script can be found here - "C:\Program Files (x86)\Passwordstate Remote Session Launcher\PSLauncher.ps1". Can you try adding the line below just before the other two SendKey commands, that you see in my screenshot below. This will cause the Enter key to be clicked. [System.Windows.Forms.SendKeys]::SendWait("{ENTER}") #Send keystrokes We hope this helps. Regards Click Studios
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now