<?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: How to check powershell version at cortex XDR in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226786#M8234</link>
    <description>&lt;P&gt;Hi Aspatil,&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I tried these commod but can only find 285 results.&lt;/P&gt;
&lt;P&gt;It seems in the data set of host invebtory only have powershell 7 's information.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="画像 (1).png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67177i62AC6C93A988BA43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="画像 (1).png" alt="画像 (1).png" /&gt;&lt;/span&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="画像.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67176i1473B99254869890/image-size/medium?v=v2&amp;amp;px=400" role="button" title="画像.png" alt="画像.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2025 02:56:56 GMT</pubDate>
    <dc:creator>G.Cai500031</dc:creator>
    <dc:date>2025-04-17T02:56:56Z</dc:date>
    <item>
      <title>How to check powershell version at cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226510#M8226</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm a beginner of Cortex XDR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to confirm what devices have older versions of powershell installed and when I search for apps named powershell using host inventory I can only get 300+ results for powershell 7.&lt;/P&gt;
&lt;P&gt;I changed some keywords, i seems all other versions below powershell 7 are not searchable.&lt;/P&gt;
&lt;P&gt;And I tried to use query builder to find files named powershell I could find more than 8000 results, apparently cortex is able to find older versions of powershell I just don't know the right way to do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-PRODUCT title="Cortex XDR" id="Cortex_XDR"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 06:12:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226510#M8226</guid>
      <dc:creator>G.Cai500031</dc:creator>
      <dc:date>2025-04-15T06:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to check powershell version at cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226652#M8227</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1538414541"&gt;@G.Cai500031&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may try below:&lt;BR /&gt;dataset = host_inventory&lt;BR /&gt;| filter applications != null&lt;BR /&gt;| arrayexpand applications&lt;BR /&gt;| alter app_name = json_extract(applications, "$.application_name"),&lt;BR /&gt;app_version = json_extract(applications, "$.version")&lt;BR /&gt;| filter app_name contains "powershell"&lt;BR /&gt;| filter app_version &amp;lt; "7"&lt;BR /&gt;| fields host_name, app_name, app_version&lt;BR /&gt;| sort asc host_name &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you feel this has answered your query, please let us know by clicking like and&amp;nbsp; on "mark this as a Solution". Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 05:29:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226652#M8227</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2025-04-16T05:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to check powershell version at cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226786#M8234</link>
      <description>&lt;P&gt;Hi Aspatil,&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I tried these commod but can only find 285 results.&lt;/P&gt;
&lt;P&gt;It seems in the data set of host invebtory only have powershell 7 's information.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="画像 (1).png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67177i62AC6C93A988BA43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="画像 (1).png" alt="画像 (1).png" /&gt;&lt;/span&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="画像.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67176i1473B99254869890/image-size/medium?v=v2&amp;amp;px=400" role="button" title="画像.png" alt="画像.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 02:56:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226786#M8234</guid>
      <dc:creator>G.Cai500031</dc:creator>
      <dc:date>2025-04-17T02:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to check powershell version at cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226800#M8235</link>
      <description>&lt;P&gt;There is a filter applied to display versions less that 7. You can modify it as per your requirement.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 07:11:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226800#M8235</guid>
      <dc:creator>aspatil</dc:creator>
      <dc:date>2025-04-17T07:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to check powershell version at cortex XDR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226804#M8237</link>
      <description>&lt;P&gt;I do use the filter. But no result found.&lt;/P&gt;
&lt;P&gt;It seems Cortex didn't collect all the information.&lt;/P&gt;
&lt;P&gt;Anyway, thank you for your answer. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="画像 (2).png" style="width: 0px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/67180i5A736BCC5C31ECED/image-size/small?v=v2&amp;amp;px=200" width="0" height="0" role="button" title="画像 (2).png" alt="画像 (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 07:24:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/how-to-check-powershell-version-at-cortex-xdr/m-p/1226804#M8237</guid>
      <dc:creator>G.Cai500031</dc:creator>
      <dc:date>2025-04-17T07:24:32Z</dc:date>
    </item>
  </channel>
</rss>

