05/02/2016

VMware vExpert 2016

On februari 5th, VMware announced the new vExpert 2016 awardees. I’m very honoured to receive the VMware vExpert 2016 award. It’s great to be part of a group of VMware professionals who share their knowledge with others. You can read the VMware blog post here: http://blogs.vmware.com/vmtn/2016/02/vexpert-2016-award-announcement.html
31/01/2016

Add multiple users to Lync 2013 (Powershell)

This script will help you enable multiple Lync 2013 users at once. Just place the OU’s separated with comma’s in the script and run it with enough rights. You should schedule a task to automate the process. [crayon-66e884cb9fd8e709289519/]  
29/01/2016

How to disable help tips (orange arrows)

Those orange arrows are meant to help you, but they are pretty annoying to disable. Microsoft has enabled these orange tablet help tips by default, and you simply can’t remove them using your mouse. To help you with this, you can use one of the following solutions to disable these help tips. Local computer policy: right-click the windows button and choose “run” (or windows-key + r) -> gpedit.msc -> go to User configuration -> Administrative Templates -> Windows Components -> […]
27/01/2016

(VBS) Keep a process running in a user session

  Do you want to keep a process running within a user session? Even if the user is logged on to a Citrix XenApp or Microsoft RDS server? This script will check if a single process is running for the user and if not it will start it. The script will do the check every 30 seconds, but you can change the frequency. [crayon-66e884cba0bb1831489550/]