Weather Warning

With extreme weather forcast for Melbourne’s South-East prepare for some minor interuptions to services. The most likely cause [...]

Spam Quarantine Report

Yesterday 7/2/2012 there was an issue with SOME spam reports. You will know you have been effected by [...]

Weather Affected Services

Yesterday Gippsland’s wild weather  caused a significant number of interuptions, most of these were power related. At this [...]

Network Speed Upgrade

Early today our network transit provider underwent a significant back-haul upgrade. This has resulted in a significant increase [...]

Network Upgrade Complete

After testing this evening we can now confirm our redundant internet path is operational. This ensures that all [...]


Install Exchange 2010 on Server 2008 R2

1. Open Powershell (Open Powershell window with elevated rights by right-clicking it “Run as Administrator) and import server module first with “Import-Module ServerManager” command then install/enable Operating System components with script below: (for typical install)

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

2. Reboot

3. Open Powershell (Open Powershell window with elevated rights by right-clicking it “Run as Administrator) and run ‘Set-Service NetTcpPortSharing -StartupType Automatic

4. Proceed with Exchange install.