<?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: Using SOL in Intel vPro® Platform</title>
    <link>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408368#M5194</link>
    <description>&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the error in my powershell command (the period after COM3 instead of a comma).&lt;/P&gt;&lt;P&gt;It works as you instructed. Nevertheless, I wish to use the meshcommander window to type commands that will be executed on the host machine. Can that be done (with something like Outpost)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joel Hall&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2018 14:36:45 GMT</pubDate>
    <dc:creator>JHall9</dc:creator>
    <dc:date>2018-02-15T14:36:45Z</dc:date>
    <item>
      <title>Using SOL</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408365#M5191</link>
      <description>&lt;P&gt;On my HP ProDesk G3 600 SFF PC, I am able to use some of the AMT functionality: power functions, agent presense, system defense, etc.&lt;/P&gt;&lt;P&gt;It seems like the SOL is partially working because when connecting using either MeshCommander or a powershell cmdlet, I see on the target machine an icon in the upper right corner of the screen. The terminal interface is simply blank with no interaction using the keyboard. I have changed the BIOS settings back and forth for ANSI terminal to VT100 and back to no effect. I have contacted HP support to see if some BIOS updates have changed or removed some of the AMT features, but have heard nothing back so far.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 16:08:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408365#M5191</guid>
      <dc:creator>JHall9</dc:creator>
      <dc:date>2018-02-13T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOL</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408366#M5192</link>
      <description>&lt;P&gt;Hello Def-Logix_Developer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm going to assume that the target system is running a graphical OS, like Windows.  If my assumption is correct:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Try this test to validate if SOL is working.  Launch MeshCommander and connect via Serial-Over-Lan.&lt;P&gt;&amp;nbsp;&lt;/P&gt;On the target system, launch powershell as an administrator and run the following commands:&lt;P&gt;&amp;nbsp;&lt;/P&gt;$port = New-Object System.IO.Ports.SerialPort COM3, 115200, none, 8, one&lt;P&gt;&amp;nbsp;&lt;/P&gt;$port.Open()&lt;P&gt;&amp;nbsp;&lt;/P&gt;$port.WriteLine("hello")&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;in Mesh Commander, the screen should show hello.  This will confirm SOL is functioning.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Michael</description>
      <pubDate>Wed, 14 Feb 2018 23:51:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408366#M5192</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-02-14T23:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOL</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408367#M5193</link>
      <description>&lt;P&gt;Here is the output of the commands you suggested in a powershell window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$port = New-Object System.IO.Ports.SerialPort COM3. 115200, none, 8, one&lt;/P&gt;&lt;P&gt;New-Object : A positional parameter cannot be found that accepts argument 'System.Object[]'.&lt;/P&gt;&lt;P&gt;At line:1 char:9&lt;/P&gt;&lt;P&gt;+ $port = New-Object System.IO.Ports.SerialPort COM3. 115200, none, 8,  ...&lt;/P&gt;&lt;P&gt;+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;    + CategoryInfo          : InvalidArgument: (:) [New-Object], ParameterBindingException&lt;/P&gt;&lt;P&gt;    + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.NewObjectCommand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I mentioned in my original post that I was thinking the SOL feature was working in some form or fashion by the way the terminal icon was flashing in the target PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not wish to use the SOL feature in the test scenario you suggested. I thought the expected use-case for SOL is to issue commands from the remote terminal (like mesh commander) instead of having output printed out at mesh commander that originated in the host machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some older posts, I have seen mentioning of a program that needs to be installed on the host (amt) machine to support the sol feature. It seems that I have read about a utility called Outpost that could be used for this. If this is the case, could someone tell me where to find this and if it works on Window 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joel Hall&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:25:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408367#M5193</guid>
      <dc:creator>JHall9</dc:creator>
      <dc:date>2018-02-15T14:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOL</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408368#M5194</link>
      <description>&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the error in my powershell command (the period after COM3 instead of a comma).&lt;/P&gt;&lt;P&gt;It works as you instructed. Nevertheless, I wish to use the meshcommander window to type commands that will be executed on the host machine. Can that be done (with something like Outpost)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joel Hall&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:36:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408368#M5194</guid>
      <dc:creator>JHall9</dc:creator>
      <dc:date>2018-02-15T14:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOL</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408369#M5195</link>
      <description>&lt;P&gt;Hi Joel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I'm grabbing this from your previous post:&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;I&gt;"I do not wish to use the SOL feature in the test scenario you suggested. I thought the expected use-case for SOL is to issue commands from the remote terminal (like mesh commander) instead of having output printed out at mesh commander that originated in the host machine."&lt;/I&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;SOL is a very "simplistic" type of connection, used for text based interaction.  It will not be able to display to a graphical environment.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;For example, in Mesh Commander, perform a SOL connection to the device you are referencing.  You should be "Connected" but have a cursor block and a blank screen (assuming Windows or some GUI OS)&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Click "Power Actions", if the system is on, select reset to BIOS.  As the system restarts and boots into BIOS, you will see that in your screen.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Is there a specific use case that requires SOL connectivity?  From your description, it sounds like you are wanting to perform a remote desktop connection.  Can you provide more clarity with regards to what you want to accomplish?&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Michael</description>
      <pubDate>Thu, 15 Feb 2018 19:41:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408369#M5195</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-02-15T19:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOL</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408370#M5196</link>
      <description>&lt;P&gt;I thought I had checked this possibility before, but for whatever reason, it is working now. As you described, if I turn on the sol terminal and reset to BIOS, it sends the machine to the bios menu in text form that I can interact with on  mesh commander. Yes, I understand that this works with text-only PC outputs and nothing graphical. Unfortunately, the kvm capabilities of the target machine don't seem to be working, but that is another issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&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;Joel Hall&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 20:02:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408370#M5196</guid>
      <dc:creator>JHall9</dc:creator>
      <dc:date>2018-02-15T20:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using SOL</title>
      <link>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408371#M5197</link>
      <description>&lt;P&gt;Joel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;You're welcome.&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Regards,&lt;P&gt;&amp;nbsp;&lt;/P&gt;Michael</description>
      <pubDate>Thu, 15 Feb 2018 20:08:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-vPro-Platform/Using-SOL/m-p/408371#M5197</guid>
      <dc:creator>idata</dc:creator>
      <dc:date>2018-02-15T20:08:12Z</dc:date>
    </item>
  </channel>
</rss>

