Thanks Adnan,
I tend to use get-member quite often when dealing with objects I am not familiar with.
So in this case you would run the following to get more info about the xml object
$xml | gm
Thanks Adnan,
I tend to use get-member quite often when dealing with objects I am not familiar with.
So in this case you would run the following to get more info about the xml object
$xml | gm