Hey there guys & gals!
Took a long weekend trip to Denver from 6/25-6/29 and then of course enjoyed the long July 4th weekend. That was a much needed reprieve!
So, feeling refreshed I finally cracked open the Transcender 70-294 exam to see where I've been going wrong on the 70-294. Having failed twice I was interested in seeing what I had missed. I went through 10 questions on Monday, 10 on Tuesday and 20 tonight. Of these exams I've gotten anywhere from 50-70% correct. Ugh.
Some items that I've learned:
1) When using GPO's to install applications on Terminal Servers, use the Assign/Computers policy when dealing with multiple servers and multiple apps. When there's only one server involved, use Add/Remove Programs to install. The reason for this is so that the application is installed in such a way that it's not user specific. Interesting.
2) I've always known that the higher priority GPO's took precedence but I never knew the lower priority GPO's were applied first, with the higher priority taking precedence. I had it backwards. I thought the higher ones were applied first and conflicts were overridden by priority. Guess this just helps me understand what some of the questions were asking for.
3) Member servers and Wks are assigned to Site's based on the their IP address matching the Subnet(s) assigned to a Site. Domain Controllers are manually assigned of course. Never picked this up in my reading material.
4) You cannot bridge site-links in a network that is not fully routed. Otherwise, bridges are basically 'pass-through' entity's for sites.
5) Software Installation settings do not override each other when coming from multiple GPO's.
6) Domains do not 'pass-through' GPO's. They only deal with trust & hierarchical issues.
Does that all sound correct?
There are a whole ton of other things that I've learned as well but their too numerous to mention. Guess I really did deserve those 600 scores.

*Positive Note* I just purchase these two books from Amazon and I'm really looking forward to reading them!
http://www.microsoft.com/learning/en/us/Books.aspx?Id=13621&locale=en-usMicrosoft® Windows Server? 2003 (R2) Administrator's Pocket Consultant, Second Edition
Anyone have these that would like to offer their opinions?
Finally, my GPO question:
If you need to install one application on Windows XP computers, and a different application on Windows 2000 computers as well, but they should not be installed on the wrong OS, how would you deploy this?
Answer:
Create (2) GPO's, one labeled XP GPO and the other, W2K GPO. Set a WMI filter for the XP GPO to only install on Windows XP. On the W2K GPO, set the WMI filter to ignore WIndows XP.
Assign both GPO's to the single, 2K3 DFL domain.
I think this answer is wrong because the XP GPO would get installed on both the W2K & XP computers right? Since W2K can't read WMI filters, it too will receive the XP appliction, correct?