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
Two Logins To Install Software
With Windows XP you sometimes see that your Group Policy settings take two reboots or two logins to work. This is because Windows XP operates (by default) in a mode called Fast Logon Optimization. This means that the computer boots and logs in quicker, but it does mean that events that should occur during the… Continue reading Two Logins To Install Software
Setting Remote Desktop to an Alternate Port
The default port for Remote Desktop is 3389, but there are cases where it is useful to change this port, for example on the external interface of a firewall should you be providing remote support of said firewall. These steps are known to work on Windows XP and Windows Server 2003. They have not been… Continue reading Setting Remote Desktop to an Alternate Port
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
How to enable remote desktop remotely
Lots of sites on the internet discuss how to enable remote desktop in Windows XP and Windows 2003 Server, but the majority of them require you to have physical access to the computer first. So how do you enable remote desktop when you do not have physical access to the computer. It is all to… Continue reading How to enable remote desktop remotely