PhillyPoSH 12/06/2012 meeting summary and presentation materials
John Mello gave a presentation entitled “Intro to PowerShell’s Pipeline, Part 1”. A copy of his slide deck and code examples are available here.
Script Club :
John R. Nahrgang and [Lido Paglia](http://paglia.org/)Â presented a work in progress script that returns all the members of the Local Administrators Group on a filtered list of Active Directory PCs. A copy of the script is available [here](https://powershell.org/wp-content/uploads/2012/12/PhillyPosh_2012-12-05_ScriptClub.zip).Various other information worth mentioning.
In response to [last month's script club](https://powershell.org/2012/11/08/phillyposh-11012012-meeting-summary-and-presentation-materials/), Carl Larson submitted a script that splits an Active Directory users' *distinguishedName* into an array and then put's it back together so that you can get the Parent OU. This script is meant as a jumping off point for [John Mello's](http://mellositmusings.com/) expressed difficulty trying to pull a user name from a full Active Directory path. A copy of the script is available [here](https://powershell.org/wp-content/uploads/2012/12/PhillyPosh_2012-12-05_Extras.zip).