Mittwoch, 23. September 2015

PowerShell Tip of the Day

Since I have not much time on my hand today, I will just post a quick "tip of the day" - who will be continued tomorrow ;)

One of the many, many, many, many cool things about PowerShell in my opinion is "Out-Gridview" .

What does Out-GridView do? Well "Get-Help Out-GridView" describes it very well:

"Sends output to an interactive table in a separate window."

For Example: it takes the output of a cmdlet - like "Get-Process" - and displays it in an extra (table) view:


This already looks like a nice tool, doesn't it :) But wait there is more...tomorrow ;) But please don't be afraid of playing around with this command until then.

Keine Kommentare:

Kommentar veröffentlichen