<?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: Help with AD computers extract and group validation in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/424251#M295</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/175541"&gt;@atullo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI, I have been able to achieve what I wanted to do with the information you gave me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;!ad-search&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;command &lt;/EM&gt;filtering with LDAP query format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for pointing me out in the right direction.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Aug 2021 16:34:00 GMT</pubDate>
    <dc:creator>MartinCimone</dc:creator>
    <dc:date>2021-08-03T16:34:00Z</dc:date>
    <item>
      <title>Help with AD computers extract and group validation</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/423173#M283</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use XSoar to extract all computers from a specific "OU" in my AD and validate if those computers are members of a group and if they are not, add the missing computers to the said group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Servers OS needs to be excluded from this extract since I do not want servers to be added to the AD group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "&lt;SPAN&gt;ad-get-computer" from the Task Library is not working very well since filling the "dn" field does not permit to target a specific "OU" and want a full path to a computer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have an idea of how I can achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 18:01:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/423173#M283</guid>
      <dc:creator>MartinCimone</dc:creator>
      <dc:date>2021-07-29T18:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with AD computers extract and group validation</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/423232#M285</link>
      <description>&lt;P&gt;Perhaps you could try using the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ad-search&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;command to filter on the computer's OU and then the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ad-add-to-group&lt;/FONT&gt;&lt;/STRONG&gt; command&amp;nbsp;to add the missing computers to the group:&amp;nbsp;&lt;A title="(Active Directory Query v2 integration Documentation)" href="https://xsoar.pan.dev/docs/reference/integrations/active-directory-query-v2" target="_blank" rel="noopener"&gt;Active Directory Query v2&amp;nbsp;&lt;/A&gt;&lt;A title="(Active Directory Query v2 integration Documentation)" href="https://xsoar.pan.dev/docs/reference/integrations/active-directory-query-v2" target="_blank" rel="noopener"&gt;Integration Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Use the&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;!ad-search&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;command to run a query for Active Directory objects (users, contacts, computers, and so on). This command enables you to determine which data fields should be returned for the objects.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;. . .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Add or remove a computer from a group using the following commands:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;ad-add-to-group&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 19:30:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/423232#M285</guid>
      <dc:creator>atullo</dc:creator>
      <dc:date>2021-07-29T19:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with AD computers extract and group validation</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/423386#M288</link>
      <description>&lt;P&gt;That could be a way to do it.&amp;nbsp; I'll check the documentation and see if I can do what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the hint &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 11:57:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/423386#M288</guid>
      <dc:creator>MartinCimone</dc:creator>
      <dc:date>2021-07-30T11:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with AD computers extract and group validation</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/424251#M295</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/175541"&gt;@atullo&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI, I have been able to achieve what I wanted to do with the information you gave me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;!ad-search&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;command &lt;/EM&gt;filtering with LDAP query format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for pointing me out in the right direction.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 16:34:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/424251#M295</guid>
      <dc:creator>MartinCimone</dc:creator>
      <dc:date>2021-08-03T16:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with AD computers extract and group validation</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/424318#M297</link>
      <description>&lt;P&gt;Happy to help and thanks for marking as a solution.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 20:20:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/help-with-ad-computers-extract-and-group-validation/m-p/424318#M297</guid>
      <dc:creator>atullo</dc:creator>
      <dc:date>2021-08-03T20:20:21Z</dc:date>
    </item>
  </channel>
</rss>

