Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Viewing all articles
Browse latest Browse all 8411

RSS -> Out-GridView as text

$
0
0

This works perfectly.

$url='http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml'
$wc = New-Object Net.WebClient
[xml]$resp = $wc.DownloadString($url)
$resp.rss.channel.item |Select Link,Description |Out-Gridview -Title "NY TIMES RSS"

but I would like the Link and Description columns in the Gridview to be plain text, and is it possible to wrap a column in the Gridview.

still learning....

 


Viewing all articles
Browse latest Browse all 8411

Latest Images

Trending Articles



Latest Images