Change tray Balloon Tip display time

The balloon tip to change your password is only shown for a few seconds. Often users complain that they can’t read the balloon tip that fast. So we have to increase the display time of the balloon. Solution: Make a change to the Registry by using a GPO Open your RDS Server User Policy and expand the following folders: User …

Read More »

Force Classic Control Panel

Most often you want to restrict access to control panel items, but you probably want to see some icons (for example Regional Settings, Mouse and Mail). By default Server 2008R2 only shows the categories and not the individual icons. Let’s make it the classic look, so we see our icons right away. Solution: Make a change to the Registry by using a GPO …

Read More »

vSphere 5 on HP DL380 G7 with hardware warning status

After installing the latest HP Offline bundle my server returned a hardware warning status, so the investigation started. Before upgrading the HP drivers there was no error so i had to be something in the driverpack from HP. In my setup the affected server is a HP DL380 G7 with a P410i Arraycontroller. The affected offline bundle is: hp-esxi5.0uX-bundle-1.4-16.zip Solution: …

Read More »

Printers shortcut with printer location (Classic layout)

In Server 2008R2 and Windows 7 you have a link in your start menu to Devices and Printers, but this new layout isn’t showing the printer comment and location. Solution: Create a new shortcut to printers Create a new shortcut and copy / paste to following line %windir%\explorer.exe /e,::{2227A280-3AEA-1069-A2DE-08002B30309D} Name it Printers. You can even change the icon which points …

Read More »

VMware tools on Windows Server 2012 Core

The Windows Server 2012 Core gives you just a basic command prompt window, so where do you click to install the VMware tools? You don’t! Just click on the Install/Upgrade VMware Tools option in your menu and type the following command : D:\setup64.exe /S /v"/qn REBOOT=R" In my lab, the server did not automaticlly reboot, but i really think that …

Read More »

How to Add/Remove the GUI in Windows Server 2012

With Windows Server 2012 you have the ability to add and remove Graphical User Interface of your installation. You can configure the basics with Server manager and afterwards remove the gui so the server is core only! There are three layers to be added from core to full GUI: Graphical Management Tools and Infrastructure Server Graphical Shell Desktop Experience So …

Read More »

Exchange 2010 and Microsoft Entourage 2008, make it work!

When you’re upgrading to Exchange 2010 you shouldn’t forget to check the mac users. Some of them are using Apple mail, Microsoft Entourage 2008 or Microsoft Outlook 2011. But when it comes to Entourage you have some requirements you need to meet before Exchange 2010 is implemented! Go to http://www.microsoft.com/mac/downloads Check to see what the latest updates are for Office 2008 and …

Read More »

Exchange 2010 – Mailbox Move Request Error property expression isn’t valid

Performing the actual migration is often a moment to cross your fingers … and of course you will receive some errors when you start moving the first mailboxes. Error: Property Expression isn’t valid Luckely, this one can pretty easy be fixed. Solution: Follow the following steps: Start the Exchange Management Console Go to Recipient Configuration, Mailbox and find the affected …

Read More »

Exchange 2010 – Mailbox Move Request Error Insuff_Access_Rights

Performing the actual migration is often a moment to cross your fingers … and of course you will receive some errors when you start moving the first mailboxes. Error: Insuff_Access_rights Luckely, this one can pretty easy be fixed. Solution: Follow the following steps: Open your Active Directory Users and Computers MMC snapin. Go to the View menu and activate Advanced Features …

Read More »

Find your devices on a Cisco switched network

A quick note about finding your devices wich are connected to one of your cisco switches. I always start on the main switch (core) to find the device. Commands used: ping show arp show cdp-neighbours show cdp-neighbours detail show mac address-table Solution: First we have to ping the device to get an arp entry. #ping 192.168.0.1 Type escape sequence to …

Read More »

Exchange Server 2010 export all mailboxes with powershell

This is a follow up post to my existing post about exporting mailboxes to pst with powershell. As requested i modified the script a bit to export all mailboxes to pst files with a single script. Just fill in the variables need wich are in the first lines of the script. $mailserver = "<servername>" $path = "\\<servername>" $userlist = get-mailboxdatabase …

Read More »