kieranbarnes Independent PHP, WordPress & CubeCart Programmer

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!

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.

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.

The currently selected KDC certificate was once valid…

Posted on April 26, 2010

Description:The currently selected KDC certificate was once valid, but now is invalid and no suitable replacement was found. Smartcard logon may not function correctly if this problem is not remedied. Have the system administrator check on the state of the domain’s public key infrastructure. The chain status is in the error data.

I had this error on a domain controller that shouldn't have this error. Theres pretty much no documentation for KDC or certificate debugging.

How can I specify the Global Catalog (GC) that I want my Microsoft Exchange Server system to use?

Posted on April 21, 2010

If you want to force the Exchange server to use a specific GC instead of letting the server automatically choose a GC, you can perform the following steps:

  1. Start the Microsoft Management Console (MMC) Exchange System Management (ESM) snap-in (Start, Programs, Microsoft Exchange, System Manager).
  2. In the treeview pane, navigate to Administrative Groups, &ltadministrative group name>, Servers.
  3. Right-click the server and select Properties.
  4. Select the Directory Access tab.
  5. From the Show drop-down list, select Global Catalog Servers.
  6. Clear the "Automatically discover servers" check box.
  7. Click Yes in the confirmation box.
  8. Click Add.
  9. Enter the name of the GC to use.
  10. Click OK.

Microsoft recommends that you don't manually set the GC that Exchange Server uses; therefore, you should manually set the GC only when it's absolutely necessary.

[Snippet] Checking a Global Catalog is really a Global Catalog

Posted on March 9, 2010

Use an LDAP browser or ADSI Editor to connect to the port 3268 Global Catalog communication is performed over TCP port 3268, regular LDAP lookups are sent to TCP port 389.

After assigning a GC role to a server, check its Directory Services event log for event number 1119, which indicates successful obtaining a role of a Global Catalog server


Ridiculously simple NTLM Authentication for Apache (Ubuntu)

Posted on March 9, 2010

We all know Ubuntu makes things amazingly simple. This is the best I've found so far. NTLM authentication in Apache used to take a while to setup, it used to be tricky, fiddly - generally a bit hit and miss.

Tagged as: Continue reading

[Snippet] Connecting to Windows 2008 Server from XP

Posted on January 25, 2010

By default, Windows 2008 requires Network Level Authentication to connect via RDP/Terminal Services. This is not supported on Windows XP.  It is supported on XP SP3 but its a dirty hack to get working. Try it if you like. Or, change the security settings on Windows 2008, select Allow connections from computers running any version Remote Desktop (less secure).

This also works for XP -> Vista connections.

Installing Windows Server 2008 on PERC 4/DC

Posted on January 25, 2010

Got an older server like a Dell PowerEdge 2850 or a 2900 that you want to install Windows Server 2008 on?
You'll need to provide extra drivers for Windows to see the PERC RAID array.

I downloaded the Windows 2003 PERC 4/DC drivers from Dell.

[Snippet] Stop Windows Update irritating you to restart after updates

Posted on January 23, 2010

I've been irritated to reboot my laptop every fifteen minutes to reboot my laptop. Its never convenient is it.

Click Start, Run and type net stop wuauserv

Tagged as: 1 Comment
Page 2 of 512345