TechnoGist

gist (jst)# The central idea; the essence…

Archive for the ‘Firewall’ tag

Working with the W2008 Core Build

without comments

Here are some quick commands I sourced while setting up a Windows 2008 Virtual environment for Exchange 2007, using a W2008 Core Domain Controller.

Commands:

Setting the Firewall to “Disabled” mode.

netsh firewall set opmode disable

Setting all Firewall profiles to “Off”.

netsh advfirewall set allprofiles state off

Enabling “Remote Administration”.

netsh advfirewall firewall set rule group="Remote Administration" new enable=yes

Enabloing the “Remote Management Profile”.

netsh advfirewall set currentprofile settings remotemanagement enable

Below is a great starter article by Mark Empson on initial W2008 Core DC configuration.

Hope this helps.

All information is provided on an AS-IS basis, with no warranties and confers no rights.

Written by Paul Brice

May 28th, 2009 at 5:30 pm

Posted in W2008 Core

Tagged with , ,