Apr 21
When you want to adjust the Maximum Attachement Size in Exchange 2007, you can use this script to check where the size limits are set.
The only Message Size limit that is not set through Powershell, is the one for Outlook Web Access. This is done through the web.config file on the Client Access Server.
- First make a backup of the web.config file (default location c:\Program Files\Microsoft\ExchangeServer\ClientAccess\Owa).
- Open the file with Notepad
- Change the line <httpRuntime maxRequestLength=”30000″ />
Where 30000 is the maximum message size (in kilobytes)
- Save the file (nothing else needs to be done)
Apr 15
I found a good document from Cisco about networking in ESX. It has some good best practices and information about the network implications.
The document can be found here.
Apr 15
So the Microsoft ISA Server will be replaced by a new product. It’s called Microsoft® Forefront™ codename “Stirling”. The name it will probably be is “ForeFront Threat Management Gateway”.
You can download the beta, here.
More info, read the press release or the Microsoft Stirling site.
Apr 14
After receiving a certificate from my SSL provider, I noticed I couldn’t import the certificate in IIS. A bit strange, because I still had a pending request. I could just add the certificate to my store, but I needed the Private Key.
Whatever I did, nothing seemed to work… so I used the following procedure to restore the Continue reading »
Apr 03
Here are a some common commands for configuration issues regarding Windows 2008 Core :
- Enable Terminal Server:
cscript C:\Windows\System32\Scregedit.wsf /ar 0To view this setting:
cscript C:\Windows\System32\Scregedit.wsf /ar /v
Continue reading »
Apr 03
First be sure SNMP is installed on the Core Server, check with OCLIST.EXE and search for SNMP-SC.
If it isn’t installed, install it: start /w ocsetup SNMP-SC
Remote administration
After you have enabled the remote administration, you can start the computer management add-in on your management workstation. If this is a Windows Vista machine, you probably will not be able to configure the tab (Security).
Use a Windows 2003 machine, start the computer management add-in and connect to the Windows 2008 Core Server. After that you will be able to configure the server.
For those who like to search a bit deeper, you can also configure the settings through the registry :
HKLM\System\CurrentControleSet\Services\SNMP\Parameters\
Apr 01
To remotely manage your Windows 2008 Servers, you can now install the Windows 2008 Remote Administration Tools.
Version for Windows Vista SP1 x86: Download
Version for Windows Vista SP1 x64: Download
More info here.
Install the software and after installation turn the features on (Control Panel > Programs And Features > Features > Remote Server Administation Tools)