Category Archives: Windows Server
Running an OEM operating system as a virtual machine – “This system is not supported platform”
I recently had to install Windows Small Business Server 2011 for a small client of ours. As with almost every install at the moment, the decision was made to do the install as a VM on ESX 5 as although … Continue reading
WSUS 3.0 – “The server is failing to download some updates”
Having had a WSUS server running successfully in my home network for a few days, today I checked event viewer to see a large number of critical Event ID 10032 logs – description: The server is failing to download some … Continue reading
The disk group contains no valid configuration copies
It seems a few scenarios can cause “INTERNAL Error – The disk group contains no valid configuration copies” to appear when attempting to import a disk using windows disk management. In my case it was after un-installing Veritas Storage Foundation, … Continue reading
Removing Internet Explorer Proxy Settings Using Group Policy
I recently found myself taking over the support of an IT environment in which the Internet Explorer configurations were far from standardised. One particular pain experienced was that some client PCs had a variety of different proxy servers configured, not … Continue reading
Automatic IIS log removal
Having seen the data used on the C:\ drive of a number of Windows Small Business Server 2008 machines slowly spiral out of control, reducing the free space to only 1-2Gb on 50Gb+ drives I started to suspect something strange was happening. With the use of a handy tool named Tree Size which is available as a free download, I soon discovered it was the IIS logs that had been hogging all the space. IIS itself, performs no log rotation. The only way to control them is with the use of some VBS script. Continue reading