Table of Contents: Microsoft Windows

Most Popular: Microsoft Windows

Windows Explorer – Cannot Read From the Source File or Disk

Sometimes when users on a Mac manipulate files on a Windows network share, files get left with missing attributes where there is no security tab in the properties, you cannot take ownership of the files nor can you delete them and you get an error message that states “Cannot delete file: Cannot read from the source file or disk.”.
Continue reading “Windows Explorer – Cannot Read From the Source File or Disk”

Exchange 2010 OWA – Outgoing Attachments Not Visible in Compose New Message Window

For about the last nine months to a year, I have been having ongoing problems with Exchange 2010 OWA with SP3 not showing attachments on outgoing emails. Even though the attachments would still get delivered, the location where the attachments would normally show up had completely disappeared and you couldn’t remove items after attaching them. I can personally vouch that this issue affected IE8, IE10, IE11 on PC and Google Chrome on MAC. As for Firefox or Safari, I can’t really remember whether they were affected or not and since it’s already fixed I have no way of testing it.
Continue reading “Exchange 2010 OWA – Outgoing Attachments Not Visible in Compose New Message Window”

Windows Update Error 8024402C – Bypass WSUS for VPN Computers Joined to the Domain

For remote teleworkers who have computers joined to a domain running Windows Server Update Services (WSUS), to overcome Windows Update error 8024402C, via the registry, you will need to force the computer to bypass your WSUS server by setting the “UseWUServer” DWORD value from “1” to “0” and then restart the computer.
Continue reading “Windows Update Error 8024402C – Bypass WSUS for VPN Computers Joined to the Domain”

Ubuntu Server – Apache 2.4 Upgrade Changes

As many of you may have noticed, upgrading to Apache 2.4 can either cause the “apache2” service to fail to start altogether or may render your websites more or less inoperable. Luckily, there are only a few minor changes to look for that will hopefully get you back up and running with a minimal period of downtime.

  1. During the upgrade, if you decided to keep your original versions of your config files like I did (always a good idea), you will then end up with some extra files with “.dpkg-dist” on the end of the filename. These are the latest version of the config files. As a best practice with any major config file changes, I would suggest to create a backup directory and get in the habit of copying any files with the date in the filename before you make changes. There have been many instances where this has come back to bite me in the past and I have learned my lesson over the years so save yourself some time, stress, and headaches.
    cd /etc/apache2
    mkdir backups
    mv apache2.conf backups/apache2.conf.09_25_2014
     Continue reading "Ubuntu Server – Apache 2.4 Upgrade Changes"

Windows 8/Server 2012 – Install A Theme for All Users

On Windows 7, 8, and Server 2012, themes can be downloaded from Microsoft here and are typically installed on a per user basis in the following directory:

%localappdata%\Microsoft\Windows\Themes

To install a .themepack file for all users, it requires a bit of manual intervention. Today when searching for the answer, I found this perfect blog article that explains exactly how to do it so there’s no real point in re-writing it all verbatim here.
Continue reading “Windows 8/Server 2012 – Install A Theme for All Users”

Exchange Server 2010 – Export Message Tracking Log Results to CSV File

From inside of the Exchange Management Shell, here are a few examples of how to export the message tracking log results to a csv (comma separated value) file which is easily imported and manipulated in a spreadsheet application such as Microsoft Excel or Open Office Calc:

To display the date, time, recipients, and the message subject on all of the sent items from a mailbox between a given time period:
Continue reading “Exchange Server 2010 – Export Message Tracking Log Results to CSV File”

Exchange 2010 OWA – Remove Cached Email Recipients/Auto Complete Entries

If you have any Active Directory users that have been deleted out but the addresses still show up in OWA or if you changed somebody’s user/email attributes and emails bounce back as undeliverable, this article is for you. I found this info here, the entries are stored in the user’s mailbox so the you can only delete them by doing one of the following:

  1. Delete an entry from the list using OWA
    1. Login to mailbox via OWA
    2. Create a new meeting request (Has to be a meeting request only!)
    3. Begin typing the entry you want to delete until you see it in the Auto Complete list
    4. Continue reading “Exchange 2010 OWA – Remove Cached Email Recipients/Auto Complete Entries”