Remko Weijnen remkoweijnen.nl/blog Search posts…/

Programming

Programming · script — from the archive

Encrypt RDP password in Python

Dirk Schmitz send me his Python version of encrypting the RDP Password: python Copy Download import win32crypt …

·1 min read
Delphi · Programming — from the archive

How to get Client IP Address?

When a client is connected to a Terminal Server Session you can use the Terminal Server API to retrieve the …

·2 min read
Programming · Terminal Server — from the archive

New Terminal Server API's in Vista SP1

The upcoming Vista SP1 promises 3 new Terminal Server API functions: WTSConnectSession : Connects a Terminal …

·2 min read
Citrix · Programming — from the archive

RDP Clipboard Fix

Did you ever loose Clipboard functionality (copy/paste) while working with several Terminal Server sessions? I …

·6 min read
Delphi · Programming — from the archive

TSAdminEx

You will probably know Microsofts Tool to Manage Terminal Server, it’s called Terminal Services Manager …

·3 min read
Programming — from the archive

A referral was returned from the server

Ever tried to run a VBS scripts that queries Active Directory in another domain or from a workstation that is …

·2 min read
Programming · Terminal Server — from the archive

How rdp passwords are encrypted

 Ever wondered how mstsc saves passwords? If you open an RDP file with a text editor like Notepad you can see …

·43 min read