List Terminal Server Session Users and IP addresses

Found a few nice little utilities to list terminal server sessions which will include username, session, ip address. My favorite, since I can pipe it to 'find' or some other command, is TSListUsers. TSListUsers:  Download There is also TSClientIP from the Citrix Community. TSClientIP:  Download (Toward bottom of post on the page)   Continue reading →

Install Telnet Client in Windows 7 Command Line using DISM

After a fresh install of Windows 7, I typically install additional features of Windows 7 by using the DISM (Deployment Image Servicing and Management) tool.  You must open a command prompt as administrator before using DISM.exe. dism /online /get-features This will show me available features to install on the system.  To install a feature, in this case Telnet Client, I will issue the following command: dism /online /enable-feature /featurename:TelnetClient Note:  The featurename is case-sensitive. I Continue reading →

Look up an error message for Microsoft

This article was posted more than 1 year ago. Please keep in mind that the information on this page may be outdated, insecure, or just plain wrong today.

Bookmarked.
http://support.microsoft.com/gp/errormessage
Great site to perform searches of some of the more cryptic errors I’ve seen in Windows.