kieranbarnes Independent PHP, WordPress & CubeCart Programmer

Disable Virus Checking in Firefox

Posted on July 15, 2011

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

Posted on July 13, 2011

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!

Windows Storage Server 2008 RC Default Password

Posted on March 7, 2011

It is wSS2008!. Thats all.

Filed under: Windows 1 Comment

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.

[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!

Tagged as: , No Comments

Exchange 2003, 2007 & 2010 Topology discovery failed, error 0x80040a02 (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?

  1. Import-Module ServerManager
  2. 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
  3. Set-Service NetTcpPortSharing -StartupType Automatic

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

[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>

Tagged as: No Comments
Page 1 of 512345