Posted in Best Practice Tutorials

Group Policy for Virtual Desktops Infrastructure (VDI)

Remote Desktop Virtualisation is a feature of Windows that allows your users to run windows running remotely from server hardware. This is almost an identical concept with how Terminal Services (a.k.a. Remote Desktop Services, a.k.a. Remote Desktop Session Host) works where the users is sending keyboard and mouse messaged to the server and then receives the screen updates back. It…

Continue Reading...
Posted in Best Practice Tutorials

Group Policy for WSUS

Windows Server Update Service (a.k.a. WSUS) is Microsoft free tool they provide for deploying patches and updates. In my experience this tool is pretty much used by every organisation in the world that has more than a hand full of computers. WSUS is also a requirement for the Software Update option in SCCM 2007. What I hope this post will…

Continue Reading...
Posted in Best Practice Tutorials

How to enable a disabled Local Administrator account offline in Windows 7 (even when using BitLocker)

  Back in the days of Windows XP IT administrators could disable the local administrator account on domain joined computers but still be able to use the account if they rebooted the computer into safe mode (see How to access the computer after you disable the administrator account ). To log on to Windows by using the disabled local Administrator…

Continue Reading...
Posted in Best Practice Tutorials

How to delegate AD permission to Organisational Units using the PowerShell command Add-QADPermission

Recently, I have been working a lot with PowerShell to automate the creation of a full AD site OU structure (with Group Policy and all) along with all the necessary delegated permissions. One of the limitation of the out of the box AD PowerShell commands is there is no easy way (but apparently there is a really hard way) to…

Continue Reading...
Posted in Best Practice Tutorials

Group Policy Design Guidelines – Part 2

In my previous article In this article Best Practice:Active Directory Structure Guidelines – Part 1 I spoke about some of the guidelines I personally use when developing an Active Directory OU structure. In this next part I will discuss some guidelines I use when designing a Group Policy Object infrastructure. Ideally you should make the the Active Directory OU and…

Continue Reading...
Posted in Best Practice Tutorials

Active Directory Structure Guidelines – Part 1

I have been doing Active Directory and Group Policy work for a while now and I have developed my own set of rules that I try to use where ever possible. So below I have written down all my rules in no particular order for you to go over and use for yourself. You may only chose to use only…

Continue Reading...
Posted in Tutorials

How to use Group Policy to turn off the Backup Notification in the Windows 7 Actions Center

UPDATE: Since I published this article Microsoft published an new MSDN article showing a simple registry key that can turn this backup notification. Therefore please go to this article “How to use Group Policy to turn off Backup Notification in the Windows 7 Action Center – The Easier Way . ” for the best way to turn off this notification. One of…

Continue Reading...
Posted in Tutorials

How to use Group Policy to disable the EU Browser Choice

In case you had not already heard Microsoft have had to release an update for all European users to prompt display a ballot screen about what version of browser they want to use (see below). This is one of the actions Microsoft had to do to comply with the EU anti-trust case. Microsoft have released article KB2019411 explaining how IT…

Continue Reading...