Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DHCP Backup

Status
Not open for further replies.

lyric0n

Technical User
Dec 28, 2005
74
We used Windows 2000 Server and Windows 2003 Server for our DHCP servers and would like to have a script go through and pull the database back to a central computer for backup everynight. We'd like to use the command:
"netsh dhcp Server 127.0.0.1 export 127.0.0.1.db all"
But it does not allow for remote backups, is there anything similar but that will allow us to execute the commands remotely?

Thanks,
Chris
 
Hi,

Maybe it's an idea to create a dump of the Dhcp database locally on the system and only execute a copy command remotely to copy the database to your central location.

another option is using remote command service from microsoft. It installs as a service on the server. it makes it possible to remotely execute commands on the server. check the link below.


regards,
Marcel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top