Microsoft

Remove / Unpin Server Manager icon from taskbar

By default every user will get the Server Manager icon on his or her taskbar when logging on to the RDS server 2012. This is very annoying because users don’t want to see any icons they can’t use. Administrator do like to have those icons pinned on the taskbar.

Read More »

Remove / unpin PowerShell icon from taskbar

By default every user will get the powershell icon on his or her taskbar when logging on to the RDS server 2012. This is very annoying because users don’t want to see any icons they can’t use. Administrator do like to have those icons pinned on the taskbar.

Read More »

Show Computer icon on Desktop

Windows 2008R2 gives the user a clean desktop, so the computer icon is nowhere to find and since now all users now the keyboard shortcut ( WINkey+e ) … let’s put the icon back on the desktop.

Read More »

Exchange 2010 – Export all SMTP email addresses to file

This Powershell script is very helpful if you want to have all email addresses in the Exchange organization. Save the following script to a .ps1 file and execute from Exchange Powershell: cls write-host "`nSMTP Address export to file `n`n`n" write-host "Where do you want to store the export-file? (c:\smtpexport.csv)`n`n" $location = read-host "enter path/filename" Get-Mailbox -ResultSize Unlimited | Select-Object DisplayName,ServerName,PrimarySmtpAddress,@{Name=“EmailAddresses”;Expression={$_.EmailAddresses …

Read More »

RDS 2008R2 Basic Machine Policy

When you are deploying your RDS servers you probably (like me) want to make everything managable from a single point. So i don’t like to make a lot of changes to the local system by hand, but i prefer to set them with the use of a Group Policy. In this case a Machine Policy

Read More »

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 »