Main menu

SmartFeed by FeedBurner Subscribe to the site feed.


If you find the information here useful, then please consider a small donation, or linking to this site.

Recent Comments

Recent Tweets

  • @pjbryant Maybe not... but nationally public transport still suffers from 40 years of underinvestment (in BR days) and bus deregulation too
  • RT @thedailymash: Apple to ruin your life all over again http://bit.ly/duWw8m
  • @jfduncan (Possibly to do with OAuth...) Oh well... there's a reason for me to avoid Windows Live and WP7. Shame :-(
  • @jfduncan When I mentioned the lack of Flickr/Twitter integration in #wp7 to @paulfo, he said that Win Live could be used as an aggregator
  • @simonrharris Thanks mate - that's good news!

Calendar

February 2004
M T W T F S S
« Jan   Mar »
 1
2345678
9101112131415
16171819202122
23242526272829

Archive

Archive for February, 2004

Overview of Microsoft Software Update Services

I’ve spent the last few days working on a Microsoft Software Update Services (SUS) proof of concept for a client. In my last job, I implemented a hierarchy of SUS servers across Europe, to manage our Microsoft patch distribution. The system works – but it is a v1.0 product, and is somewhat limited in its [...]

Troubleshooting SUS

For anyone having difficulty diagnosing issues with Microsoft Software Update Services (SUS), I’ve produced a SUS troubleshooter diagram. In addition, the following resources may be useful:

SUSServer.com.
SUS statistics report (for analysing IIS logs).

SUS best practice

Following on from my overview of Microsoft Software Update Services (SUS), this post suggests some best practices that should be applied to patch management using SUS.
Check daily for correct SUS synchronisation
Each day, the Microsoft Software Update Services administrative tool should be used to view the synchronization log. This will indicate if there were communications issues [...]

Overview of the Microsoft Baseline Security Analyzer

Like Microsoft Software Update Services, the Microsoft Baseline Security Analyzer (MBSA) is a security toolkit component born out of the Microsoft Strategic Technology Protection Program (STPP).
MBSA v1.2 is available for download from the Microsoft website and provides a graphical and command line interface that can perform local or remote scans of Windows systems. MBSA runs [...]

Tracking down IBM BIOS updates

The IBM website is not always the easiest to navigate and I spent ages today tracking down the latest BIOS for a number of servers. To save someone else the same issues in future, I recommend that to quickly find the latest BIOS for a PC or server, search for +flash +BIOS +update +<em>modelnumber</em>.
More search [...]

Connecting to a server’s console session using RDP

One of my colleagues introduced me to a switch I had mot previously encountered for connecting to the console session on a server using the Microsoft Terminal Services/Remote Desktop Connection (RDP) client. Although not presented by the GUI interface, the mstsc command includes the /console switch. For the full command syntax, type mstsc /? or [...]