Does anyone know of a way to visualize (via a GUI) Get-ChildItem output? I'm working on a couple scripts that will build up a listing of all the files on our NAS, compare it with the last run, and spit out just the files that have changed but I'm having a hard time visualizing the data and have to run custom | where-object {} every time we want a report on the data.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
|
|
closed as not constructive by MDMarra, RobM, mdpc, Scott Pack, sysadmin1138♦ Oct 24 '12 at 20:35
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
If your question is pertaining more toward getting GUI output, a quick and dirty method is to pipe to |
|||
|
|