<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: checked in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/checked/m-p/362718#M2488</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/94664"&gt;@atul_desh&lt;/a&gt;&amp;nbsp;- do you have a question? &amp;nbsp;Looks like you're using PowerShell to assemble a list of hotfix info. &amp;nbsp;What do you need from the community?&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 13:57:02 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2017-05-30T13:57:02Z</dc:date>
    <item>
      <title>checked</title>
      <link>https://communities.sas.com/t5/All-Things-Community/checked/m-p/362709#M2487</link>
      <description>&lt;P&gt;$file1 = Get-Content L:\servers.txt&lt;BR /&gt;$file2 = Get-Content L:\HofixID.txt&lt;/P&gt;&lt;P&gt;$objects = foreach($f1 in $file1)&lt;BR /&gt;{&lt;BR /&gt;foreach($f2 in $file2)&lt;BR /&gt;{&lt;BR /&gt;New-Object psobject -Property @{&lt;BR /&gt;Server = $f1&lt;BR /&gt;HotfixID = $f2&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;$objects |Export-Csv -Path "L:\output.csv" -NoTypeInformation&lt;/P&gt;&lt;P&gt;$CSV = import-csv “L:\output.csv” | select Server,HotfixID,@{n=’CommanName’;e={$_.Server + ” ” + $_.HotfixID}}&lt;/P&gt;&lt;P&gt;$CSV |Export-Csv "L:\outputfinal.csv" -NoTypeInformation&lt;/P&gt;&lt;P&gt;$PCSV =import-csv “L:\patch_ouput.csv” | select Server,HotfixID,@{n=’CommanName’;e={$_.Server + ” ” + $_.HotfixID}}&lt;/P&gt;&lt;P&gt;$PCSV |Export-Csv "L:\patch_outputfinal.csv" -NoTypeInformation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 13:33:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/checked/m-p/362709#M2487</guid>
      <dc:creator>atul_desh</dc:creator>
      <dc:date>2017-05-30T13:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: checked</title>
      <link>https://communities.sas.com/t5/All-Things-Community/checked/m-p/362718#M2488</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/94664"&gt;@atul_desh&lt;/a&gt;&amp;nbsp;- do you have a question? &amp;nbsp;Looks like you're using PowerShell to assemble a list of hotfix info. &amp;nbsp;What do you need from the community?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 13:57:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/checked/m-p/362718#M2488</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-05-30T13:57:02Z</dc:date>
    </item>
  </channel>
</rss>

