Migrating a DHCP server from one server to another
Heres a neat trick, seems to work ok. Remember however, when you export it switches off the old dhcp server. So be quick! http://support.microsoft.com/kb/325473/
The ramblings of a computer geek
Heres a neat trick, seems to work ok. Remember however, when you export it switches off the old dhcp server. So be quick! http://support.microsoft.com/kb/325473/
The * means prompt for a password. Example Okay say you have a member server that has fallen off the domain, but you don’t want to go through the normal procedure of using “My Computer”->”Computer Name” and then disjoining to a WORKGROUP rebooting, then re-joining to the domain and rebooting again. Note: You need to … Read more
Open ADSI edit. Configuration-> Services- > NetServices Checked the properties of: CN=DhcpRoot Then edited this attribute: dhcpServers There was one server listed in there: i172.17.5.1$rcn=cdc.domain.com$0x00000000$dcdc01.domain.com$ This was the one that seemed to be left hanging around. Took a note of the settings just incase then deleted it and clicked “OK” to apply the settings. Checked … Read more
How to setup the NSClient++ on Windows
Here was a weird one, Word 2003 froze on startup, opening the document in word 2007 was the key to it, in the bottom left, it flashed up trying to connect to \\servername\folder\test.dot. Hmm in our case the servername was the name of a server that had been decommissioned! WOrd 2007 allows you to hit … Read more
While setting up my new domain controllers, came across this site, looks to offer some good tips about AD. http://www.tech-faq.com/configuring-and-troubleshooting-active-directory-replication.shtml
Service Principal Names (SPN) – A Basic Overview For kerberos to operate correctly, it needs to make use of SPNs. Service Principal Names are built up to link a domain account to a service on a server. So if you run your SQL server service on the server called: SERVER01 in the domain: turnip.com using … Read more