I have a question. I am looking to create a large script that queries multiple values on a large number of servers, and then gives you an output (Gridview or similar) so you can easily view all of the values. Gridview fits the bill, but I was wondering if it is possible to have an interactive output.
For instance, one of the servers has virus definitions that are out of date. I could right click on that row and run a script to update the AV definitions. Is something like that possible from Powershell, or should I be looking at something like C#?