• Active Directory,  Exchange 2003,  Microsoft Exchange

    Unable to expand a distribution list in Outlook – Exchange 2003 Environment

    Have you ever receive an error stating that “There was an error while expanding the list. The list was not fully expanded.” when you try and expand a distribution list in Outlook? The error looks like the one below: To solve this change the list to a Universal Distribution Group. Wait for replication if need be and you will then be able to expand the list and view the members within Outlook.

  • Linux,  Linux Mint,  Mono Develop,  Software Development

    Installing Mono Develop in Linux Mint 17.1

    Just a quick video on installing MonoDev in Linux Mint 17.1 1. Open your web browser and browse to the MonoDev Website to copy the GPG Key and the repository link. 2. Open your terminal and run sudo (and paste the GPG key signing key from the above website here) then press enter 3. Now type sudo (and paste the link to the repository from the above website here) press enter 4. Install Mono Develop by running the following in your terminal: sudo apt-get install monodevelop 5. Type y when prompted to download and install the package 6. Open Mono Develop after the installation has finished. If it does not open try points…

  • Linux,  Linux Mint,  Networking

    Unable to browse network in Linux using Pace router

    I recently upgraded to VDSL and had to purchase a VDSL router. The only router that was readily available was a PACE VDSL router model 921VNX. The problem is that I am now unable to connect to machines on my network from my Linux machines. I received a reply from an external URL when pinging a machine on my internal network. After some research I found that it’s a known issue with the Pace routers. Some people advised that a firmware update resolved this for them but I already have the latest firmware update. The video below shows how to get around it by editing your hosts file in Linux…

  • Exchange 2010,  Exchange Management Shell,  Exchange Tools,  Microsoft Exchange

    Unable to connect a disconnected mailbox – User not found error when trying to connect a mailbox to a user in Exchange

    We’ve had a few instances where we need to disconnect a mailbox and reconnect it to a new user account for a user. This should be easy right? Well not always. It’s happened more than once where we try to use the Exchange Management Console to connect the mailbox to the user account but Exchange can’t find the user account. Have a look in Active Directory and the account shows up. You then try to connect the mailbox to the user account using the Exchange Management Shell with the same results. user not found. See below on how to get this issue resolved: 1. Open adsiedit.msc (start, run and type…

  • Exchange 2007,  Exchange 2010,  Microsoft Exchange

    E-Mail delivers to Deleted Items folder

    We had a shared mailbox where all the mail sent to the mailbox delivered to the deleted items folder. To resolve this do the following: 1. Open Exchange Management Shell 2. Type Get-CalendarProcessing “mailboxname” | fl and press enter 3. If AutomateProcessing shows AutoAccept in the returned results then run the next cmdlet 4. Set-CalendarProcessing “mailboxname” -automateprocessing none 5. Wait for replication and check that Get-CalendarProcessing “mailboxname” | fl shows that it’s set to :none We verified after running the above that mail delivered to the mailbox deliveres to the Inbox as expected.    

  • Linux,  Linux Mint

    Install MusicBee in Linux Mint

    I recently decided to get rid of iTunes as it just felt bloated and slow. The biggest reason for this move was that I could not transfer music to my iPod from Linux and decided I wanted an application that can manage my music and transfer music to any device using Linux and Windows. I came across MusicBee. MusicBee has been developed for Windows but I managed to get it running without any issues on my Linux Mint 17.1 PC. (The best music app I have come across yet) Below is the link to the forum post I used and a video showing you how to install MusicBee on Linux Mint.…

  • CCR,  Exchange 2007,  Microsoft Exchange

    Microsoft Exchange Replication Service Starts and then Stops

    We had an Exchange 2007 CCR cluster where the passive node databases stopped seeding. After some investigation we noticed that the Exchange Replication Service starts and a second or two later stops. The event log did not give us much information, only stating that the service started and stopped again. We checked all the databases on the passive node and noticed that they were in a dirty shut down state as the logs stopped replaying to the database a few days earlier. Resolution that worked for us: 1. Move each database to a new folder on the disk that it resides. 2. Start the Exchange Replication Service. (We monitored the…