DirectAccess Planning Guide Beta Released

I’ve written a few times about Windows 7 and Server 2008 R2’s DirectAccess technology.  It’s something that whilst complex, has the potential to be extremely useful when providing services to remote workers.

Microsoft have just released a beta of the Infrastructure Planning and Design guide for DirectAccess.  Whilst I’ve not had a chance to read through in on detail, the IPD guides are usually very helpful, and certainly the information I’ve seen through the TAP programme has been pretty good.

You’ll need to join the beta through the connect site, but information on how to do that can be found here: http://technet.microsoft.com/en-us/library/ee477347.aspx

Lotus-Cosworth back in F1

senna_10

It looks like the FIA have awarded the 13th place on the 2010 Formula 1 grid to Lotus, bringing them back to F1 for the first time since 1994.

For me as a Lotus fan it’s great news.  Mike Gascoyne will be teams technical director, with Cosworth providing the engines.  Although it will initially be based in Norfolk at the RTN facility originally built for Toyota, the team will eventually move to a purpose built centre on the Sepang circuit in Malaysia.  Most of the funding will be coming from the Malaysian government and investors. 

It’s a shame that the team will race under the Malaysian flag rather then the UK, but it’ll be good to have such a historic name back in the sport.  Before the teams exit in 1984 they were in F1 for 37 years, entering 491 grand prix, winning 79 of them on the way to 7 constructors titles.

In the last few races before they left the sport they fielded a car that was technologically brilliant – Lotus were the first people to realise the potential of Active Suspension – but the Lotus 109’s raw speed was let down by unreliability, and despite Johnny Herbert qualifying 4th at Monza, his race was ended at the first corner by Eddie Irvine.  Eventually they ran out of money and had to pull out of the sport. 

Hopefully they’ll be able to field a competitive car and driver line up now they’re back.  With Danny Behr joining the company as CEO from Ferrari, a return to F1 and the new Evora road car winning awards everywhere it must be an exciting time at the companies headquarters in Hethel!

Filtering Group Policy to Windows 7 Computers

During the development work we’ve been doing with Windows 7, one of the items we’ve been looking at is how we can filter the group policy applied to User Accounts by the operating system they are using.

The reason for this is that for a phased migration to Windows 7, you will probably need to account for people roaming between different computers – which may or may not have been migrated.  As the configuration applied to Windows 7 may be very different to that applied to older Windows XP computers we need a way of linking both sets of policy to the user accounts, but only applying the right one for the current OS.

If you have all of your user accounts in a single OU (or OU hierarchy) this is relatively straight forward.  The simple answer is to use Group Policy WMI filters.  These allow you to filter the application of Group Policy based on the results of WMI queries you make of the computer.  For example another good use of these is to detect whether a computer is a laptop or desktop, by querying the battery status you can easily set different configurations for things like Offline Folders on laptops.

After a bit of testing I found the following queries work for filtering policy to different OS levels, and computer roles:

Select * from Win32_OperatingSystem Where Version like “6.1%” and ProductType = “1”

To further filter policies based on versions and roles the following properties can be used:

Version
To filter the by OS version, change the Version property to:

Windows 7 or Server 2008 R2 = “6.1%”
Windows Vista or Server 2008 = “6.0%”
Windows XP = “5.2%”
Windows 2000 = “5.0%”

Product Type
To filter by the different roles the computer might have, change the ProductType property to:

Client = “1”
Server running a Domain Controller role = “2”
Member server (server that’s not a DC) = “3”

The % character in the above queries is a wildcard for any characters that follow, so you could therefore use Version Like “6%”to filter for OS’s which are Vista and later.

To apply the filters, you use the Group Policy Management Console (GPMC).  In the WMI Filters section in the right hand pane, click right-click and select New.  Then give a name and description, click Add then enter the filter into the Query box.  Then click Ok and Save

To apply the filter to a policy, select the policy in the right hand pane, then on the Scope tab under WMI Filtering select your filter.

There are a few limitations, like you can only apply one filter per Policy (but you can have more than one query per filter) and the Queries are a property of the policy not the link, but overall they’re a very powerful tool.

iDialog Office Communication Server iPhone Client

A few months ago I wrote a few articles about mobile clients for Office Communications Server, and particularly the options available for iPhone users. 

It’s been a while coming, but it seems like there’s now a proper OCS client available in the App Store from Modalty Systems.

iDialog provides presence information on both your personal contacts, and across contacts within the corporate address list (which you can search from the client).  You can then either launch an OCS Instant Messaging conversation, or use the iPhone to call any of the numbers listed in the contact info.

IM conversations can be multi-party, and the client can support many simultaneous conversations.  They are displayed in the familiar threaded text message format from the iPhone. 

IMG_0026

In addition to IM, the client can make use of VoIP call control to manage voice calls to their OCS VoIP end-point.  Incoming VoIP calls to can be forwarded on to either their listed mobile number (presumably the iPhone), voice mail or any other number.  It isn’t however a VoIP endpoint in its own right however.  Presumably it would not have made it through onto the app store if it had.

From a backend perspective it relies on OCS 2007 or 2007 R2, and make use of the Communicator Web Access server role.  Unlike the solution from Web Messenger it doesn’t rely on separate, additional, server infrastructure.

The app is priced at £5.99, which is pricy for both individuals and corporate deployments.  However the web site does mention that corporate licensing options are also available that would – I assume – reduce the per seat licensing.

Link to App Store

TED Player

image
I think I’ve posted a few times before about TED, it’s 20 minute videos are fantastic, and the iPhone app in particular is a great way to pass time.

I’m just catching up on my email and RSS feeds and spotted a post over on Steve Claytons blog about a Sliverlight based TED player from thirteen23.  It’s a nice little app that does nothing but present TED talks to your desktop.

Thirteen23 seem like a great little company, they’ve released a few WPF and Silverlight apps such as the Blu twitter client and each one looks amazing and works pretty well.  I like the way that they build desktop apps for web based services in much the same way as people are doing for the iPhone.  Whilst there are lots of Twitter clients out there, not many people are doing things for other services or sites like TED.  It’s good to see.

If only someone would let them loose on Xbox Live…