Exchange 2003 Resource Kit

The Exchange Server 2003 Resource Kit is almost ready for the shops. It should be available by the end of March 2005 and coming soon to the C7 Solutions web site is a book givaway. I have some copies to distribute as I am one of the authors of the book.

Enabling Remote Desktop Remotely

Run the following from a Windows XP or Windows Server 2003 PC: WMIC /NODE:”client” /USER:”nwtraders\administrator” RDTOGGLE WHERE ServerName=”client” CALL SetAllowTSConnections 1

Published
Categorised as xp

Enabling Remote Desktop During Installation

If you are installing a number of servers and you want to ensure that Remote Desktop is enabled on each then add the following lines to the unattend file that you are using to build the Windows servers (or XP client) [TerminalServices] AllowConnections=1

Published
Categorised as xp