<?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: send remote control : UNSUPPORTED_OEM_NUMBER in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/send-remote-control-UNSUPPORTED-OEM-NUMBER/m-p/309307#M3571</link>
    <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parameter you are referring to is the 2nd parameter in the &lt;I&gt;SendRemoteControl&lt;/I&gt;() method. The parameter is named &lt;I&gt;IanaOemNumber&lt;/I&gt;, and it's of type &lt;I&gt;Uint32 &lt;/I&gt;(uint for short in c# ). Tracing this a bit deeper, the &lt;I&gt;SendRemoteControl&lt;/I&gt;() method actually calls the &lt;I&gt;SendRemoteControlEx&lt;/I&gt;() method on a separate thread, which calls the &lt;I&gt;Put_BootSettingsData&lt;/I&gt;() method, passing the OEM parameter to it. The &lt;I&gt;Put_BootSettingsData&lt;/I&gt;() method uses the OEM parameter to determine whether or not Serial-over-LAN is supported, and sets a flag based on this for the next reboot. Beyond this, I'm having a hard time finding anything about the error message you posted. What's really odd is that, within the &lt;I&gt;ManageabilityStack&lt;/I&gt;, I don't see &lt;B&gt;any&lt;/B&gt; other references to the &lt;I&gt;UNSUPPORTED_OEM_NUMBER&lt;/I&gt; enumeration value, which is actually defined in the &lt;I&gt;AmtSystem.cs&lt;/I&gt; source file. The value is defined, but never used anywhere, so I'm not quite sure how you're being returned this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You know what might help, is if you posted a screenshot of the error message you're getting in the PowerShell console. Could you do that for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I honestly don't know exactly what the &lt;I&gt;IanaOemNumber&lt;/I&gt; parameter does, although when I originally wrote the PowerShell code, I probably just randomly plugged in a hex value of 0 to see if it would work, and it probably did for me at the time. Hopefully we can get to the bottom of this, though &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;B&gt;Trevor Sullivan&lt;/B&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2009 03:46:11 GMT</pubDate>
    <dc:creator>idata</dc:creator>
    <dc:date>2009-10-16T03:46:11Z</dc:date>
    <item>
      <title>send remote control : UNSUPPORTED_OEM_NUMBER</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/send-remote-control-UNSUPPORTED-OEM-NUMBER/m-p/309306#M3570</link>
      <description>&lt;P&gt;Hi every all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used amazing Vpro with Powershell for configure my vpro computer.&lt;/P&gt;&lt;P&gt;So when i want to shutdown my computer in powershell with this script (/community/openportit/vproexpert/blog/2009/04/19/powershell-controlling-amt-power-states Controlling AMT Power States)&lt;/P&gt;&lt;P&gt;, i have this error "UNSUPPORTED_OEM_NUMBER"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$Result = $AmtDevice.Remote.SendRemoteControl(0x10, 0x0, 0x0, 0x0, 0x0, 0x0) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have an idea to resolve my problems ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2009 16:43:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/send-remote-control-UNSUPPORTED-OEM-NUMBER/m-p/309306#M3570</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2009-10-15T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: send remote control : UNSUPPORTED_OEM_NUMBER</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/send-remote-control-UNSUPPORTED-OEM-NUMBER/m-p/309307#M3571</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parameter you are referring to is the 2nd parameter in the &lt;I&gt;SendRemoteControl&lt;/I&gt;() method. The parameter is named &lt;I&gt;IanaOemNumber&lt;/I&gt;, and it's of type &lt;I&gt;Uint32 &lt;/I&gt;(uint for short in c# ). Tracing this a bit deeper, the &lt;I&gt;SendRemoteControl&lt;/I&gt;() method actually calls the &lt;I&gt;SendRemoteControlEx&lt;/I&gt;() method on a separate thread, which calls the &lt;I&gt;Put_BootSettingsData&lt;/I&gt;() method, passing the OEM parameter to it. The &lt;I&gt;Put_BootSettingsData&lt;/I&gt;() method uses the OEM parameter to determine whether or not Serial-over-LAN is supported, and sets a flag based on this for the next reboot. Beyond this, I'm having a hard time finding anything about the error message you posted. What's really odd is that, within the &lt;I&gt;ManageabilityStack&lt;/I&gt;, I don't see &lt;B&gt;any&lt;/B&gt; other references to the &lt;I&gt;UNSUPPORTED_OEM_NUMBER&lt;/I&gt; enumeration value, which is actually defined in the &lt;I&gt;AmtSystem.cs&lt;/I&gt; source file. The value is defined, but never used anywhere, so I'm not quite sure how you're being returned this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You know what might help, is if you posted a screenshot of the error message you're getting in the PowerShell console. Could you do that for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I honestly don't know exactly what the &lt;I&gt;IanaOemNumber&lt;/I&gt; parameter does, although when I originally wrote the PowerShell code, I probably just randomly plugged in a hex value of 0 to see if it would work, and it probably did for me at the time. Hopefully we can get to the bottom of this, though &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;B&gt;Trevor Sullivan&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2009 03:46:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/send-remote-control-UNSUPPORTED-OEM-NUMBER/m-p/309307#M3571</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2009-10-16T03:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: send remote control : UNSUPPORTED_OEM_NUMBER</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/send-remote-control-UNSUPPORTED-OEM-NUMBER/m-p/309308#M3572</link>
      <description>&lt;P&gt;I have not error message, jst only on $Result value, I display this error : UNSUPPORTED_OEM_NUMBER and my shutdown command don't pass.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2009 14:24:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/send-remote-control-UNSUPPORTED-OEM-NUMBER/m-p/309308#M3572</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2009-10-19T14:24:52Z</dc:date>
    </item>
  </channel>
</rss>

