Going home very early this morning, but as a TechEd newbie I made a few notes & tips to self:
Reuben’s collections, anouncements and contributions (rambles!) including Windows related technical arcitecture tips & chat, with occasional event reporting for good measure.
Going home very early this morning, but as a TechEd newbie I made a few notes & tips to self:
Slighty shabby and a late start to Thursday following the Windows Server 2008 R2 EAP dinner – many thanks to Stuart, Gareth, Neil, Alex, etc.
We were also joined by Allen Stewart & Rajesh Dave from corp. Allen is Principal PM for Windows Server and Raj is a PM for Windows Hyper-V. Both are very interesting & incredibly knowledgable guys and we had a great chat. I hounded them for info on Hyper-V thin-provisioning of memory and whilst they couldn’t confirm anything as said ‘we all live in hope…’
As for the dinner, the UK team chose a fabulous Italian restaurant called Bacco (www.bacco.de/english/restaurant/restaurant.html) which I’d definately go back to and hosted a great evening…
…as for the night, I’d been invited to the 1E TechEd Europe party at Spindler & Klatt www.spindlerklatt.de - an uuber trendy restaurant/club in East Berlin frequented by the likes of Angelina, Clooney, and now Cook!
What a great party and many many thanks to all the team at 1E (www.1e.com). Did I mention I was the 4th member of the team in the founding year of the business but we went our separate ways (yes I probably did & several times
), oh for a few percent of that now… anyway, moving on!
Seriously though hats off to Samir, Mark, and Phil – they have built a company that knows how to throw a great party (regarded as the best at TechEd), and a team of very bright, talented people who have a lot of respect for the company and its founders.
Ouch my head is pounding! time to go to sessions…

Service Level dashboard – free solution accelerator dashboard on Microsoft

- you need to manually unblock ISATAP entry in DNS which can be done via the registry or command line, e.g.
C:\>dnscmd /config /globalqueryblocklist wpad
Registry property globalqueryblocklist successfully reset.
Command completed successfully.
ISATAP is a huge subject in it’s own right, the Intra-site Automatic Tunnel Addressing Protocol Deployment Guide is available at http://www.microsoft.com/downloads/details.aspx?familyid=0f3a8868-e337-43d1-b271-b8c8702344cd&displaylang=en
- Check tunnel endpoint authentication using ‘klist’ to list Kerberos data
- Use NRTP to direct DNS queries to a specific server for a particular names space (view using ‘netsh namespace show effectivepolicy’)
- PKI needs to be right as certificates are the foundations
- you must publish the revocation list
- NLS (Nework Location Server) is just a https website accessible from the DA server, e.g. nls.corp.example.com
- if it doesn’t work, it could be a couple of days troubleshooting!
- new features
- applications need retry mechanisms built in to provide seamless failover
- no longer have to take down the cluster to upgrade, supports rolling upgrades
Want to deploy stretched clusters? lots do. As in separate geo-redundant clusters, not separate nodes e.g.

Stretched SQL Clusters or the doodles of an artist?
- sql 2008 failover clustering install breaks on windows server 2008 R2 and needs to be slipstreamed with SP1 (If only we knew this last weekend!)
(slipstreaming is incorporating patches into the installation media to effect a higher level of install base over RTM – Microsoft tend to do this but not always quickly!)
see http://blogs.msdn.com/psssql/archive/2009/03/17/how-to-fix-your-sql-server-2008-setup-before-you-run-setup-part-ii.aspx for more info
- during upgrades to a 2-node cluster there will be a period of time when you are exposed to node failure, and must not have a failover attempt for fear of corruption. removing the node from the cluster owners will stop premature attempted failover.
Further Microsoft resources.. (will add others also)
SQL Server ® 2008 Failover Clustering White Paper: http://sqlcat.com/whitepapers/archive/2009/07/08/sql-server-2008-failover-clustering.aspx
Recommended Books Online Doc Refresh #7 (May, 2009), or later: http://msdn.microsoft.com/en-us/library/ms130214.aspx
Failover Clusters – Getting Started: http://msdn.microsoft.com/en-us/library/ms189134.aspx
Rolling upgrade process and best practice: http://msdn.microsoft.com/en-us/library/ms191295.aspx
Maintaining a Failover Cluster: http://msdn.microsoft.com/en-us/library/ms178061.aspx
Setup command line usage: http://msdn.microsoft.com/en-us/library/ms144259.aspx
Configuration.ini file usage: http://msdn.microsoft.com/en-us/library/dd239405.aspx
Not the best day for me in terms of TechEd objectives (i.e. attending learning sessions, etc.) with the first post of the day saying ‘decisions decisions… for sessions just 09:00-10:15′ as struggled to choose between:
DAT302 Top 10 Best Practices for Microsoft SQL Server 2008 Analysis Services
or
MGT11-IS Get Virtualized with Microsoft System Center Essentials!
or
OFS322 Overview of Social Computing in SharePoint 2010
or
SVR207 Windows Server 2008 R2 File Classification Infrastructure: Managing your file data more effectively.
or
SVR319 Multi-Site Clustering with Windows Server 2008 R2
Ended up doing none of the above, but did have a productive breakfast meeting with Stuart Leddy, UK Windows Server Product Marketing Manager. Stuart has been heading up the Windows Server 2008 R2 UK EAP activities that we have been involved in with Ascom Network Testing (http://blog.thefullcircle.com/2009/11/05/the-full-circle-secures-ascom-network-testing-for-windows-server-2008-r2-early-adopter-program/)
The day turned into going from one full session to the next, and walking back and forth for what seemed like miles in between!
my TechEd tip for the day - for popular sessions get there 10 minutes before they start!
Eventually did get into a 1st choice session I wanted at 12:20…
Jeff Woolsey, Senior Program Manager, Microsoft Virtualization
http://blogs.technet.com/virtualization/
Virtualisation is one of the hottest topics in IT today and security is a top priory for IT staff. In this session we cover security best practices for Hyper-V and introduce the Hyper-V Security Guide. This guide is Microsoft’s reference for hardening servers running Windows Server 2008 with Hyper-V enabled.
- Use of BitLocker
- AV scanning of offline VHD images… stale/dormant VMs that get reintroduced to the corporate network then can wreak havoc to new vulnerability exploits. first product to do this is McAfee VirusScan Enterprise for Offline Virtual Images (rolls off the toungue!)
- AV configuration… added benefit of passthrough disks – host AV will scan these disks. install AV on the guests!
- VHD performance, 2nd most popular VM workload in Microsoft is SQL! fixed disk performance is now on par with raw/real disk! but remember spindles still count!
- Dynamic VHDs are now up to 15x faster with R2 – still a 10-15% performance hit over fixed, and the risk of disk over commit
- Multipath I/O (MPIO) in R2 & Win7 is soo much easier with iSCSI Quick Connect
- Advanced Storage Capabilities… storage dedupe and replication, if it is block based it will work
Hyper-V Networking – don’t forget the parent is a VM too! the Hypervisor slides in beneath the O/S once enabled. More NICs the better, min 2, min 3 with iSCSI
Jumbo Frames… Significant performance increases, but the infrastructure must support it. also needs to be end-to-end. confirm test with ping host -l 4000 -f – if you get a response you have jumbo frames
Virtual Machine Queues - Hyper-V R2 supports processing offloading to newer network adaptors (Intel, Broadcom, etc.), most benefit with 10Gb/E
- more tips… turn off screen savers in guests, in Windows Server 2003 create using 2-way to ensure MP HAL
more of a best practise and walkthrough of some basic tasks like not forgetting to install Intergration Component, good session and great blogger (not me – Jeff!
)
Continuing the post on TechEd Europe started on Monday I’ve decided to write daily, there is just too much for one mega-post. In fact, most sessions have enough quality content to justify their own posts, but I’ll save you from this!
It’s a massive geekfest! ja!
First session of the day for me is:
Mark Minasi, internationally recognised technical guru, funny guy, great speaker (his next session on IPv6 in the afternoon was one of the most over-subscribed sessions of the event and I didn’t get in
)
Load Windows 7 or Windows Server 2008 R2 on a system, and you’ll notice something sort of strange: there’s no boot record or BCD folder. Look at other Windows 7/R2 systems, and you may notice something even stranger: there’s only one file on the hard disk, and yet you can boot the system and run a normal Windows system. What’s going on here? Simple: Windows 7 gets a lot of press for its faster-than-Vista performance and newer user interface, but there’s a lot more to it also, including native support of VHD files (that’s how a one-file system boots) as well as a new default disk structure, support of direct-to-disk ISO burning, and more. Whether you’re going to Windows 7 sometime soon or five years from now, you’ll want to be prepared for the changes that Windows 7 brings to storage—and who better to prepare you than veteran Windows explainer Mark Minasi? Join Mark for this quick look at Windows 7/R2 storage and save yourself having to read a small mountain of whitepapers!
Mark Minasi: “come to the command line, the command line will set you free!. If we want the full power my friends… the command line!”
Also, ignore the V in VHD, there’s nothing Virtual about VHD’s
How easy is it to create a VHD?
diskpart
create vdisk file=filename maximum=sizeinmegabytes [type=fixed|expandable]
select vdisk=drive:path
attach vdisk (can attach as read-only)
Of course, it can also be done through the GUI, although this is lame! come to the command line! (I like this guy lots!)
Creating a bootable VHD image:
1) Take your gold image machine and sysprep it
2) Attach an extra drive
3) Image the system to the drive (/verify /check)
4) Create a new vhd
5) Select the vhd
6) Apply the wim file to the vhd (imagex /apply)
7) Detach the vhd
You now have a sysprep’d gold image that you can deploy and boot from on as many machines as you like. Sysinternals also have a tool that does the same and used the same API’s so is functionally identical
Basic VHD boot:
1) Copy the VHD to a local hard drive
2) Use BCDEDIT to create a new OS entry that points at the VHD
bcdedit /copy (copy the resultant GUID to the clipboard!)
What about making a system that has no installed O/S – just a pure boot from VHD
If you do this – insomnia! you cannot hybernate a VHD system!
How to setup WinPE – newsletter #59 on www.minasi.com
Create the system.wim – newsletter #61
Jason Buffington, Technical Product Manager, DPM
http://jasonbuffington.com/
http://blogs.technet.com/DPM
dpminfo@microsoft.com
The third generation of Microsoft’s backup and recovery solution began public beta in October 2009. In this session, we spend most of the hour demonstrating what’s changed, the new capabilities, and what you should be planning for with Data Protection Manager.
Agent deployment changes, can install as before, but also attach to an existing agent which covers for agents behind firewalls, externally installed, etc.
Disk Allocation – changes to support collocating data in the DPM storage pool, also the ability to Automatically grow the volumes – woohoo!! (single biggest request for DPM into Microsoft)
Client support – as in client workstations, laptops, etc. Much improved support for remote clients over long, thin links. Capabilities to enforce an IT policy for backup but also allow the end user to add to the protection (with controls, i.e. IT can still enforce exclusions such as no MP3s).
“I like one throat to choke” – i.e. using a Microsoft backup tool to backup Microsoft
Using DPM to provide Disaster Recovery, i.e. replace a.n.other replication technologies by having another offsite DPM server (can do very funky automated recovery into a VM using VMM).
One thing to remember if you don’t attend another DPM session. For compliance, PCI, Sarbanes, whatever! If you have your offsite DPM server with the tape drive at that location you are already backing up and storing in a seperate geographic location – “You don’t have to pay the guy to lose your tapes for you!”
DPM 2010 Scalability
100 servers, 1000 clients, up to 2000 databases per server
Significantly increases fan-in of data sources per DPM server
DPM Recovery – specify ‘latest’ will not just restore the last DPM replica point, but also play back the transaction logs to the point of failure
www.inframon.com – “scary smart people who have taken DPM management to a whole new level”
you heard it hear 1st…
DPM 2010 from RC onwards will support backup of non-domain joined clients, i.e. none AD clients
– this got a major applause (fortunately no ‘high-fives’).
Feedback – Jason is an excellent, engaging presenter with deep understanding of the product with massively relevant content, way more interesting than the SQL performance tuning I was going to do.
Marcos Nogueira
Snapshots in Hyper-V are a very powerful feature that when used properly can save you from disaster. On the other hand, snapshots, if used incorrectly, can bring a server down. Can snapshot replace a backup? At this BoF session we discuss the best practices for snapshots and some common usage scenarios.
Interactive, audience led session. Not helped by folks not that keen on talking, and the speaker, sorry host (is not a demo, presentation), didn’t sound confident although should do with 3000 VM’s in his enviornment!
My question about snapshot avhd merge issues, even if you delete the snapshot striaght after the test the avhd/s will continue to grown until either the VM is shutdown or saved. Is there any other way of merging the AVHD files back in e.g. a ‘live merge’
Using snapshots in development through test, qa, etc. to manage iteration testing
Another session with Jason Buffington of DPM fame, we are now the DPM’ers!
In this session we look at the challenges and special requirements for protecting and recovering Microsoft SharePoint Server, as well as Microsoft Exchange Server, and Microsoft SQL Server. We discuss how Data Protection Manager (DPM) uses the native application VSS writers to ensure supportable backups and recoveries, and discuss the implementation specifics for protecting these key platforms. The discussion focuses mainly on DPM 2007 SP1 implementations for Microsoft Office SharePoint Server 2007, SQL Server 2008, and Exchange Server 2007, but concludes with a glimpse into what DPM v3 is planning for O14 and E14.
DPM2010 new features for SharePoint – auto protection of new content dB’s, no need for a recovery sharepoint farm
Tip – for workload specific DPM information goto www.microsoft.com/dpm/yourworkload e.g. www.microsoft.com/dpm/sharepoint - how to’s, videos, sandboxed demo enviornments, why you need it (for the boss), etc.
Tip – DPM can restore to tape, e.g. when asked for a copy of last month’s backup for the auditor, rather than give them a tape containing EVERYTHING (and you know you’ll never get it back), you can just give them the data they need from the time they want it.
Further training… TechNet virtual labs – for hands-on learning with DPM 2007 SP1
Storage and virtualisation are two of the hottest technologies in IT right now—and they’re even better together. Microsoft is delivering new products into both spaces, and understanding the impacts that storage has on a server virtualisation design is key to understanding and successfully building a virtual infrastructure. This session talks about where we are, where we’ve been, and where we are going. We give you the information you need to know to make the right storage decisions in this new virtual world.
Hyper-V Architecture overview
Key to have the HCL/supported hardware (we know this, but it’s especially important for clustering)
Hyper-V Storage
DAS: SCSI, SATA, eSATA, USB, Firewire
SAN: iSCSI, Fibre Channel, SAS
NAS is not supported (stick an iSCSI target on it!)
Storage parameters / constraints..
Max VHD size 2048GB / 2TB
Tip – ISO’’s on network shares, and especially with remote management.. needs a computer account & constrained delegation! (gets round issue of needing local ISO’s on the nodes… ahhh! learnt something!
)

Hyper-V Constrained Delegation
Differencing VHDs – performance vs. chain length – above 8 the performance delta becomes significant
Hyper-V and AV..
SAN Boot and Hyper-V
Boot host from SAN (FC or iSCSI)
Boot child VM frin iSCSI (PXE solution such as emmboot)
iSCSI performance best practises with Hyper-V..
Jumbo Frames since R2 ![]()
..
Live Migration/HA Best Practises
CSV
Multi-Path IO (MPIO) is your friend
Standardise names of virtual switches
Use ISO’s not real CD/DVD as will break live migration
Sizing Storage for Hyper-V
see pic
HA with Hyper-V using MPIO & FC SAN
see pic
Chris Baldwin (chris.baldwin@microsoft.com)
Chris started by admitting to talking far too quickly, so excuse this post, maybe disjointed!
Is there anything you could be doing better with SQL Server Reporting Services? This session explores some of the best practices associated with report design and report server deployment. Topics range from the best way to plan your scale out architecture, to the best way to optimise your reports design for performance.

Agenda..
Server Deployment
Backup/Restore… see pic
Security – use read-only accounts, be wary of unecessary use of Windows Integrated, if really paranoid can be disabled for RS (server properties)
Monitoring & Planning – use VS2005 to perform load testing on RS, RS caches so beware testing results, can use ‘NullRenderer’ subscription to pre-process and prime the cache ahead of use
One-Box deployments useful, but not great for production due to lack of scale
Report Design and layout
Understanding Tablix
Report performance analysis and optimisation – subreports can negatively impac, move subreport layout up into main report, merge main report and subreport datasets
Data Visualisation
.. will post pics!
RS Architecture..
pics to post!
<if you are reading this the week of 9th November then apologies up front, its published but is really a working draft>
Microsoft TechEd Europe 2009, Berlin 8-13th November, 2009
So this week I’m a TechEd & Berlin virgin, although I guess I’m not alone as there are over 7200 people from 104 countries attending this event! (ignore the later picture, it’s out of date before it was taken).
MD of German MS Business
www.citymosiac.de – Berlin Social Media project to mark 20yrs since collapse of the Berlin Wall
Stephen Elop, President, Microsoft Business Division
you can’t save your way to success, simply cost cutting not the answer
do more with less has become “with less, do more” – the new efficiency
UK govnt. Embracing cloud computing to increase efficiencies
Customer evidence from Statoil (Petter Wersland), NASDAQ OMX (Carl-Magnus Hallberg), Chester Zoo (Phil Morris)
Statoil – Exchange 2010 TAP, reduced storage by 60% but increased mailbox size 40-fold!
Identity & access & the cloud – complexities need to be addressed.
NASDAQ – latency issues due to disperse geography with low-long bandwidth, use of Win7 & Branch-cache. Emphasis on IT & technology alignment with business projects, close to the strategy of the business.
Chester Zoo – Virtualisation saved £11K in electricity alone, being a Zoo obvious green agenda alignment. Chester Zoo installed 50km of fibre optics, and have wireless cameras throughout the complex, inc. In cages – IT manager has been attacked by monkeys.. (literally!)
Windows 7 had over 7m beta users
Win7 was the biggest pre-order product on amazon.co.uk, dethroning Harry Potter “Windows 7 is King”” (oh dear!)
Cloud Computing
Microsoft Online Services
Exchange Online – adopters inc. GSK, Aeon, etc, often in conjunction with on premises Exchange
Exchange 2010 GA today, RTM launch
Julia White, Director, Exchange 2010 Product Team
Demoed a mailbox move whilst in use…. err? Is that new? Didn’t show the client at the end of the move process… was there a prompt?
Exchange 2010 mail tips that advise the user of issues before they click send, e.g. incorrect distribution groups, Out of Office, etc.
Speech to text and vice-versa
Outlook Web Access now, Outlook Web App
Unified Messaging improvements, also integrated into OWA
Transport rules that can apply actions to email types regardless of sender choices (or lack of – e.g. adding DRM to certain types of email)
DRM working across access types (mobile, browser… demo used FireFox)
Multi-mailbox search capabilities
Forester claim a complete ROI on Exchange 2010 deployment in 6 months!
Various ForeFront launches announced today
IT Infrastructure
Apparently (allegedly) 70% of the world’s servers are running Windows
- Windows Server 2008 R2 stats – 460,000 downloads thus far
Robert Whabe, Corporate VP, Microsoft Server & Tools Business
Evolution of the Datacenter – green IT, virtualisation moving to private then public cloud
BranchCache reduced MS Mexico sales office bandwidth by 90%
SCOM/OpsMgr Dashboard demo showing KPI & summarised
Jeff Wettlaufer, Technical PM, System Center
Bunch of redelivered stuff around SCVMM e.g. PRO, Live Migration, power mgmt, etc.
Today and the following two days I’m training again! (a recent raft of great MS partner subsidized training, that in the absence of any current major projects, are just too good to pass by – next week Hyper-V deep dive
).
This time I’m with another close TFC associate, Tony Askew. Tony is a Windows Infrastructure Architect I’ve known for getting on 13yrs since working together on a large document management project when he was working with Lewisham Council and me with EDS.
Anyway, the training!


Tony looking bemused and confused (before the course, of course!
patrick from HP with his mate, Guinness
Data Center Management Solutions
Config Management – SCCM providing automated provisioning (OSD) and updating (patching) of both physical and virtual environments
End-to-End Monitoring – SCOM Enabling of service level monitoring, not just ’server level’ monitoring, and service levels against those too!
Server Compliance – SCOM and ACS providing centralised security auditing with controls and reporting
Data Protection and Recovery – DPM providing Business Continuity through Virtualization Management, Backup and Recovery of Physical and Virtual resources, Disaster Recovery including SRT
Systems Management Suite Enterprise (SCOM 2007 EE, SCCM 2007, SCDPM 2007 EE, SCVMM 2008) – all for about $1400 – bargain!
- Provides the rights to manage an unlimited (okay 192) number of VM’s
- would be $753+$750+$753+$1512 ($3768) for the suite if purchased seperately
- additionally this is only 20-30% of any of the comparative Enterprise Management suites from the likes of CA, BMC, etc.
“If you’re going to manage the enterprise you have to support cross-platform”
System Center Service Manager – beta available now on Connect (https://connect.microsoft.com/site/sitehome.aspx?SiteID=446)
SCOM 2007
End-to-End Service Monitoring – proactive management of IT services
Best of Breed for Windows – the product teams are behind the management packs, TechNet knowledge built in, expertise for over 50 Microsoft applications, servers, and clients
Increased Efficiency and Control – reduce the complexity of managing the IT environment
Tip – Install Management Packs individually, starting with the OS, monitor the alerts, address the configuration issues using overrides where necessary, then add higher level packs, again leave the environment to accumulate good sample data before revisiting and correcting further configuration issues or tuning out as appropriate.
Management Packs – www.microsoft.com/opsmgr (vanity link!
, or direct to http://technet.microsoft.com/en-us/opsmgr/cc539535.aspx
Tip – with any new deployment create an ‘Active Alerts Closed’ view to capture alerts that have changed state and would not be captured in the Active Alerts view (with specifc resolution state = closed)
Tip – best OpsMgr (SCOM) blog on the net… http://blogs.msdn.com/boris_yanushpolsky/
DPM 2007
Reporting – rocks! ![]()
Express Full Backups – effecient over the wire backup as just backing up the changes once a full replica has been created
DPM Planning and Deployment Guide – http://technet.microsoft.com/en-gb/library/cc161369.aspx
DPM Health Model (alert list, etc.) – http://technet.microsoft.com/en-us/dpm/dd218051.aspx
Tip – Add a SCOM Management Pack for DPM, but also add the hardware/platform vendor MP in additon to the OS MP as this will report on lower level errors for completeness
Tip – add the DPM Capaicity Planner tool
Tip – using System Recovery Tool to restore to non-similar hardware, the how to move a Windows installation to different hardware KB may come in handy… http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q249694
VMM 2008 – A centralized, heterogeneous management solution for the virtual datacenter
Unified Management – cross platform virtualization management for VS, Hyper-V, and VMware VI3
Integrated Conversion Tools – P2V, V2V,
Unlimited Virtualization with Data Center – just license the procs, unlimitedVM’s, 1/3rd cost of VMware
Tip – MS Hyper-V disks; for performance use in order of preference pass-through, then fixed, then differencing (will end up the same size anyway), dynamically expanding (huge overhead, 3 writes per write, only for use in test/dev, training, etc.)
Happy with this training course?
Overall Satisfaction
having attended scores of professional IT training since 1991, this course stands out amongst the best I’ve attended, the quality of the content & materials, the actual products themselves, but above all the outstanding quality of the instructors – hats off to Gordon & Justin from Inframon
This week am attending SCOM & SCCM bootcamp exam preparation training with one of our close associates, Ashley Lawrence. Ashley has been involved with The Full Circle (www.thefullcircle.com) since its beginnings in 2002-03. Ashley & I had worked together (you’ll have to look at my linkedin profile) prior to this, and have succesfully continued to work on various projects together since even though he is now based in Qatar!
Anyway, this week rather than work, work, work, it’s train, exam, train, exam, the details of which are below:
Event Title: 44HOL003 – Systems Center Specialisation – Exam Preparation Bootcamp – (SCOM and SCCM)
Exam 70-400: TS: Microsoft System Center Operations Manager 2007, Configuring
http://www.microsoft.com/learning/en/us/exams/70-400.mspx
Exam 70-401: TS: Microsoft System Center Configuration Manager 2007, Configuring
http://www.microsoft.com/learning/en/us/exams/70-401.mspx
44HOL003 – Systems Center Specialisation – Exam Preparation Bootcamp – (SCOM and SCCM)
We did the SCCM on the Wednesday afternoon, and fortunately most of what we were told must have sunk in as we both passed with flying colours!
, we came to following conclusions to appraise…
SCCM Exam – in the context of the course, totally applicable, relevant, etc. but then it should be as the ‘course’ was a bootcamp designed to pass the current exam – as usual for a Microsoft exam quite a lot of poorly worded questioning more about one’s ability to read the question rather than test the subject matter.
SCCM Course – (i.e. an exam prep bootcamp) it did exactly what it set out to do – increase the numbers of certified SCCM partners (and therefore MCP’s) in the market, by passing the exam (see above re: exam vis-à-vis course), however I’d hope that the full blown course has more real-world examples, and more engaging labs, such as grouping/teaming delegates into sub-groups to work together on real world scenarios e.g. multiple secondary sites distributing and reporting on secondary site level client distributions, etc. to bring everyone together. Obviously the aforementioned example further alienates the smaller shops who don’t run or need multi-level hierarchies, but you get my drift – the labs are weak!
Firdous Gangat & Dave Allen – Firdous & David really made the difference to this course material, which alone would have been quite poor (labs anyway). Their knowledge added 1000% to its value, this said it did what it said on the tin as I passed both the SCCM & SCOM exams during the week as planned.
heating probems during the week (lack of cooling) caused some problems and some of the kit is quite old (ML310 G1, didn’t really have the horsepower for virtualised SCOM!), when ML110-G5’s came down to £100 someone should have snapped them up!

A well deserved beer at the end of the course, but not for me
my beers scheduled for after the SCOM...
Summary:
Prerequisites:
Agenda:
Distributing Applications
Topics
Manage packages.
Manage programs.
Manage advertisements.
Schedule distribution.
Track success and failure rates for distribution.
Manage distribution points.
Labs
Use the Copy Packages Wizard to duplicate a package
Create a program dependency
Deploying Operating Systems
Topics
Capture a reference computer image.
Manage task sequences.
Configure site system roles related to deploying operating systems.
Deploy operating system packages.
Customize user state migration.
Deliver applications.
Labs
Create update lists.
Deploy an operating system to a secondary site
Create a PXE service point
Migrate user state
Securing a Network Infrastructure
Topics
Configure Network Access Protection (NAP).
Maintain NAP.
Migrate from Inventory Tool for Microsoft Update (ITMU) to Windows Software Update Services (WSUS).
Deploy software updates.
Manage vulnerability compliance.
Labs
Enable software update management.
Create deadlines for update deployment
Configure maintenance windows
Managing and Maintaining an SCCM Infrastructure
Topics
Manage system health.
Configure automatic maintenance tasks.
Create custom reports.
Maintain clients.
Manage systems by using configuration management.
Manage Wake on LAN.
Labs
Import and export Collections, Reports, and Queries.
Generate alerts for distribution points.