- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My bad
, To be honest, I don't know the fundamentals but I was tweaking small scripts and one liner in DPM shell back in year or two for my day to day work where I was managing Tape library though shell. I have a little bit idea about variable, pipeline and loop.
I guess then Get-View can be used and then select-object with this.
$Mylist[0] | Get-View | select-object .......
Or it can't be ?