#Exchange2010 #Powershell
So we know the prereq for Exchange 2010 by now. I’m using Windows 2008 R2, and I have a lot of servers in my test lab to install.
So I’m installing the following:
- Microsoft Office 2010 Filter Packs
http://go.microsoft.com/fwlink/?LinkID=191548
FilterPack64bit.exe - Hotfix Microsoft Knowledge Base article 982867
http://code.msdn.microsoft.com/KB982867
Windows6.1-KB982867-v2-x64.msu - Microsoft Knowledge Base article 979744
http://go.microsoft.com/fwlink/?linkid=3052&kbid=979744
Windows6.1-KB979744-x64.msu - Hotfix Microsoft Knowledge Base article 983440
http://code.msdn.microsoft.com/KB983440
Windows6.1-KB983440-x64.msu - Microsoft Knowledge Base article 977020
http://support.microsoft.com/kb/977020
Windows6.1-KB977020-v2-x64.msu
Bit of a pain in the butt to click on each one, so I created a batch file like this (assuming all the files are in the same folder):
FilterPack64bit.exe /quiet /norestart
Windows6.1-KB977020-v2-x64.msu /quiet /norestart
Windows6.1-KB979744-x64.msu /quiet /norestart
Windows6.1-KB982867-v2-x64.msu /quiet /norestart
Windows6.1-KB983440-x64.msu /quiet /forcerestart