Office 2010 RTM

Microsoft office 2010 is RTM. This means that the beta testing is over and Microsoft is distributing this software starting @ April 22nd of 2010 through Technet and MSDN.

Microsoft has announced that Office 2010 would be available on May 12 for professionals and for the general public in June.In addition, purchasers of Office 2007 on or after March 5 will receive a free upgrade on the product.

McAfee DAT update causes windows to crash (UPDATE NEW DAT FILE)

McAfee has caused multiple systems to crash after a DAT update to 5958. It causes to falsly identify svchost.exe as virus W32/Wecorl. McAfee has tackeld this problem and released update 5959 to prevent this from happening. Here’s McAfee’s own statement about this false positive: Continue reading “McAfee DAT update causes windows to crash (UPDATE NEW DAT FILE)”

Microsoft Security Compliance Manager

What’s New

The Security Compliance Manager is the next evolution of the Security Compliance Management Toolkit (SCMT) Series. We’ve taken our extensive guidance and documentation and incorporated it into this new tool, enabling you to access and automate all of your organization’s security baselines in one centralized location.

Download Security Compliance Manager Continue reading “Microsoft Security Compliance Manager”

Back Up and Restore the DHCP Database

DHCP servers store DHCP lease and reservation information in database files. By default, these files are stored in the %SystemRoot%System32DHCP directory. The key files in this directory are used as follows:
  • Dhcp.mdb The primary database file for the DHCP server
  • J50.log A transaction log file used to recover incomplete transactions in case of a server malfunction
  • J50.chk A checkpoint file used in truncating the transaction log for the DHCP server
  • Res1.log A reserved log file for the DHCP server
  • Res2.log A reserved log file for the DHCP server
  • Tmp.edb A temporary working file for the DHCP server

Backing Up the DHCP Database
The Backup directory in the %SystemRoot%System32DHCP folder contains backup information for the DHCP configuration and the DHCP database. By default, the DHCP database is backed up every 60 minutes automatically. To manually back up the DHCP database at any time, follow these steps:
1. In the DHCP console, right-click the server you want to back up, and then click Backup.
2. In the Browse For Folder dialog box, select the folder that will contain the backup DHCP database, and then click OK.

Registry keys that control the location and timing of DHCP backups, as well as other DHCP settings, are located under HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDHCPServerParameters.

The following keys control the DHCP database and backup configuration:

  • BackupDatabasePath Sets the location of the DHCP database. You should set this option through the DHCP Properties dialog box. Click the Advanced tab, and then set the Database Path field as appropriate.
  • DatabaseName Sets the name of the primary DHCP database file. The default value is DHCP.mdb.
  • BackupInterval Determines how often the DHCP client information database is backed up. The default is 60 minutes.
  • DatabaseCleanupInterval Determines how often the DHCP service deletes expired records from the DHCP client information database. The default is four hours.

Restoring the DHCP Database from Backup
In the case of a server crash and recovery, you might need to restore and then reconcile the DHCP database. To force DHCP to restore the database from backup, follow these steps:
1. If necessary, restore a good copy of the %SystemRoot%System32DHCPBackup directory from the archive. Afterward, start the DHCP console, right-click the server you want to restore, and then click Restore.
2. In the Browse For Folder dialog box, select the folder that contains the backup you want to restore, and then click OK.
3. During restoration of the database, the DHCP Server service is stopped. As a result, DHCP clients are temporarily unable to contact the DHCP server to obtain IP addresses.