Install and Configure Remote Desktop Services (Web Access)
KB ID 0000104 Problem Originally we had TS Web in 2003, and while I had a little play with it, it basically just gave you RDP over web, which would have been good if it ran over HTTP or HTTPS, but it didn’t. Also, as anyone who has ever done a complex Google search for “/tsweb” will testify, left a nice big security hole in to your servers. With the release of Server 2008 we got TSWeb 2008, this was a whole different...
WSUS Install Error – ‘ The update could not be found. There may be a network connection issue.’
KB ID 0000585 Problem Seen on a “Brand New” Install of Windows Server 2008 R2, while attempting to install the Windows Server Update Service. Windows Server Update Services Installation Failed The update could not be found. There may be a network connection issue. Solution 1. Internet access was fine, though as it was complaining about an update, I did a full Windows update, and left it running while I went for a coffee....
Windows Server Update Services – Install and Configure
KB ID 0000592 Problem Windows Server Update Service or WSUS, (previously called SUS Software Update Services) was an additional download that you could use to let one or more servers in your organisation handle the updates for your Windows clients and Microsoft applications. With Server 2008 R2, it is now included as a server ‘role’ rather than a download. It’s a great tool for centrally managing and reporting on...
Server 2008 R2 – Hangs “Preparing to configure Windows. Do not turn off your computer”
KB ID 0000657 Problem Saw this today on a Windows 2008 R2 Server, post reboot it just hung like this. Solution 1. At first I thought this was the problem, but a CTRL+AL+DELETE didn’t work. 2. A Google search prompted me to connect to the ‘services’ from another server to see if the Windows Modules Installer Service was stuck stopping or starting, but that was OK as well. 3. It was the client’s Virtual...
IIS – ‘This Web site cannot be started. Another Web site may be using the same port’.
KB ID 0000660 Problem After being unable to access my Exchange Management console, it turns out the default website had stopped. When I attempted to start it I was greeted with this error. Solution 1. Nothing was using the usual web ports (80 and 443) which I found out by running the following two commands; netstat -aon | find “:80″</p> <p>netstat -aon | find “:443” Note: If you do have a process...