Archive for January, 2010
How do I open the firewall port for SQL Server on Windows Server 2008?
The script that is discussed in this section opens the firewall ports for SQL Server. To create the script, follow these steps: Start Notepad. Copy and paste the following code into Notepad: @echo ========= SQL Server Ports =================== @echo Enabling SQLServer default instance port 1433 netsh firewall set portopening TCP 1433 “SQLServer” @echo Enabling Dedicated [...]
Setting up multiple mail domains exchange server 2003
There are several ways to setup multiple domain on single Active Directory / Exchange domain. I am listing one which I used for my organization: 1. Create an OU for placing users of xyz.com, say XYZ. 2. Create Universal Security Group for xyz.com users with mail sending permission to all xyz.com users, say XyzSec. 3. [...]

