I've heard from a few sources that the 70-270 exam can be used to meet the client requirement in MCITP: Enterprise Administrator. I wanted to know for sure, so I went to the source and emailed Microsoft Learning.
They sent a reply stating that 70-270 does not meet the client exam requirement for MCITP: Enterprise Administrator. You will need to sit one of the Vista exams or the Windows 7 exam. It's quite odd that it doesn't meet the requirement, as you could use your Windows 2000 client exam as a pre-requisite for MCSE on Server 2003.
Anyways, I intend to study the Windows 7 exam early next year.
Tuesday, 17 November 2009
70-270 and MCITP Enterprise Administrator
Exam 70-646: The Result
Yesterday I took the 70-646 Microsoft Certified IT Pro: Server Administrator exam. Being a current MCSE, I found the questions on the 70-646 exam easy to answer. In fact, I found it so easy that I passed with a perfect score 1000/1000. This is my first ever perfect score for a Microsoft Certification exam.
The next exam I am planning to study is the 70-647 Microsoft Certified IT Pro: Enterprise Administrator.
Sunday, 15 November 2009
Laptop Review: Asus N51Vn
The Asus N51Vn is flexible enough to be either super fast or have a long battery life, you choose. The HD LED display is super bright and crystal clear. The chassis is a little clicky when pressed, but the laptop is light enough to easily carry it with one hand. The area on either side of the touch pad gets a little too warm to be comfortable, especially when playing graphic intensive games.
The good: LED display, Performance, Battery life
The bad: Chassis, Comfort
Saturday, 14 November 2009
Install Exchange 2010 on Windows Server 2008 R2
- Install the Microsoft Filter Pack.
- Open PowerShell and run: Import-Module ServerManager
- With PowerShell still open run: Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
That will install the pre-requisites for Client Access, Hub Transport, and the Mailbox roles. If you are performing a different installation option, see this page. - After restarting, from within an elevated PowerShell window run: Set-Service NetTcpPortSharing -StartupType Automatic
- If you haven't already, run Windows Update and install all the latest critical updates
- Run the Exchange Install
- Choose your language option (Step 3 of the installer)
- The rest of the install should be fairly straightforward :)
Tuesday, 10 November 2009
Rename-Member Pipeline Function
Here is the PowerShell function I wrote to move rename members within PowerShell objects. Hopefully you will find it useful too.
I mainly use the function to move old data from one property to another when performing a comparison.
Wednesday, 4 November 2009
Fast deployment from WDS
To speed up a new deployment from a Windows Deployment Server, try this:
- Set the PC to boot from Hard Disk first and Network Second
- Pre-stage the computer account in Active Directory
- Set WDS to automatically network boot without requiring a user to press F12
- Start the client computer
Now I just need to work on automating the rest of the process.

