<?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: Cortex Assets Report without agent installed in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-assets-report-without-agent-installed/m-p/1249738#M9185</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/804344437"&gt;@QuestionAb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings for the day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-end="232" data-start="0"&gt;In Cortex XDR, the Asset Inventory data is not currently exposed as a native queryable XQL dataset. This is a known platform limitation, and a feature request (ID: CXDR-I-1481) exists to include this functionality in future updates.&lt;/P&gt;
&lt;P data-end="232" data-start="0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-end="462" data-start="234"&gt;However, you can achieve your goal by performing a comparison between your "source of truth" for Windows machines (Active Directory data via the Directory Sync Service) and the list of active agents in the &lt;STRONG data-end="453" data-start="440"&gt;endpoints&lt;/STRONG&gt; dataset.&lt;/P&gt;
&lt;H4 data-end="485" data-start="469" data-section-id="lkxh6o"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4 data-end="485" data-start="469" data-section-id="lkxh6o"&gt;Prerequisites:&lt;/H4&gt;
&lt;P data-end="523" data-start="486"&gt;To use this XQL query, you must have:&lt;/P&gt;
&lt;UL data-end="719" data-start="525"&gt;
&lt;LI data-end="644" data-start="525" data-section-id="1g4ug45"&gt;
&lt;P data-end="644" data-start="527"&gt;The &lt;STRONG data-end="562" data-start="531"&gt;Cloud Identity Engine (CIE)&lt;/STRONG&gt; configured to sync your &lt;STRONG data-end="638" data-start="587"&gt;Active Directory / Directory Sync Service (DSS)&lt;/STRONG&gt; data.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="719" data-start="645" data-section-id="10sgmfv"&gt;
&lt;P data-end="719" data-start="647"&gt;The &lt;STRONG data-end="666" data-start="651"&gt;pan_dss_raw&lt;/STRONG&gt; dataset successfully populating in your environment.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4 data-end="769" data-start="726" data-section-id="1d9dz3a"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4 data-end="769" data-start="726" data-section-id="1d9dz3a"&gt;XQL Query for Unmanaged Windows Machines&lt;/H4&gt;
&lt;P data-end="943" data-start="771"&gt;The following query identifies computer objects present in your directory but missing from the Cortex XDR managed endpoints list, filtered specifically for Windows systems.&lt;/P&gt;
&lt;P data-end="943" data-start="771"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="relative w-full mt-4 mb-1"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="border border-token-border-light border-radius-3xl corner-superellipse/1.1 rounded-3xl"&gt;
&lt;DIV class="h-full w-full border-radius-3xl bg-token-bg-elevated-secondary corner-superellipse/1.1 overflow-clip rounded-3xl lxnfua_clipPathFallback"&gt;
&lt;DIV class="pt-3"&gt;
&lt;DIV class="relative z-0 flex max-w-full"&gt;
&lt;DIV id="code-block-viewer" class="q9tKkq_viewer cm-editor z-10 light:cm-light dark:cm-light flex h-full w-full flex-col items-stretch ͼ5 ͼj" dir="ltr"&gt;
&lt;DIV class="cm-scroller"&gt;
&lt;DIV class="cm-content q9tKkq_readonly"&gt;&lt;SPAN&gt;dataset = pan_dss_raw&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| filter type = "computer" and os contains "Windows"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| fields name, os, ou&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| dedup name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| alter dss_hostname = lowercase(name)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| filter dss_hostname not in (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dataset = endpoints &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; | alter endpoint_hostname = lowercase(endpoint_name) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; | fields endpoint_hostname&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;H4 data-end="1287" data-start="1255" data-section-id="xfu0ci"&gt;Building the Dashboard Widget&lt;/H4&gt;
&lt;P data-end="1329" data-start="1289"&gt;To use this data for a dashboard widget:&lt;/P&gt;
&lt;OL data-end="1615" data-start="1331"&gt;
&lt;LI data-end="1387" data-start="1331" data-section-id="r53vau"&gt;
&lt;P data-end="1387" data-start="1334"&gt;Navigate to &lt;STRONG data-end="1386" data-start="1346"&gt;Dashboard &amp;amp; Reports → Widget Library&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1456" data-start="1388" data-section-id="8i9ezg"&gt;
&lt;P data-end="1456" data-start="1391"&gt;Select &lt;STRONG data-end="1415" data-start="1398"&gt;Create Widget&lt;/STRONG&gt; and choose &lt;STRONG data-end="1441" data-start="1427"&gt;XQL Search&lt;/STRONG&gt; as the source.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1482" data-start="1457" data-section-id="1bfct3d"&gt;
&lt;P data-end="1482" data-start="1460"&gt;Paste the query above.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1615" data-start="1483" data-section-id="hnxnnu"&gt;
&lt;P data-end="1514" data-start="1486"&gt;Configure the visualization:&lt;/P&gt;
&lt;UL data-end="1615" data-start="1518"&gt;
&lt;LI data-end="1558" data-start="1518" data-section-id="49ypum"&gt;
&lt;P data-end="1558" data-start="1520"&gt;Use a &lt;STRONG data-end="1535" data-start="1526"&gt;Table&lt;/STRONG&gt; for a detailed report.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1615" data-start="1562" data-section-id="1p0w3lm"&gt;
&lt;P data-end="1615" data-start="1564"&gt;Use a &lt;STRONG data-end="1585" data-start="1570"&gt;Stat widget&lt;/STRONG&gt; to count missing agents with:&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="relative w-full mt-4 mb-1"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="border border-token-border-light border-radius-3xl corner-superellipse/1.1 rounded-3xl"&gt;
&lt;DIV class="h-full w-full border-radius-3xl bg-token-bg-elevated-secondary corner-superellipse/1.1 overflow-clip rounded-3xl lxnfua_clipPathFallback"&gt;
&lt;DIV class="pointer-events-none absolute end-1.5 top-1 z-2 md:end-2 md:top-1"&gt;&lt;SPAN&gt;| stats count(dss_hostname)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN&gt;Alternative: Manual Identification&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-end="1807" data-start="1698"&gt;If you do not have &lt;STRONG data-end="1728" data-start="1717"&gt;CIE/DSS&lt;/STRONG&gt; configured, you can manually identify unmanaged assets through the console UI:&lt;/P&gt;
&lt;OL data-is-only-node="" data-is-last-node="" data-end="2067" data-start="1809"&gt;
&lt;LI data-end="1853" data-start="1809" data-section-id="dcxvpf"&gt;
&lt;P data-end="1853" data-start="1812"&gt;Navigate to &lt;STRONG data-end="1852" data-start="1824"&gt;Assets → Asset Inventory&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1940" data-start="1854" data-section-id="76ka0h"&gt;
&lt;P data-end="1940" data-start="1857"&gt;Locate the column &lt;STRONG data-end="1892" data-start="1875"&gt;HAS XDR AGENT&lt;/STRONG&gt; (or &lt;STRONG data-end="1916" data-start="1897"&gt;AGENT INSTALLED&lt;/STRONG&gt;) and filter for &lt;STRONG data-end="1939" data-start="1933"&gt;No&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="2005" data-start="1941" data-section-id="1p23a7u"&gt;
&lt;P data-end="2005" data-start="1944"&gt;Add a filter for &lt;STRONG data-end="1981" data-start="1961"&gt;Operating System&lt;/STRONG&gt; containing &lt;STRONG data-end="2004" data-start="1993"&gt;Windows&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-is-last-node="" data-end="2067" data-start="2006" data-section-id="t3207p"&gt;
&lt;P data-is-last-node="" data-end="2067" data-start="2009"&gt;Export the results to a &lt;STRONG data-end="2052" data-start="2033"&gt;TSV or CSV file&lt;/STRONG&gt; for reporting.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel this has answered your query, please let us know by clicking like and on&amp;nbsp;&lt;STRONG&gt;"mark this as a Solution".&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;S. Subashkar Sekar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2026 14:12:46 GMT</pubDate>
    <dc:creator>susekar</dc:creator>
    <dc:date>2026-03-09T14:12:46Z</dc:date>
    <item>
      <title>Cortex Assets Report without agent installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-assets-report-without-agent-installed/m-p/1249686#M9183</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I'm working on a security visibility project and would like to leverage the Asset Inventory module to generate a detailed report of all Windows machines that do not yet have the Cortex XDR agent installed.&lt;/P&gt;
&lt;P&gt;The main goal is to use that data as the source for a dashboard widget.&lt;/P&gt;
&lt;P&gt;I'm new to XQL and have been trying to build a query with dataset. If anyone has worked with this before or has experience with this type of query, I would really appreciate your guidance.&lt;/P&gt;
&lt;P&gt;Thank you very much in advance for any help or suggestions.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 06:19:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-assets-report-without-agent-installed/m-p/1249686#M9183</guid>
      <dc:creator>QuestionAb</dc:creator>
      <dc:date>2026-03-09T06:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cortex Assets Report without agent installed</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-assets-report-without-agent-installed/m-p/1249738#M9185</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/804344437"&gt;@QuestionAb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings for the day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-end="232" data-start="0"&gt;In Cortex XDR, the Asset Inventory data is not currently exposed as a native queryable XQL dataset. This is a known platform limitation, and a feature request (ID: CXDR-I-1481) exists to include this functionality in future updates.&lt;/P&gt;
&lt;P data-end="232" data-start="0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-end="462" data-start="234"&gt;However, you can achieve your goal by performing a comparison between your "source of truth" for Windows machines (Active Directory data via the Directory Sync Service) and the list of active agents in the &lt;STRONG data-end="453" data-start="440"&gt;endpoints&lt;/STRONG&gt; dataset.&lt;/P&gt;
&lt;H4 data-end="485" data-start="469" data-section-id="lkxh6o"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4 data-end="485" data-start="469" data-section-id="lkxh6o"&gt;Prerequisites:&lt;/H4&gt;
&lt;P data-end="523" data-start="486"&gt;To use this XQL query, you must have:&lt;/P&gt;
&lt;UL data-end="719" data-start="525"&gt;
&lt;LI data-end="644" data-start="525" data-section-id="1g4ug45"&gt;
&lt;P data-end="644" data-start="527"&gt;The &lt;STRONG data-end="562" data-start="531"&gt;Cloud Identity Engine (CIE)&lt;/STRONG&gt; configured to sync your &lt;STRONG data-end="638" data-start="587"&gt;Active Directory / Directory Sync Service (DSS)&lt;/STRONG&gt; data.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="719" data-start="645" data-section-id="10sgmfv"&gt;
&lt;P data-end="719" data-start="647"&gt;The &lt;STRONG data-end="666" data-start="651"&gt;pan_dss_raw&lt;/STRONG&gt; dataset successfully populating in your environment.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;H4 data-end="769" data-start="726" data-section-id="1d9dz3a"&gt;&amp;nbsp;&lt;/H4&gt;
&lt;H4 data-end="769" data-start="726" data-section-id="1d9dz3a"&gt;XQL Query for Unmanaged Windows Machines&lt;/H4&gt;
&lt;P data-end="943" data-start="771"&gt;The following query identifies computer objects present in your directory but missing from the Cortex XDR managed endpoints list, filtered specifically for Windows systems.&lt;/P&gt;
&lt;P data-end="943" data-start="771"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="relative w-full mt-4 mb-1"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="border border-token-border-light border-radius-3xl corner-superellipse/1.1 rounded-3xl"&gt;
&lt;DIV class="h-full w-full border-radius-3xl bg-token-bg-elevated-secondary corner-superellipse/1.1 overflow-clip rounded-3xl lxnfua_clipPathFallback"&gt;
&lt;DIV class="pt-3"&gt;
&lt;DIV class="relative z-0 flex max-w-full"&gt;
&lt;DIV id="code-block-viewer" class="q9tKkq_viewer cm-editor z-10 light:cm-light dark:cm-light flex h-full w-full flex-col items-stretch ͼ5 ͼj" dir="ltr"&gt;
&lt;DIV class="cm-scroller"&gt;
&lt;DIV class="cm-content q9tKkq_readonly"&gt;&lt;SPAN&gt;dataset = pan_dss_raw&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| filter type = "computer" and os contains "Windows"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| fields name, os, ou&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| dedup name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| alter dss_hostname = lowercase(name)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| filter dss_hostname not in (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; dataset = endpoints &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; | alter endpoint_hostname = lowercase(endpoint_name) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; | fields endpoint_hostname&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;H4 data-end="1287" data-start="1255" data-section-id="xfu0ci"&gt;Building the Dashboard Widget&lt;/H4&gt;
&lt;P data-end="1329" data-start="1289"&gt;To use this data for a dashboard widget:&lt;/P&gt;
&lt;OL data-end="1615" data-start="1331"&gt;
&lt;LI data-end="1387" data-start="1331" data-section-id="r53vau"&gt;
&lt;P data-end="1387" data-start="1334"&gt;Navigate to &lt;STRONG data-end="1386" data-start="1346"&gt;Dashboard &amp;amp; Reports → Widget Library&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1456" data-start="1388" data-section-id="8i9ezg"&gt;
&lt;P data-end="1456" data-start="1391"&gt;Select &lt;STRONG data-end="1415" data-start="1398"&gt;Create Widget&lt;/STRONG&gt; and choose &lt;STRONG data-end="1441" data-start="1427"&gt;XQL Search&lt;/STRONG&gt; as the source.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1482" data-start="1457" data-section-id="1bfct3d"&gt;
&lt;P data-end="1482" data-start="1460"&gt;Paste the query above.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1615" data-start="1483" data-section-id="hnxnnu"&gt;
&lt;P data-end="1514" data-start="1486"&gt;Configure the visualization:&lt;/P&gt;
&lt;UL data-end="1615" data-start="1518"&gt;
&lt;LI data-end="1558" data-start="1518" data-section-id="49ypum"&gt;
&lt;P data-end="1558" data-start="1520"&gt;Use a &lt;STRONG data-end="1535" data-start="1526"&gt;Table&lt;/STRONG&gt; for a detailed report.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1615" data-start="1562" data-section-id="1p0w3lm"&gt;
&lt;P data-end="1615" data-start="1564"&gt;Use a &lt;STRONG data-end="1585" data-start="1570"&gt;Stat widget&lt;/STRONG&gt; to count missing agents with:&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="relative w-full mt-4 mb-1"&gt;
&lt;DIV class=""&gt;
&lt;DIV class="relative"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="h-full min-h-0 min-w-0"&gt;
&lt;DIV class="border border-token-border-light border-radius-3xl corner-superellipse/1.1 rounded-3xl"&gt;
&lt;DIV class="h-full w-full border-radius-3xl bg-token-bg-elevated-secondary corner-superellipse/1.1 overflow-clip rounded-3xl lxnfua_clipPathFallback"&gt;
&lt;DIV class="pointer-events-none absolute end-1.5 top-1 z-2 md:end-2 md:top-1"&gt;&lt;SPAN&gt;| stats count(dss_hostname)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;SPAN&gt;Alternative: Manual Identification&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-end="1807" data-start="1698"&gt;If you do not have &lt;STRONG data-end="1728" data-start="1717"&gt;CIE/DSS&lt;/STRONG&gt; configured, you can manually identify unmanaged assets through the console UI:&lt;/P&gt;
&lt;OL data-is-only-node="" data-is-last-node="" data-end="2067" data-start="1809"&gt;
&lt;LI data-end="1853" data-start="1809" data-section-id="dcxvpf"&gt;
&lt;P data-end="1853" data-start="1812"&gt;Navigate to &lt;STRONG data-end="1852" data-start="1824"&gt;Assets → Asset Inventory&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="1940" data-start="1854" data-section-id="76ka0h"&gt;
&lt;P data-end="1940" data-start="1857"&gt;Locate the column &lt;STRONG data-end="1892" data-start="1875"&gt;HAS XDR AGENT&lt;/STRONG&gt; (or &lt;STRONG data-end="1916" data-start="1897"&gt;AGENT INSTALLED&lt;/STRONG&gt;) and filter for &lt;STRONG data-end="1939" data-start="1933"&gt;No&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-end="2005" data-start="1941" data-section-id="1p23a7u"&gt;
&lt;P data-end="2005" data-start="1944"&gt;Add a filter for &lt;STRONG data-end="1981" data-start="1961"&gt;Operating System&lt;/STRONG&gt; containing &lt;STRONG data-end="2004" data-start="1993"&gt;Windows&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-is-last-node="" data-end="2067" data-start="2006" data-section-id="t3207p"&gt;
&lt;P data-is-last-node="" data-end="2067" data-start="2009"&gt;Export the results to a &lt;STRONG data-end="2052" data-start="2033"&gt;TSV or CSV file&lt;/STRONG&gt; for reporting.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you feel this has answered your query, please let us know by clicking like and on&amp;nbsp;&lt;STRONG&gt;"mark this as a Solution".&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;S. Subashkar Sekar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 14:12:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cortex-assets-report-without-agent-installed/m-p/1249738#M9185</guid>
      <dc:creator>susekar</dc:creator>
      <dc:date>2026-03-09T14:12:46Z</dc:date>
    </item>
  </channel>
</rss>

