Archive for March, 2010

How to apply a temporary GPO to a machine being imaged

No Comments »

Depending on how you use Active Directory in your organization, you may be setting a lot of security policies on workstations, and some of these settings can be problematic during the automated build of computers.

A few workarounds exist to avoid applying those to the workstations being imaged:

* Create a temporary OU for the computer account, and move it to the proper location once the build is done
* Change the order of the steps in your build to avoid issues caused by security settings
* Configure a GPO to override the settings that need to be set only during deployment, and filter that only to machines being used.

For multiple different reasons, I had to use the last option. It is a rather clean option, as it doesn’t involve moving computer accounts after the build or any chances on the domain during the imaging process, other than joining the machine, which is great.

One word of notice: Make sure whatever you are overriding is not a must for security and is simply an “annoyance”, because eventually (within a few minutes probably), a user WILL figure out how you’re doing the filtering and WILL apply it to his own machine, in order to bypass some security settings.

Only a few steps are involved :

1) Create a GPO that will set the values to what they need to be during the build (don’t link it yet)

2) Create a WMI filter called “BoxBeingBuilt” or something similar. Have it do a query on something you know is true only during imaging. If you can’t find anything reliable, do something like this:

Select * from Win32_Environment Where Name = “BuildinDaBox”

3) Ensure your built process sets a system variable with that name at the beginning, and removes it at the end.

Tada!


Online Payment | SAAQ

No Comments »

Online Payment | SAAQ.

Did I wake up in 1995, or is the SAAQ restricting my choices to two banks in Quebec?

I can renew my license plates online with a credit card, but for some reason, they seem to want to force me to either waste paper and a stamp, or to go to their location to pay.

And yes, paying at their location will cost you an extra $3 on top of that $86/year driver’s license.


Virtual Business Cards available to MCPs

No Comments »

Virtual Business Cards available to MCPs – Born To Learn

Interesting. I wouldn’t say those new Virtual Business cards are very useful, though one can certainly showcase them on some online profiles, and it’s a nice way to send your transcript to potential clients or employers.

I haven’t managed to generate one yet, the site is apparently much more popular than what was anticipated and seems to be experiencing a lot of issues.