<?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: Access to the Intel® vPro™ Web UI with Active Directory User IDs in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/Access-to-the-Intel-vPro-Web-UI-with-Active-Directory-User-IDs/m-p/552231#M6422</link>
    <description>&lt;P&gt;Thanks a lot  &lt;/P&gt;</description>
    <pubDate>Fri, 04 Nov 2016 14:41:42 GMT</pubDate>
    <dc:creator>ÉGagn</dc:creator>
    <dc:date>2016-11-04T14:41:42Z</dc:date>
    <item>
      <title>Access to the Intel® vPro™ Web UI with Active Directory User IDs</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Access-to-the-Intel-vPro-Web-UI-with-Active-Directory-User-IDs/m-p/552229#M6420</link>
      <description>&lt;P&gt;My problem is:&lt;/P&gt;&lt;P&gt;When I attempt to log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;on to the &lt;B&gt;Intel AMT WebUI &lt;/B&gt;using a web browser,&lt;P&gt;&amp;nbsp;&lt;/P&gt;the logon box prompts for a domain-based credential (domain\user with&lt;P&gt;&amp;nbsp;&lt;/P&gt;associated password). The same credentials work correctly with VNC Viewer.&lt;P&gt;&amp;nbsp;&lt;/P&gt;When I Deselect the IE option &lt;B&gt;Enable Integrated Windows&amp;nbsp;Authentication&lt;/B&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I am able to log with the admin and the mebx password. I want use the&lt;P&gt;&amp;nbsp;&lt;/P&gt;active directory for  Web Ui authentication. &lt;P&gt;&lt;B&gt; &lt;/B&gt; &lt;/P&gt;&lt;P&gt;My computer settings:&lt;/P&gt;&lt;P&gt;Windows 8.1 and IE11&lt;/P&gt;&lt;P&gt;My SCSnsole&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;version 11  &lt;P&gt;My amt version 9.1.20 intel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;vpro&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look this kb &lt;A href="http://support.microsoft.com/kb/908209"&gt;http://support.microsoft.com/kb/908209&lt;/A&gt; &lt;A href="http://support.microsoft.com/kb/908209"&gt;http://support.microsoft.com/kb/908209&lt;/A&gt; but is a very old kb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some people can help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;please?&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2016 13:44:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Access-to-the-Intel-vPro-Web-UI-with-Active-Directory-User-IDs/m-p/552229#M6420</guid>
      <dc:creator>ÉGagn</dc:creator>
      <dc:date>2016-11-03T13:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Access to the Intel® vPro™ Web UI with Active Directory User IDs</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Access-to-the-Intel-vPro-Web-UI-with-Active-Directory-User-IDs/m-p/552230#M6421</link>
      <description>&lt;P&gt;You need to add one of following  registry keys on each Intel AMT console system :&lt;/P&gt;&lt;P&gt;For 32 Bit: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_INCLUDE_PORT_IN_SPN_KB908209\"iexplore.exe"=dword:00000001&lt;/P&gt;&lt;P&gt;For 64 Bit: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_INCLUDE_PORT_IN_SPN_KB908209\"iexplore.exe"=dword:00000001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Use following command to add them:&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;REG ADD  "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_INCLUDE_PORT_IN_SPN_KB908209" /v iexplore.exe /t REG_DWORD /d 00000001&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;REG ADD "HKLM\SOFTWARE\WOW6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_INCLUDE_PORT_IN_SPN_KB908209" /v iexplore.exe /t REG_DWORD /d 00000001&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use FQDN of vPro system when connecting to it (not just IP addess).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Remeber to not manually (or via AD scripts)  alter or remove $iME AD computer objects in additional AD OU you created and used for Intel AMT Active Directory Integration in AMT profile!!!&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see more explanation  : &lt;A href="https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments/usingactivedirectorytomanageintelamtdevices.htm"&gt;https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments/usingactivedirectorytomanageintelamtdevices.htm&lt;/A&gt; &lt;A href="https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments/usingactivedirectorytomanageintelamtdevices.htm"&gt;https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments/usingactivedirectorytomanageintelamtdevices.htm&lt;/A&gt; and&lt;/P&gt;&lt;P&gt;&lt;A href="http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments/notesandlimitations.htm"&gt;http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments/notesandlimitations.htm&lt;/A&gt; &lt;A href="http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments/notesandlimitations.htm"&gt;http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments/notesandlimitations.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dariusz Wittek   &lt;/P&gt;&lt;P&gt;&lt;B&gt;Intel  EMEA |&lt;/B&gt; &lt;B&gt;Biz Client Solution Architect&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt; &lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 10:20:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Access-to-the-Intel-vPro-Web-UI-with-Active-Directory-User-IDs/m-p/552230#M6421</guid>
      <dc:creator>Dariusz_W_Intel</dc:creator>
      <dc:date>2016-11-04T10:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Access to the Intel® vPro™ Web UI with Active Directory User IDs</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Access-to-the-Intel-vPro-Web-UI-with-Active-Directory-User-IDs/m-p/552231#M6422</link>
      <description>&lt;P&gt;Thanks a lot  &lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2016 14:41:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Access-to-the-Intel-vPro-Web-UI-with-Active-Directory-User-IDs/m-p/552231#M6422</guid>
      <dc:creator>ÉGagn</dc:creator>
      <dc:date>2016-11-04T14:41:42Z</dc:date>
    </item>
  </channel>
</rss>

