Jan
18

Outlook 2010 Will Not Open/Close When Using Folder Redirection/Offline Files

Symptoms: Outlook behaves erratically specifically when trying to open or close it. Double clicking it will launch an “OUTLOOK.EXE” process, but not load the GUI. The “OUTLOOK.EXE” process cannot be killed. The machine may hang on shutdown if you try to reboot while Outlook is still stuck. There may be sync conflicts in Sync Center …

Continue reading »

Jan
14

Mounting An ISO Image in Windows Server 2008

…still can’t be done. MagicISO seems to work pretty well though.  As much as I hate installing stuff like that on a server, there seems to be no way around it without actually burning the image to media. It is completely unacceptable that Microsoft continues to leave this feature out of it’s operating systems.  Mac …

Continue reading »

Jan
13

Quicken 2011 Printing Problems on 64bit OS With HP Universal PCL Driver

I was working on a strange problem with Quicken 2011/Windows 7 Professional 64bit/HP Laserjet 4050T. The only driver available is the HP Universal PCL5/PCL6 driver. Everything works great with printing, except when printing from Quicken. Quicken would crash referencing splwow64.exe as the culprit. This is the Thinking Spooler APIS from 32 to 64 Process. As …

Continue reading »

Aug
20

Windows Small Business Server POP3 Connector Stops Working

Symptoms: A user suddenly stops receiving mail and the POP3 Connector drops an eventID: 203 with an error code of 0x800ccc67. Problem: The POP3 connector will not download messages that have a malformed header & it leaves them on the POP server. Once 5 emails with bad headers accumulate on the server, it stops trying …

Continue reading »

Aug
18

Installing and Configuring Windows Server Update Services 3.0 w/SP2

Windows Server Update Services (WSUS) is a free component for Windows Server that allows you to create your own mirror for Windows Update and control every aspect of how updates are distributed on your network. (Download it here.) Prerequisites: Windows Server 2003 or later (or SBS) IIS 6.0 or later .NET Framework 2.0 or later …

Continue reading »

Mar
17

Useful Environment Variables

Here is a list of some useful environment variables. %USERPROFILE% %WINDIR% or %SYSTEMROOT% (basically interchangable) %PROGRAMFILES% %APPDATA% %TEMP% %USERNAME% %USERDOMAIN% %COMPUTERNAME% %DATE% %TIME% Example: Let’s say Active Directory is getting full of unused user and computer accounts and you want to do an inventory to see who is using what. Add something this to the …

Continue reading »

Mar
17

How To Determine A User’s Profile Path

Problem: You have a computer with several user accounts and several profiles, but they don’t all match up.  You need a quick way to determine where the currently logged on user’s profile lives. Solution: Open a command prompt and type the following: echo %userprofile% The command will return a single line that is the current …

Continue reading »

Mar
16

How To Migrate A Sub-domain To A Parent Domain In Active Directory

Problem: You need to restructure Active Directory to accommodate changes to your organization,  changes in IT needs, to correct errors that occurred when planning your Active Directory schema. Solution: Use the Active Directory Migration Tool (ADMT).  The tool can be found here and documentation can be downloaded here: ADMT Documentation -n

» Newer posts