Disable Virus Checking in Firefox
What does the virus scanning in Firefox really do? Apart from make me wait to open my downloads.
Nothing.
Lets disable it.
Controling Compatibility View in IE
After hours of frustration trying to make some CSS look right for a selection of people using IE8 I gave up.
There has to be a better solution.
Internet Explorer 8 and Internet Explorer 9 include a Compatibility View feature that displays websites that were created for older browsers as they were designed to appear with Internet Explorer 7. You can enable Compatibility View in Internet Explorer, most users don't even know they are in Compatibility View - which is where the problems arise!
Active Directory DHCP Authorisation Issues
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.
[Snippet] Forcing Replication Between Domain Controllers
...because some people still don't know!
- Open Active Directory Sites and Services.
- In the console tree, expand Sites, and then expand the site to which you want to force replication from the updated server.
- Expand the Servers container to display the list of servers that are currently configured for that site.
- 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.
- 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.
- When the Replicate Now message box appears, review the information, and then click OK.
That is all!
Exchange 2003, 2007 & 2010 Topology discovery failed, error 0x80040a02 (DSC_E_NO_SUITABLE_CDC)
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.
Problems installing System Center Essentials 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
[Snippet] Event ID 1056 Source Dhcp Server
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>



