Posts Tagged ‘Group Policy’

Vista Search Syntax

Wednesday, April 30th, 2008

In between some meetings today I did some reading around Windows Desktop Search and Vista Search.  Although its not something we currently ‘officially’ supply, we’re seeing more people using WDS and Google Desktop.  Not really a problem but when people start indexing the network shares our file servers and network don’t like it much…

So anyway I was reading up on how best to manage WDS, and it turns out its nice and simple as MS have provided an .adm file for Group Policy.  During my reading though I found this good article on the search syntax supported by WDS and Vista. 

The syntax is quite intuitive, and there are a surprising number of filters there, so you can do some pretty complex searches quite easily.

Here’s a few examples, but check out the full list here.

Property

Example

Function

author:name

author:patrick

Finds items with patrick in the author property.

from:name

 

from:patrick

Finds items with patrick in either fromName OR fromAddress, since "from" is a property name for both fromName and fromAddress.

Kind:type

kind:meetings

Finds meetings

Date

date

date:lastweek

Album

album

album:"greatest hits"

Group Policy Preferences

Friday, April 4th, 2008

Back in the day I used to look after big desktop deployments both here at Atkins and a few other places.  Managing large numbers of desktops is always a problem.  There’s no doubt that managed desktops are A Good Thing(TM), but the tools available to do the job were always a bit harsh on either the end users or the IT guys. 

Whilst Group Policy is great, you almost always needed other scripts and tools to get the complete result you wanted.  Whether those were included in the image or applied at logon it didn’t really matter, they were a pain to manage.  Group Policy also completely enforces the settings, there is no way to set the default value, but allow the users to edit the setting if they wished.  Once its set, that’s it for Joe User.

The new Group Policy Preferences functionality allows you to configure mapped drives, deploy files, setup shortcuts, quick launch buttons etc, manage ODBC sources, IE settings, all kinds of stuff.  It can also filter the settings on a per setting basis, no need to have new policies for each filter like GPO.  Plus the range of criteria available for those filters is huge.

There’s too much detail to go into here, but take a look at this screencast over at Technet Edge to see some examples.  It’s good stuff and will take a lot of work out of the more detailed config that enterprise managed desktops require.