kieranbarnes do you know where your towel is?

Active Directory DHCP Authorisation Issues

Posted on August 6, 2010

So you just deleted a DHCP server in your Active Directory site and can't authorise a new one? Yeah... Stupid.

A client of mine recently deleted a Windows Server running DHCP and couldn't authorise the new server of the same name.
This is because the client did not Unauthorise the server beforehand. Possibly because the server hardware was dead.

Filed under: Windows Continue reading

[Snippet] Forcing Replication Between Domain Controllers

Posted on August 5, 2010

...because some people still don't know!

  1. Open Active Directory Sites and Services.
  2. In the console tree, expand Sites, and then expand the site to which you want to force replication from the updated server.
  3. Expand the Servers container to display the list of servers that are currently configured for that site.
  4. Expand the server objects and click their NTDS Settings objects to display their connection objects in the details pane. Find a server that has a connection object from the server on which you made the updates.
  5. Click NTDS Settings below the server object. In the details pane, right-click the connection object whose From Server is the domain controller that has the updates that you want to replicate, and then click Replicate Now.
  6. When the Replicate Now message box appears, review the information, and then click OK.

That is all!

Filed under: Snippets, Windows No Comments

Exchange 2003, 2007 & 2010 Topology discovery failed, error 0×80040a02 (DSC_E_NO_SUITABLE_CDC)

Posted on July 17, 2010

A client has been struggling with Exchange 2003 for some time now and I've got the project to roll out Exchange 2010. The first hurdle I come to is a new incarnation of a pre-existing problem from Exchange 2003 - simply put "Can't find a domain controller". Which means it can't mount the Information Store. Brill.

Bad times, I had to use a book from the monitor stand today

Posted on July 16, 2010

Lazy man’s Exchange 2010 PreReqs

Posted on July 12, 2010

Lazy? Yeah. Need to install all the Exchange 2010 prerequisites in no time at all?

Import-Module ServerManager
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
Set-Service NetTcpPortSharing -StartupType Automatic
Filed under: Windows No Comments

Problems installing System Center Essentials 2010

Posted on July 5, 2010

So, I spent 16 irreplaceable hours of my life trying to install System Center Essentials 2010 on both Server 2003 and Server 2008, both systems gave me the same, unhelpful error.

Here is the SCE setup log

Filed under: Windows Continue reading

[Snippet] Event ID 1056 Source Dhcp Server

Posted on May 20, 2010

Got the error

The DHCP service has detected that it is running on a DC and has  no credentials configured for use with Dynamic DNS registrations  initiated by the DHCP service.   This is not a recommended security configuration.   Credentials for Dynamic DNS registrations may be configured using the command line "netsh dhcp server set dnscredentials"

It suggests we use netsh dhcp server set dnscredentials. What it doesn't tell us is the full command, so here it is,

netsh dhcp server set dnscredentials <USERNAME> <DOMAIN> <PASSWORD>

Filed under: Windows No Comments

Event ID 10015 Source DCOM

Posted on May 20, 2010

Got a locked down Active Directory? Or just a messy one? Getting

The machine wide limit settings do not grant Remote Launch permission for the COM Server application with CLSID {5A5AA0AA-1DEB-4683-96B0-B43301E83971}

errors?

Then read on!

Filed under: Windows Continue reading

Can’t install the Office Genuine Advantage Notifications (KB949810) update?

Posted on May 19, 2010

Do you get

"Installation Failure: Windows failed to install the following update with error 0x80070643: Office Genuine Advantage Notifications (KB949810)."

Simple. Start the Task Scheduler service.

Filed under: Windows Continue reading

Synchronizing time on a Windows 2003 domain controller

Posted on April 26, 2010

In a Windows domain environment its incredibly important that all clients & servers share the correct time. Its also important that this time is correct, otherwise your users go home early.

Here we'll set your domain controller to get the time via NTP. Windows clients will then automatically collect the right time from their domain controller.

Filed under: Windows Continue reading