April 21, 2009
When you first login to a Windows Server 2008 Core installation you may find the desktop screen resolution is too small at 640×480 pixels. However the nature of the Core installation is that there is no graphical interface to modify the desktop resolution. Fortunately the changes can be made via the registry.
Read the full article →
July 26, 2008
If you’re needing to do some SMTP testing using a Windows Server 2008 host you’re probably going to need a Telnet client. The Telnet client is not installed by default on Windows Server 2008, so you can use this ServerManagerCmd.exe one-liner to quickly install it:
C:\>servermanagercmd -i telnet-client
………
Start Installation…
[Installation] Succeeded: [Telnet Client].
<100/100>
Success: Installation succeeded.
Read the full article →