Pages

The site-wide public folder database for administrative group ‘first administrative group’ has been deleted after migrating to Exchange 2007 from Exchange 2000 or 2003

After migrating a SBS 2003 server to a SBS 2008, a good practice is to run not only the SBS 2008 BPA but also the Exchange 2007 BPA built into the Exchange Management Console. In this case, the SBS BPA revealed no issues, but Exchange did. In the Exchange BPA, it was showing Site folder [...]

How to create local accounts via Group Policy

How to create local accounts via Group Policy This step by step document shows how to create a local admin account across all domain joined PC’s for use with situations like LogMein remote support and notebooks, which are not always connected to the domain. 1. Open Group Policy Management 2. Create a new Group Policy [...]

Symantec Premium Anti-spam fails to detect spam or performs poorly on Windows Server 2008 Small Business Edition.

I came across this issue this weekend. According to Symantec, this seems to only affect SBS 2008 servers, but also could affect regular Exchange 2007 servers as well. Here is how to fix this issue:   To disable Exchange anti-spam agents: Open the Exchange Management console. Navigate to Organization Configuration -> Hub Transport in the [...]

End of Life for EBS

Microsoft announced the end of EBS today http://blogs.technet.com/essentialbusinessserver/archive/2010/03/05/new-it-trends-bring-change-to-mid-market-product-line.aspx I remember when it came out in October 2008 with SBS 08 launched. That was only 1 1/2 years ago. It was a great concept, very similar to BackOffice was in 2000. Microsoft did re enforce it’s backing of SBS thought, which is great! http://blogs.technet.com/sbs/archive/2010/03/05/new-it-trends-bring-change-to-mid-market-product-line.aspx Share/Save

Running applications as a service on Windows 2008 or SBS 2008

Recently I was presented a challenge of making an application run as a service. That part is usually not to hard, we can use the free Windows NT Resource Kit utilities and SRVANY.EXE to accomplish this. Many great how to’s have been written on this, and I will include links at the end to some [...]

SBS 2008/Windows Server 2008 mail getting stuck in outbound queue

I ran into a strange issue on a SBS 2008 box with relation to mail flow. I was noticing that mail being sent to outside companies is stuck in the Queue. Not all mail, but a lot of it. When looking at the “Last Error” in the Queue Viewer, I notice most of those connections [...]

How to generate a kernel or complete memory dump file in Windows Server 2008

I came across this new article today from Microsoft, and it is very imformative. http://support.microsoft.com/?id=969028 Share/Save

How to enable relaying for local machines or devices on SBS 2008

I often have to configure SBS 2008 (Exchange 2007) to allow mail to relay from devices like APC UPS’s, network switches, copiers and other devices or programs on the local SBS SMTP server. This is not always suggested as if you get a virus on the network or bot, it can start sending all kinds [...]

Best Practices for SBS 2008 running on Hyper-V

I was doing some research for a client today who wanted to run SBS 2008 in a Hyper-V environment along with other servers running in VM’s. I came across a great article on this that I think will really help for future deployments: http://technet.microsoft.com:80/en-us/library/dd239199.aspx Share/Save

552 5.3.4 Message size exceeds fixed maximum message size

Have you run into this error on a Exchange 2007 server, or a SBS 2008 box? While working on a clients network this week, I ran into it. After doing some research, a simple modification needs to be made. Open up a Powershell and use the command Set-ReceieveConnector –identity “Default [servername]” –maxmessagesize 20MB This will [...]