Archive

Posts Tagged ‘Server 2008’

DPM on Server 2008 with Windows Firewall

March 25th, 2009

No matter what the MS documentatation states with regards to DPM agent installer automatically setting firewall rules I had no luck with a remote install on a firewall enabled server.

The workaround is remarkably simple.

1. Disable the firewall on target server

2. Deploy the agent and reboot

3. On the target server in an administrator’s command prompt run C:\Program Files\Microsoft Data Protection Manager\DPM\bin\SetDpmServer.exe -dpmServerName <servername>

4. Re-enable the firewall on the target server

Wojtek Uncategorized ,

Preparing Domain for Server 2008 DCs

October 31st, 2008

If you’re planning on running 2003 and 2008 domain controlers in the same domain you need to update the AD schema on all of your 2003 DC.

To do this pop/map the CD and execute the following

d:\sources\adprep\adprep.exe /forestprep
d:\sources\adprep\adprep.exe /domainprep /gpprep
d:\sources\adprep\adprep.exe /domainprep /rodcPREP

 

Wojtek Active Directory, Server 2008, Windows , ,

Disable Internet Explorer Enhanced Security

September 12th, 2008

Microsoft introduced a new Internet explorer security set with windows server 2003 and now Server 2008. While it should remain on there may be instances you want it off, for example on a Terminal Server.

To turn it off in Windows Server 2008 you need to do the following.

  1. Open Server Manager (Start -> Server Manager)
  2. Click on Configure ESC under Security Information
  3. Decide who you want it off for (new feature)

Wojtek Windows , , ,