Thursday, 3 March 2011

Troubleshoot ActiveSync on Exchange 2003

If things are not working - even after restarting and confirmed the port
forwards in the router are working for port 443 and 80 - and you have the
correct server details configured on the mobile device.

Follow these need to rebuild the Exchange ActiveSync setup.

First off reset the IIS Exchange setup:
http://support.microsoft.com/kb/883380
* including the exchange-oma vdir.

Then follow this to configure authenication settings for IIS\Exchange:
http://support.microsoft.com/default.aspx?kbid=817379&product=exch2003

Monday, 28 February 2011

Windows 7: User Profile issues

Getting errors like "the user profile service failed the logon..." follow
this walkthrough to resolve

http://www.vistax64.com/tutorials/130095-user-profile-service-failed-logon-user-profile-cannot-loaded.html

Friday, 18 February 2011

Windows 7 & Server 2008 tweaking

This is for when you attempt to open a document on a Server 2008 based file
server on a Windows 7 client. The trick is to disable SMB2 on the client
in mixed Windows 7 & XP networks using a server based on Server 2008.

http://www.petri.co.il/how-to-disable-smb-2-on-windows-vista-or-server-2008.htm

The following are for tweaking the network settings for Windows 7

http://www.speedguide.net/articles/windows-7-vista-2008-tweaks-2574

Wednesday, 16 February 2011

MSI Error Codes

Ever wondered what those cryptic MSI error messages and codes mean - follow
this link:

http://desktopengineer.com/msierrors

Friday, 28 January 2011

DCOM Troubleshooting

Getting thousands of 10009 errors on your server? This is probably because
the server cannot communicate properly with the client workstation due to
firewall or other issues.

Follow this guide to isolate the problem:
http://blogs.msdn.com/b/asiatech/archive/2010/03/16/how-to-troubleshoot-dcom-10009-error-logged-in-system-event.aspx

Tuesday, 25 January 2011

WSUS - Clients not updating

If WSUS clients are not connecting to the WSUS server and giving errors
such as "WARNING: GetAuthorizationCookie failure, error = 0x800710DD" in
the WindowsUpdate.log file - you probably have a permissions issue on the
IIS WSUS site. To check that the permissions are set correctly use this:
http://technet.microsoft.com/en-us/library/cc708545%28WS.10%29.aspx

And to check the IIS Anonymous user password is in-sync with IIS follow
this:
http://blog.montopolis.com/2007/06/02/easily-resync-iis-anonymous-user-account/

Thursday, 13 January 2011

Exchange 2003 - Anti Spam Configuration

Exchange 2003 has some anti-spam functionality that can be implemented on
the server in a pinch:

Recipient Filtering
Sender Filtering
Intelligent Message Filtering (SCL Rating)
Connection Filtering (RBL Black lists)

These need to be configured and enabled on the SMTP virtual server before
it works.

This link will demostrate how to deal with an NDR type attack and shows how
to configure the filters inside the ESM
http://support.microsoft.com/kb/886208

http://support.microsoft.com/default.aspx?scid=kb;[LN];261087

Tarpitting is another mechanism used to prevent Directory Harvest attacks
http://support.microsoft.com/kb/842851/

If you need to dump the existing SMTP queue as it is filled with spam -
rename the Queue directory found here
http://support.microsoft.com/kb/822933

Friday, 7 January 2011

Acronis ABR10 - 'Not enough storage is available to process this command' errors

This is when the temporary snapshot file acronis creates cannot grow big
enough to complete the backup job.

The solution is to either move the snapshot file to a bigger volume or
increase its size or both as per http://kb.acronis.com/content/8032

Thursday, 6 January 2011

SBS WMI Performance Monitoring Errors

If the server is sending alerts like this:

Processor : Critical condition. WMI Status: 2147749889 Enumeration failed.
Object not found. Data Collector is misconfigured. 0x80041001 :

Also

PagingFile : Critical condition. WMI Status: 2147749889 Enumeration failed.
Object not found. Data Collector is misconfigured. 0x80041001 :

And

Redirector : Critical condition. WMI Status: 2147749889 Enumeration failed.
Object not found. Data Collector is misconfigured. 0x80041001 :

You may need to rebuild the performance counter libraries as per
http://support.microsoft.com/?id=300956

Source URL:
http://www.winserverkb.com/Uwe/Forum.aspx/windows-server-sbs/23662/What-does-this-mean