This post has no real merit its just that the Error message caused me to actually laugh out loud:
[caption id="attachment_159" align="aligncenter" width="300" caption="An error with no description occured"][/caption] ...
Read More »
In the previous post on this subject I mentioned that I've been working on a little project regarding the EdgeTransport.exe.config file. With the advent of PowerShell I decided to look into writing my own Cmdlets and the EdgeTransport file seemed like a good place to start.
To get started you'll need to download the Cmdlet from here.
Once download you will need to extract it somewhere (in this example I just dropped it in C:\) and then install it by running the following command:
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\InstallUtil.exe C:\NAMOS-HiddenTransportConfig.dll
You ...
Read More »
Whilst there are a lot of features in Exchange 2007 that can be configured and tweaked using the GUI and Powershell I have on several occasions (bare in mind I work in Managed hosting so these occasions are not all for the same installation) needed to 'play' with the settings in EdgeTransport.exe.config file [which should be located in C:\Program Files\Microsoft\Exchange Server\Bin\].
EdgeTransport.exe.config appears to be XML which is extremely useful for something else I'll be releasing sometime soon and it also makes comprehension a breeze. Unfortunately whilst you can easily understand ...
Read More »