Sunday, February 14, 2010

WOL in SCCM


I've been working with my networking guys to get Wake on LAN working in our environment and we were trying to determine what needs to be added to the ACL's for subnet-directed broadcasts to work. 

My big questions when starting this was: Are the DP's and/or BDP's used for WOL or is everything originated from the Site Server? If it is the Site Server, is it a specific role on the server (for example ConfigMgr management point) that I could also run on a DP? 

We have a simple SCCM infrastructure with one Site Server, 8 DP's, and 12 Branch DP's.

Here's what I found.

The Site Server seems to be the device that initiates the WOL packet and it seems like it is using the ConfigMgr out of band service point role to do that. Unfortunately, this is a site server role and thus doesn't use the DP's or BDP's. Fortunately, it looks like I'll be able to get it to work in my environment anyway.

I hope this helps anybody else trying to figure this out.

Saturday, February 6, 2010

App-V Explanation


A colleague of mine provided a wonderful description to a co-worker about what App-V from Microsoft is.  I thought I would share that explanation with everybody else.

The product is called App-V (which was called SoftGrid before Microsoft bought it).  It is similar to VMware ThinApp (formerly Thinstall).

App-V allows applications to run on a workstation without being installed in the traditional sense.  The application lives inside a bubble.  While the application can read everything on the system (files, registry, ODBC connections), when it tries to write to these locations the bubble uses a shim to intercept those calls and only make the changes inside the bubble.   The application sees a merged view of the virtualized changes and the actual system data.

It’s like laying a transparency down over the file system and registry.  The application can make changes to the transparency, but not the underlying data.  However, as the application reads from the transparency, it can’t tell the difference.

If the application ends up broken, all you have to do is delete the changes cached in the bubble (give it a clean transparency), and it is restored to its default state.  Also, since the applications have their own discreet bubbles, you can run software side-by-side that would normally conflict (like both Office 2003 and Office 2010 on the same system at the same time). 

Technical Overview: