<?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:TrustFailure when using powershell module in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1327405#M8757</link>
    <description>&lt;P&gt;Hello tapbaker,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am just following up to double-check if you were able to gather the requested information. Otherwise let us know if you require more time to accomplish this. I will try to reach you back on next Tuesday 9th. After that the thread will be automatically archived.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Nov 2021 03:52:21 GMT</pubDate>
    <dc:creator>JoseH_Intel</dc:creator>
    <dc:date>2021-11-05T03:52:21Z</dc:date>
    <item>
      <title>TrustFailure when using powershell module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1325320#M8736</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I am new to intel vPro platform.&lt;/P&gt;
&lt;P&gt;As a proof of concept, we configured an intel EMA server running v1.4 which we did not integrate into AD and did not configure any certificates for.&lt;/P&gt;
&lt;P&gt;We deployed an agent config using TLS to a handful of devices and all was good.&lt;/P&gt;
&lt;P&gt;I was able to power on/off devices from the console and I was able to use powershell to query powerstates via&lt;/P&gt;
&lt;P&gt;Get-AMTPowerState -ComputerName $Computer -Username $Username -port 16993 -Password $Password&lt;/P&gt;
&lt;P&gt;Sometimes this would work with just the hostname and sometimes I had to specify the FQN.&lt;/P&gt;
&lt;P&gt;When EMA v1.5 came out we re-installed EMA server and integrated it into AD. Once again we did not do anything with certificates. We deployed the new agent config to a few hundred devices&lt;/P&gt;
&lt;P&gt;In the console, I can see devices successfully provisioned and I can power on/off from the console.&lt;/P&gt;
&lt;P&gt;Now, however, when I run PowerShell commands I get:&lt;/P&gt;
&lt;P&gt;Exception calling "Get" with "0" argument(s): "TrustFailure"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still have devices that have the old agent config that I can query the state on via powershell.&lt;/P&gt;
&lt;P&gt;Is this "trust" issue because we have not deployed certificates?&lt;/P&gt;
&lt;P&gt;Why are the old devices working?&lt;/P&gt;
&lt;P&gt;Any suggestions on how to troubleshoot would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 02:57:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1325320#M8736</guid>
      <dc:creator>tapbaker</dc:creator>
      <dc:date>2021-10-28T02:57:06Z</dc:date>
    </item>
    <item>
      <title>Re:TrustFailure when using powershell module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1325331#M8737</link>
      <description>&lt;P&gt;Hello tapbaker,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for joining the community.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I don't think this "Trust" error is related to a lack of certificate. It is possible that other "Get" commands produce similar Unauthorized/Trust error messages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The problem is a bug in the local Security Settings, the commands do not work if the following local policy is enabled:&lt;/P&gt;&lt;P&gt;System cryptography &amp;gt; Use FIPS compliant algorithms for encryption, hashing, and signing.&lt;/P&gt;&lt;P&gt;Change the setting to disabled, then reboot the system, after that the error will no longer appears.&lt;/P&gt;&lt;P&gt;This is a bug with the SDK on AMT versions 11.6.0.1102 or earlier.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Please give this a try and let me know the outcome.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2021 03:58:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1325331#M8737</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2021-10-28T03:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: TrustFailure when using powershell module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1325403#M8738</link>
      <description>&lt;P&gt;Thanks for the reply,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately the&amp;nbsp;&lt;SPAN&gt;System cryptography &amp;gt; Use FIPS compliant algorithms for encryption, hashing, and signing. is already set to disabled.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any other thoughts?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We are running on Server 2019&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 07:09:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1325403#M8738</guid>
      <dc:creator>tapbaker</dc:creator>
      <dc:date>2021-10-28T07:09:26Z</dc:date>
    </item>
    <item>
      <title>Re:TrustFailure when using powershell module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1325739#M8742</link>
      <description>&lt;P&gt;Hello tapbaker,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you the update. Please let me research on this. I will get back to you as soon as I have updates.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2021 05:47:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1325739#M8742</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2021-10-29T05:47:51Z</dc:date>
    </item>
    <item>
      <title>Re:TrustFailure when using powershell module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1326497#M8748</link>
      <description>&lt;P&gt;Hello tapbaker,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide screenshots of the messages when running the command, (if possible a video will be very useful). How many systems are having the issue and how many systems in total do you have?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Nov 2021 03:46:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1326497#M8748</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2021-11-02T03:46:35Z</dc:date>
    </item>
    <item>
      <title>Re:TrustFailure when using powershell module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1327405#M8757</link>
      <description>&lt;P&gt;Hello tapbaker,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am just following up to double-check if you were able to gather the requested information. Otherwise let us know if you require more time to accomplish this. I will try to reach you back on next Tuesday 9th. After that the thread will be automatically archived.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Nov 2021 03:52:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1327405#M8757</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2021-11-05T03:52:21Z</dc:date>
    </item>
    <item>
      <title>Re:TrustFailure when using powershell module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1328627#M8765</link>
      <description>&lt;P&gt;Hello tapbaker,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will proceed to mark this thread as closed. If you have further issues or questions just go ahead and submit a new topic.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Jose A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Nov 2021 04:01:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/TrustFailure-when-using-powershell-module/m-p/1328627#M8765</guid>
      <dc:creator>JoseH_Intel</dc:creator>
      <dc:date>2021-11-10T04:01:46Z</dc:date>
    </item>
  </channel>
</rss>

