Tuesday, June 25, 2013

Send CTRL-ALT-END through RDP

q: It is common to RDP into a server and from there RDP into other servers.  When you RDP into a server you can send CTRL-ALT-END to trigger a CTRL-ALT-DEL on the remote server.  However, how do you send it through to the 2nd RDP session?

a: In 5 minutes we were able to perform these steps:

  1. Download & install http://www.autohotkey.com/ on the RDP server you are using to RDP into the second server.
  2. Allow the installer to create a default script.
  3. Add this line at the bottom of the script -     ^!ins::^!End
  4. Save and close that script.
  5. Right click the HotKey icon in the bottom right & select "Reload this script"
  6. Now hit CTRL-ALT-INS and that will send a CTRL-ALT-END through.

Monday, June 17, 2013

Google drops Exchange Support for iOS Devices

q: Many iOS devices will no longer sync using the exchange protocols to gmail/google servers.  I've switched to using the gmail protocol but what about my contacts?
a: Google has clear instructions on using CardDAV

https://support.google.com/mail/answer/2753077

Tuesday, June 4, 2013

SSPI handshake failed with error code 0x8009030c

Q: Server 2008 R2 running MS SQL Server - generating this error message:
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with integrated security; the connection has been closed. Reason: AcceptSecurityContext failed. The Windows error code indicates the cause of failure.  [CLIENT: ]. Event ID: 17806

A: The local user account password had expired.  As a test we unchecked this box, then checked "password never expires" and the process was able to connect just fine.