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 »

Dec
11

Adding a Windows Server 2008 Domain Controller to A Windows Server 2003 Domain

Adding a server running Windows 2008 to a domain that is running Windows 2000/2003 servers is no big deal until you try to promote the 2008 (or 2008R2) server to a domain controller.  Active Directory must be updated to accommodate changes to the schema in 2008 and 2008R2. The first thing that I would do …

Continue reading »

Aug
20

Outlook 2003 Send/Receive Error 0×8004010f “The operation failed. An object could not be found.”

Symptoms: On a computer running Outlook 2000/XP/2003 and connected to an Exchange server, the user gets error 0×8004010f  “The operation failed.  An object could not be found.” when performing a send/receive. Problem: Outlook cannot download the Offline Address Book from the Exchange server due to corruption or a database error. Solution: Rebuild the Offline Address …

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 »

Jul
16

Crazy DHCP Server Rootkit

A quick informal story: One of my clients has a bunch of employees that are in and out of the office on different days with their laptops.  A couple of them always seem to get a little bit o’ spyware.  Well, over the past week or so their “server went down” several times randomly and …

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

Rename A Computer That Is A Domain Member

Problem: A computer (or several computers) on your domain need to be renamed quickly and reliably without making a mess of Active Directory. Solution: Use the NETDOM utility that comes with the Windows Server Support Tools (SupportTools.msi on the Windows Server media). If it is not already installed, you will want to install the SupportTools.msi …

Continue reading »

Older posts «

» Newer posts