<?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: Failed to run Intel vPro Technology Module in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1503142#M10329</link>
    <description>&lt;P&gt;Referring to the content of the error message "&lt;SPAN&gt;Cannot find type [Intel.Management.Wsman.WsmanConnection]"&lt;/SPAN&gt;, I thought that the IntelvPro module could not be imported normally.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Initially, I imported "IntelvPro.PSM1" with&amp;nbsp;the following command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"PS C:\Program Files\Intel\IntelvProModule_16.0.5.1\Bin\IntelvPro&amp;gt; Import-Module IntelvPro.PSM1"&lt;/P&gt;&lt;P&gt;But, I actually failed to Invoke-AMTPowerManagement or any other commands with same messages that was "&lt;SPAN&gt;Cannot find type [Intel.Management.Wsman.WsmanConnection]: verify that the assembly containing this type is loaded".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I changed the command for module import.&lt;BR /&gt;"PS C:\Program Files\Intel\IntelvProModule_16.0.5.1\Bin\IntelvPro&amp;gt; Import-Module IntelvPro"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;I got another error below.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;----------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Import-Module : Could not load file or assembly 'file:///C:\Program&lt;BR /&gt;Files\Intel\IntelvProModule_16.0.0.5\Bin\IntelvPro\Intel.Wsman.Scripting.dll' or one of its dependencies. Operation is&lt;BR /&gt;not supported. (Exception from HRESULT: 0x80131515)&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Import-Module IntelvPro&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (:) [Import-Module], FileLoadException&lt;BR /&gt;+ FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So far, it seems that the Wsman.Scripting .dll could not been assembled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My IntelvProModule version is 16.0.5.1 and PS Version is below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;---- -----&lt;BR /&gt;PSVersion 5.1.19041.3031&lt;BR /&gt;PSEdition Desktop&lt;BR /&gt;PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}&lt;BR /&gt;BuildVersion 10.0.19041.3031&lt;BR /&gt;CLRVersion 4.0.30319.42000&lt;BR /&gt;WSManStackVersion 3.0&lt;BR /&gt;PSRemotingProtocolVersion 2.3&lt;BR /&gt;SerializationVersion 1.1.0.1&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jul 2023 09:25:23 GMT</pubDate>
    <dc:creator>MasafumiDeguchi</dc:creator>
    <dc:date>2023-07-10T09:25:23Z</dc:date>
    <item>
      <title>Failed to run Intel vPro Technology Module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1502538#M10325</link>
      <description>&lt;P&gt;I wanted to try Intel AMT Power Management in Powershell, so after installing IntelvProModule_16.0.5.1, I followed the guide to run "Invoke-AMTPowerManagement" and got the error messages .&lt;BR /&gt;I checked "Get-Command -Module IntelvPro" and&amp;nbsp;&amp;nbsp;the function of "Invoke-AMTPowerManagement" seems to be enabled, but any cmdlet of vPro module showed similar messages. I checked that the client computer had AMT Provisioning enabled and was accessible from the AMT WEB GUI (Port 16992).&lt;BR /&gt;I don't understand what the following message means. What are the possible causes?&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;PS C:\Program Files\Intel\IntelvProModule_16.0.5.1\Bin&amp;gt; Invoke-AMTPowerManagement -ComputerName:&amp;lt;computername&amp;gt; -Username &amp;lt;username&amp;gt; -Password &amp;lt;password&amp;gt; -Operation poweroff&lt;BR /&gt;The property 'AcceptSelfSignedCertificate' cannot be found on this object. Verify that the property exists and can be set.&lt;BR /&gt;At C:\Program Files\Intel\IntelvProModule_16.0.5.1\Bin\IntelvPro\Invoke-AMTPowerManagement.ps1:268 char:3&lt;BR /&gt;+ $Connection.Options.AcceptSelfSignedCertificate=$false;&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (:) [], RuntimeException&lt;BR /&gt;+ FullyQualifiedErrorId : PropertyNotFound&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ComputerName :&lt;BR /&gt;Port :&lt;BR /&gt;Operation :&lt;BR /&gt;Status : Cannot connect&lt;BR /&gt;Reason : Cannot find type [Intel.Management.Wsman.WsmanConnection]: verify that the assembly containing this type is loaded.&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 02:50:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1502538#M10325</guid>
      <dc:creator>MasafumiDeguchi</dc:creator>
      <dc:date>2023-07-07T02:50:31Z</dc:date>
    </item>
    <item>
      <title>Re:Failed to run Intel vPro Technology Module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1502877#M10327</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Hello, MasafumiDeguchi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Thank you for using our community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Do you mind answering the questions below:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Where are the server machine and the endpoint located?&amp;nbsp;Same LAN, remote, etc.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Which is the Intel® AMT version of the endpoint?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Did you create the Certificate and PS credential?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Do you mind telling us the purpose of this test; please provide us the estimated number of endpoints that you are planning to provision.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Miguel C.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Intel Customer Support Technician&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2023 22:31:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1502877#M10327</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2023-07-07T22:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Failed to run Intel vPro Technology Module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1503107#M10328</link>
      <description>&lt;P&gt;Hello Miguel&lt;/P&gt;&lt;P&gt;Thank you for your response&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Where are the server machine and the endpoint located? Same LAN, remote, etc.The endpoint is connected with a server by VPN.&lt;BR /&gt;&lt;BR /&gt;The endpoint is connected with a server by VPN.&lt;BR /&gt;I'll try connecting directly to the endpoint machine in same LAN without VPN.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Which is the Intel® AMT version of the endpoint?&lt;/P&gt;&lt;P&gt;The AMT version is 12.0.81-build 1753.&lt;BR /&gt;Though I haven't tested yet, I have other versions; 11.8.55-build 3510, 12.0.45-build 1509, 15.0.35-build 1951&lt;BR /&gt;I will try them later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;gt;Did you create the Certificate and PS credential?&lt;/P&gt;&lt;P&gt;Following text from the guide in the below, I incorporated the Write-AmtCredential Function Code and the Read-AmtCredential Function Code into the IntelvPro.PSM1 file.&lt;/P&gt;&lt;P&gt;"you want the WriteCredentials or ReadCredentials cmdlets to be part of the IntelvPro module, add them to the list in the IntelvPro.PSM1 file."&lt;/P&gt;&lt;P&gt;The text is in page 12 of&amp;nbsp; the guide "Intel vPro® Technology Module for Microsoft Windows PowerShell Installation and User Guide" .&lt;BR /&gt;Then I imported IntelvPro.PSM1 and used the username and password I set in MEBx of endpoits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Do you mind telling us the purpose of this test;&lt;BR /&gt;&amp;gt;please provide us the estimated number of endpoints that you are planning to provision.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The purpose is to power management of Intel NUCs.&lt;BR /&gt;Currently, I am using AMT Web GUI for power management, but I am thinking of a mechanism to put scripts on the server and start them from another system to manage the power.&lt;/P&gt;&lt;P&gt;First, I'm trying to see if I can power manage the endpoint with a power shell script. These endpoints are a Linux servers, so I'm trying to manage it with PowerShell instead of EMA.&lt;BR /&gt;Currently I estimated hundreds of endpoints: those are all Linux servers in NUCs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 06:24:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1503107#M10328</guid>
      <dc:creator>MasafumiDeguchi</dc:creator>
      <dc:date>2023-07-10T06:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to run Intel vPro Technology Module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1503142#M10329</link>
      <description>&lt;P&gt;Referring to the content of the error message "&lt;SPAN&gt;Cannot find type [Intel.Management.Wsman.WsmanConnection]"&lt;/SPAN&gt;, I thought that the IntelvPro module could not be imported normally.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Initially, I imported "IntelvPro.PSM1" with&amp;nbsp;the following command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"PS C:\Program Files\Intel\IntelvProModule_16.0.5.1\Bin\IntelvPro&amp;gt; Import-Module IntelvPro.PSM1"&lt;/P&gt;&lt;P&gt;But, I actually failed to Invoke-AMTPowerManagement or any other commands with same messages that was "&lt;SPAN&gt;Cannot find type [Intel.Management.Wsman.WsmanConnection]: verify that the assembly containing this type is loaded".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I changed the command for module import.&lt;BR /&gt;"PS C:\Program Files\Intel\IntelvProModule_16.0.5.1\Bin\IntelvPro&amp;gt; Import-Module IntelvPro"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;I got another error below.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;----------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Import-Module : Could not load file or assembly 'file:///C:\Program&lt;BR /&gt;Files\Intel\IntelvProModule_16.0.0.5\Bin\IntelvPro\Intel.Wsman.Scripting.dll' or one of its dependencies. Operation is&lt;BR /&gt;not supported. (Exception from HRESULT: 0x80131515)&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Import-Module IntelvPro&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : InvalidOperation: (:) [Import-Module], FileLoadException&lt;BR /&gt;+ FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So far, it seems that the Wsman.Scripting .dll could not been assembled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My IntelvProModule version is 16.0.5.1 and PS Version is below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;---- -----&lt;BR /&gt;PSVersion 5.1.19041.3031&lt;BR /&gt;PSEdition Desktop&lt;BR /&gt;PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}&lt;BR /&gt;BuildVersion 10.0.19041.3031&lt;BR /&gt;CLRVersion 4.0.30319.42000&lt;BR /&gt;WSManStackVersion 3.0&lt;BR /&gt;PSRemotingProtocolVersion 2.3&lt;BR /&gt;SerializationVersion 1.1.0.1&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 09:25:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1503142#M10329</guid>
      <dc:creator>MasafumiDeguchi</dc:creator>
      <dc:date>2023-07-10T09:25:23Z</dc:date>
    </item>
    <item>
      <title>Re:Failed to run Intel vPro Technology Module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1503212#M10330</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Hello, MasafumiDeguchi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;We are reviewing the documentation provided; an update will be provided soon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Miguel C.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Intel Customer Support Technician&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Jul 2023 15:24:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1503212#M10330</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2023-07-10T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re:Failed to run Intel vPro Technology Module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1508512#M10407</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Hello, MasafumiDeguchi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;I hope this email finds you well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;We are still investigating the issue, and your feedback on the question below will be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Are you getting the exception when importing the module? Like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Dll gets blocked when downloading a zip from the Internet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;.net - Could not load file or assembly Operation is not supported. (Exception from HRESULT: 0x80131515) - Stack Overflow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/34400546/could-not-load-file-or-assembly-operation-is-not-supported-exception-from-hres" target="_blank"&gt;https://stackoverflow.com/questions/34400546/could-not-load-file-or-assembly-operation-is-not-supported-exception-from-hres&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;We look forward to hearing from you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Miguel C.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Intel Customer Support Technician&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jul 2023 19:41:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1508512#M10407</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2023-07-26T19:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to run Intel vPro Technology Module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1508688#M10410</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, Miguel&lt;BR /&gt;Thank you for your reply&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Referring to the information on the URL you provided, I succeeded to import IntelvPro Module and tested&amp;nbsp; Get-AMTPowerState.&lt;BR /&gt;I was able to get the power status without errors.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I could import the module after unblocking&amp;nbsp;Wsman.Scripting .dll and the other vPro Modules,&amp;nbsp; blocking state of modules seemed to cause this error.&lt;BR /&gt;I will try to use Invoke-AMTPowerManagement Module.&lt;BR /&gt;&lt;BR /&gt;I greatly appreciate your support.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 10:14:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1508688#M10410</guid>
      <dc:creator>MasafumiDeguchi</dc:creator>
      <dc:date>2023-07-27T10:14:26Z</dc:date>
    </item>
    <item>
      <title>Re:Failed to run Intel vPro Technology Module</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1508932#M10414</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Hello, MasafumiDeguchi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;I am glad to know the workaround fixed the issue.&amp;nbsp; Please let me know if I can help with anything else.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Miguel C.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.625px;"&gt;Intel Customer Support Technician&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jul 2023 21:37:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Failed-to-run-Intel-vPro-Technology-Module/m-p/1508932#M10414</guid>
      <dc:creator>MIGUEL_C_Intel</dc:creator>
      <dc:date>2023-07-27T21:37:13Z</dc:date>
    </item>
  </channel>
</rss>

