<?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: PIC identity mapping question about DCOM and WMI Registry key in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492139#M496272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these 2 keys: &lt;/P&gt;&lt;P&gt;HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}&lt;/P&gt;&lt;P&gt;HKLM\Software\Classes\Wow6432Node\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2018 14:27:48 GMT</pubDate>
    <dc:creator>csco11552159</dc:creator>
    <dc:date>2018-07-11T14:27:48Z</dc:date>
    <item>
      <title>PIC identity mapping question about DCOM and WMI Registry key</title>
      <link>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492138#M496271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m following the PIC document: &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/ise/2-2/pic_admin_guide/PIC_admin/PIC_admin_chapter_01000.html#task_784A7F6991594B11B1BAD206FDCD249B" title="https://www.cisco.com/c/en/us/td/docs/security/ise/2-2/pic_admin_guide/PIC_admin/PIC_admin_chapter_01000.html#task_784A7F6991594B11B1BAD206FDCD249B"&gt;https://www.cisco.com/c/en/us/td/docs/security/ise/2-2/pic_admin_guide/PIC_admin/PIC_admin_chapter_01000.html#task_784A7…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we talk to our Corp Sec and ID team for changing registry key to allow our account with full control of DCOM/WMI key, they want to know the reason of the change. If we have Domain Admin account with read only access, will this do the work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone can explain why we need full control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will be really help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:21:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492138#M496271</guid>
      <dc:creator>csco11552159</dc:creator>
      <dc:date>2018-07-11T14:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: PIC identity mapping question about DCOM and WMI Registry key</title>
      <link>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492139#M496272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these 2 keys: &lt;/P&gt;&lt;P&gt;HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}&lt;/P&gt;&lt;P&gt;HKLM\Software\Classes\Wow6432Node\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:27:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492139#M496272</guid>
      <dc:creator>csco11552159</dc:creator>
      <dc:date>2018-07-11T14:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: PIC identity mapping question about DCOM and WMI Registry key</title>
      <link>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492140#M496273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my earlier tests, it's to facilitate adding registry keys and values; that is, we won't be able to add the two registry keys (shown below) unless the administrators have the ownership and full control to "HKEY_CLASSES_ROOT\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;reg add HKCR\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6} /v AppID /t REG_SZ /d "{76A64158-CB41-11D1-8B02-00600806D9B6}"&lt;/LI&gt;&lt;LI&gt;reg add HKCR\AppID\{76A64158-CB41-11D1-8B02-00600806D9B6} /v DllSurrogate /t REG_SZ /d "&amp;nbsp; "&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IIRC, we need not touch the other key, the one under HKLM\Software, as it gets it from the first one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 17:19:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492140#M496273</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-07-11T17:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: PIC identity mapping question about DCOM and WMI Registry key</title>
      <link>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492141#M496274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you. so if we manually created these keys, we can try to avoid "Full control", right ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding the key is adding, for 64 bit is located at, right? &lt;/P&gt;&lt;P&gt;&lt;CODE style="padding: 1px 0;"&gt;HKLM\SOFTWARE\Classes\Wow6432Node\CLSID\{76A64158-CB41-11D1-8B02-00600806D9B6}&lt;BR /&gt;AppID = {76A64158-CB41-11D1-8B02-00600806D9B6}&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 18:46:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492141#M496274</guid>
      <dc:creator>csco11552159</dc:creator>
      <dc:date>2018-07-11T18:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: PIC identity mapping question about DCOM and WMI Registry key</title>
      <link>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492142#M496275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't think of a way for us to avoid changing owner to "Administrators" with "Full Control" in order to perform the "reg add" operations successfully.&lt;/P&gt;&lt;P&gt;We might be able to revert the ownership change afterwards but I've never tried it myself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 20:59:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492142#M496275</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-07-11T20:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: PIC identity mapping question about DCOM and WMI Registry key</title>
      <link>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492143#M496276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so we have to change all our DC's registry to make it work ,right? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will require the same setup for Server 16? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 18:10:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492143#M496276</guid>
      <dc:creator>csco11552159</dc:creator>
      <dc:date>2018-07-12T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: PIC identity mapping question about DCOM and WMI Registry key</title>
      <link>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492144#M496277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if to use WMI providers directly, on all domain controllers, including Windows 2016 servers, to be monitored. If not using Easy Connect, you might want to consider installing PIC agents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 04:17:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pic-identity-mapping-question-about-dcom-and-wmi-registry-key/m-p/3492144#M496277</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-07-13T04:17:05Z</dc:date>
    </item>
  </channel>
</rss>

