Sorry to annoy you with that.. Just want to be sure..
The function in the book,Get-FolderStrucuture (Listing 12.2, p.408 / 409) is wrong, right ?
There is no param() and there is this line :
$folder = " " | Select Name, Children => will always be empty
I tried to correct it by my self, but no luck ..
Thank you