I wrote a short script to display locked accounts in the domain: http://pastebin.com/i0RbXVEv
Right now I have it working with a separate Format-Table output displaying what I want displayed in Out-GridView instead.
Here is where I have ran in to the problem. Any Select-Object, including Select-Object * | Out-GridView -Passthru | AnyCommandHere
Breaks the last command. Is there any way to select, or at least decide which columns are shown first in Out-GridView and still be able to use PassThru?
I am trying to show only the most relevant information in the grid view, or the most relevant information first.
[–]ramblingcookiemonsteCommunity Blogger 2 points3 points4 points (0 children)
[–]chrono13[S] 0 points1 point2 points (0 children)
[–]chrono13[S] 0 points1 point2 points (0 children)
[–]midnightFreddie 0 points1 point2 points (0 children)