Just in case you have ever wondered.
Author Archives: James
Prepare for Automatic Update distribution of IE8
Windows 7 RC to go public on May 5
From Ed Bott
Oops, Microsoft did it again. Someone in Redmond accidentally published a page offering downloads of the Windows 7 release candidate to MSDN and TechNet subscribers. That appears to be a slip-up, but the page also confirms the date when the Windows 7 release candidate will be publicly available.
Mainstream support for Windows XP Ends
Microsoft’s free product support for paid users of all versions of Windows XP officially ended as of April 14. What this means is that Microsoft will no longer give complementary product support to XP users.
This doesn’t mean the end of the free security updates. There will still be Hotfixes but no new Service Packs.
Time to move on.
OU Admin Day 2009: Slides and Handouts
After a slight delay here are downloadable Slides and Handouts from OU Admin Day 2009.
The files are all included in a single ZIP file.
The Sixth Annual “OU Admin Day” took place this year on 8th April 2009
Programme of talks
- 09:30 – Registration and coffee
- 10:00 – Introduction to the day
- 10:05 – ISS Strategy
- 10:30 – Green Computing and Procurement Guidelines
- 11:00 – Coffee Break
- 11:15 – Hosted Infrastructure and Research Storage
- 12:00 – Lunch
- 13:00 – ISS Services Roadmap
- 14:00 – Coffee Break
- 14:15 – ISS Desktop Roadmap
- 14:45 – ISS Demonstrations
- 15:15 – Questions to ISS
- 16:30 – Close of Day
Thanks to all who attended.
vmToolkit
I needed to resize some VHDs this weekend and came across some useful tools from vmToolkit
VHD Resizer and VMDK to VHD Converter
For those on CAMPUS I have downloaded a copy of each to iss\public.
Scheduling a Backup in Windows Server 2008 using WBADMIN
The Windows Server Backup feature provides a basic backup and recovery solution for computers running the Windows Server 2008 operating system and offers significant improvements over its predecessor. Windows Server Backup introduces new backup and recovery technology and replaces the previous Windows Backup (Ntbackup.exe) feature that was available with earlier versions of the Windows operating system.
One or two people have asked recently how to schedule a backup using the Windows Server Backup feature in Windows Server 2008. This is certainly a legitimate question as the GUI tools provides little or no flexibility is choosing which volumes to backup and to where. As such we need to look to the command line for WBADMIN
In order to schedule the task you will either need a dedicated hard disk and it’s drive letter or a UNC path to a share.
The following command will backup drives H, I and Z to a share called weekly backup on server1.
wbadmin start backup -backupTarget:\\server1\weeklybackup -include:H:,I:,Z:: -quiet
The command can be broken down in to 4 parts:
Wbadmin start backup
Runs a one-time backup. If used with no parameters, uses the settings from the daily backup schedule.
backupTarget
Specifies the destination to which the backups will be stored.
-include
This switch allows you to specify which volumes you would like to backup.
-quiet
Supresses any prompts to the user allowing you to run the command unattended as a the task.
Important:
If you save a backup to a remote shared folder, that backup will be overwritten if you use the same folder to back up the same computer again. In addition, if the backup operation fails, you may end up with no backup because the older backup will be overwritten, but the newer backup will not be usable. You can avoid this by creating subfolders in the remote shared folder to organize your backups. If you do this, the subfolders will need twice the space as the parent folder.
Internet Explorer 8 Released
The Basics of the Windows Server 2008 Distributed File System (DFS)
For anyone who is curious how our software servers and other DFS paths work there is an excellent blog by Jose Barreto at Microsoft explaining the principles and rationale behind the Distributed File System (DFS)
Which Operating Systems are we using at Newcastle?
I thought it would be interesting to see where things stand with Operating System usage in the Active Directory. These figures are based on 10984 active computer objects.
Windows Clients: 10398
Windows Vista: 472
Windows XP: 9894
Windows 2000: 32
Windows Server: 392
Windows Server 2008: 65
Windows Server 2003: 323
Windows Server 2000: 4
Other: 192
Windows 7 Ultimate: 9
No Operating System: 125
Mac OS X: 43
Samba: 17