<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Activation Blog</title>
    <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog</link>
    <description>Activation focused blog</description>
    <pubDate>Tue, 17 Nov 2009 18:11:21 GMT</pubDate>
    <generator>Clearspace 2.5.9 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-17T18:11:21Z</dc:date>
    <item>
      <title>vPro Insights on using Altiris 7 OOB Site Service</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/11/17/vpro-insights-on-using-altiris-7-oob-site-service</link>
      <description>&lt;!-- [DocumentBodyStart:ddb6b10e-70f3-4297-983c-19da808bce16] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;If you are moving to an Altiris 7 environment (Symantec Management Platform or Dell Client Management platform), and already have familiarity in working with vPro in an Altiris 6 environment - &lt;a class="jive-link-external-small" href="http://bit.ly/2LL1hu"&gt;take a look at this article on Symantec Connect&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The article provides 4 quick insights:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Pre-defined TaskServer jobs for configuring and maintaining&lt;/li&gt;&lt;li&gt;Checking and fixing the OOB Site Service installation&lt;/li&gt;&lt;li&gt;Once OOB Discovery is enabled, using Filters to determine what systems have Intel AMT&lt;/li&gt;&lt;li&gt;Placement of the remote configuration certificate (different than Altiris 6 environments)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ddb6b10e-70f3-4297-983c-19da808bce16] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">altiris</category>
      <pubDate>Tue, 17 Nov 2009 18:11:21 GMT</pubDate>
      <author>terry.c.cutler@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/11/17/vpro-insights-on-using-altiris-7-oob-site-service</guid>
      <dc:date>2009-11-17T18:11:21Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/vpro-insights-on-using-altiris-7-oob-site-service</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=12854</wfw:commentRss>
    </item>
    <item>
      <title>Dell CFI process generate CSV not BIN file</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/07/28/dell-cfi-process-generate-csv-not-bin-file</link>
      <description>&lt;!-- [DocumentBodyStart:f043c8f0-6f76-4984-b970-81a09581537d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;h2&gt;How Do I Use the CSV File Generated by Dell CFI Process?&lt;/h2&gt;&lt;p&gt;If you've utilized the Dell CFI process for vPro configuration\provisioning, you've likely received a CSV file with a list of preshared keys and password.   The normal process of importing the security keys to the Intel SCS database will not work since the import process is prompting for a .BIN file.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One workaround is to directly import the CSV data into the target database - IntelAMT.  &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Making a direct database modification has inherit risks - thus you may want to test this on a separate system if unsure.   The good news - if you test on a separate non-production system, you can then follow the correct key export procedure which will generate a valid setup.bin file.  The valid setup.bin file can then be imported to your production server.&lt;/p&gt;&lt;p&gt;For those that want to go directly to database insert - here's what you do:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Check the last index number of IntelAMT database table csti_pid_map.   &lt;/li&gt;&lt;li&gt;Modify the CSV file to align to the target database table format (id, pid, pps, current_password, admin_password, used) &lt;/li&gt;&lt;li&gt;For the "used" field, value of zero '0' is unused and will show the values in the console once imported.  A value of '1' is used and will hide from console view &lt;/li&gt;&lt;li&gt;Use a bulk SQL import to insert the modified CSV file directly into the database &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Explanation of Attached Sample File&lt;/h2&gt;&lt;p&gt;In the attached file (convertCSV2BIN.zip) are three sample files for your reference:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;samplesetup.csv - Modified CSV file to match the database table structure.   Notice that the index starts at 108 - this is because my test system already had generated 107 keys before stepping through this exercise &lt;/li&gt;&lt;li&gt;importcsvPID.sql - Sample SQL script for bulk import of samplesetup.csv to the IntelAMT database table csti_pid_map &lt;/li&gt;&lt;li&gt;samplesetup.bin - Correctly formatted .BIN file for preferred method of import   (this is unnecessary if you've decided to directly import) &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Concluding Thoughts&lt;/h2&gt;&lt;p&gt;My intent in sharing this is to provide a simple workaround method to frustrating situation.   Conversations with Dell associates have occurred, yet corrections to the CFI process for vPro provisioning have not yet occurred.   Thus in the meantime - if you receive a CSV file - use the workaround.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f043c8f0-6f76-4984-b970-81a09581537d] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">provisioning</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">dell</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">scs</category>
      <pubDate>Tue, 28 Jul 2009 22:04:11 GMT</pubDate>
      <author>terry.c.cutler@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/07/28/dell-cfi-process-generate-csv-not-bin-file</guid>
      <dc:date>2009-07-28T22:04:11Z</dc:date>
      <clearspace:dateToText>4 months, 3 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/dell-cfi-process-generate-csv-not-bin-file</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=12386</wfw:commentRss>
    </item>
    <item>
      <title>Recording and Q&amp;As Available: Activate Today! Realize ROI with Intel® vPro Technology and Symantec Altiris</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/07/17/recording-and-qas-available-activate-today-realize-roi-with-intel-vpro-technology-and-symantec-altiris</link>
      <description>&lt;!-- [DocumentBodyStart:ae6fb360-6b68-4d2a-9dbb-08a9cc99fa2f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;em&gt;&lt;a class="jive-link-external-small" href="http://bit.ly/LcwyF"&gt;Activate Today! Realize ROI with Intel® vPro Technology and Symantec Altiris&lt;/a&gt;&lt;/em&gt; is now available for on-demand viewing!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are hosting a series of ROI and activation webinars on Tech Republic; each one is focused on a specific management console - &lt;a class="jive-link-external-small" href="http://bit.ly/LcwyF"&gt;Symantec Altiris&lt;/a&gt;, &lt;a class="jive-link-external-small" href="http://bit.ly/D8MSU"&gt;Microsoft System Center Configuration Manager&lt;/a&gt;, and &lt;a class="jive-link-external-small" href="http://bit.ly/BmFhZ"&gt;LANDesk&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This webcast features special guest speakers from Intel Corporation, &lt;strong&gt;Jeff Marek, Director of End User Platform Engineering, Digital Office, and Jeff Torello, Staff Architect, Digital Office and Lee Bender, Sr. Technical Manager of Strategic Alliances, Symantec&lt;/strong&gt;. They discuss the ROI possible with Intel vPro technology usage models activated, a review of the primary usage models supported by Altiris, and an overview of the activation process using Altiris.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In addition, Kelsey captured the questions and answers from this session (Thanks Kelsey!!).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Have questions that aren't covered here? Please post them in the &lt;a class="jive-link-community-small" href="http://communities.intel.com/community/openportit/vproexpert/ask" title="Welcome to intel.com/ITopia. A world where IT is as it should be. Ask our experts what you want to know about that latest in Intel vPro Technology."&gt;Ask An Expert forum&lt;/a&gt; and we'll get them answered for you.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="1" cellpadding="3" cellspacing="0" class="MsoTableGrid"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Question&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Answer&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q1: Are there other   vendors/products that take advantage of the vPro technology, or is Symantec   exclusively doing the management for the vPro technology?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A1: Yes, there are others. In fact, we have many ISV partners that   support vPro Technology in their client management solutions. Other than   Symantec, Microsoft supports vPro in their Configuration Manager (aka SCCM)   product in the Out-of-Band Manager component. LANDesk also support vPro   Technology, as well as others.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q2: Cleveland Clinic: How much   do you pay to purchase desktop from HP? Any minimum purchase?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A2: We buy over 5000 new pc's a year on our lifecycle process. We   have built into this process the imaging and vpro setup. The cost is volume   based, but anyone can buy a PC from HP with VPRO enablement on a one off   basis.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q3: How could you boot a   remote system from a network ISO if the OS is down? ie no vpn client? Thanks!&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A3: With the Intel vPro technology, a boot redirection can be   initiated. This allows a bootable ISO to be presented to the system. There   are online demonstrations at Intel vPro Expert Center and Symantec Connect. This   is the power of Intel vPro technology and out-of-band management. Regardless   of the host operating system state, Intel vPro technology communications can   connect to, power on\off, present a bootable ISO, and other items over the   network. The bootable ISO can be located at any accessible UNC share. There   are online demonstrations at Intel vPro Expert Center and Symantec Connect.   Example &lt;a class="jive-link-external-small" href="http://www.symantec.com/connect/articles/combining-band-and-out-band-management"&gt;article&lt;/a&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q4A: What specific kinds of   problems can be fixed remotely, if the OS isn't operating?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A4: Software problems. By booting to an ISO located somewhere on the   network, the technician has the ability to run diagnostic tools or repair   corrupt files on the local hard drive. So, specifically, a tech could fix OS   problems, perform hardware or low-level scans, boot into the BIOS to review   and change BIOS settings, etc. This ability to redirect the boot process   allows the tech to access common diagnostic tools, even if the OS won't boot!   But obviously, bad hardware cannot be fixed remotely and will require a   desk-side visit.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q4B: OK, so maybe this is   obvious, but to implement this, I need all new hardware, right?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A4: You may already have systems supporting Intel Active Management   Technology, within the Intel vPro Technology platform. The technology has   been in systems for over 3 years now. There are tools and articles on Intel   vPro Expert Center and Symantec Connect explaining how to find systems. One   example is&lt;a class="jive-link-external-small" href="file:///C:/Documents%20and%20Settings/mgartner/Local%20Settings/Temporary%20Internet%20Files/Content.Outlook/MN2YUHVI/'http:/www.symantec.com/connect/articles/scanning-environment-intel-amt-capable-systems"&gt; here&lt;/a&gt;. Intel vPro Technology is a platform (analogous to Centrino) that   consist of: CPU, chipset, and network adapter(s). I am not aware of any   computer manufacturers that offer FRU (field replaceable unit) upgrades for   motherboards/systems to convert a non-vPro PC to vPro. So, yes, the short   answer is, unless you have existing PC's that support vPro, as companies   refresh their fleet, they can opt for vPro Technology in their new PC   purchases. We maintain a list of PCs featuring vPro Technology on the vPro   Expert Center &lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2033"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q5: How long of a time frame   from investigation of vPro to actually having machines up and working?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A5: [Cleveland Clinic] It’s a process to start this. You really need   to engage the product your using and vPro together. We were very early   adopters in this process, and really took us about 6-7 months. Once we got   through all those initial hurdles, we were able to move very quickly. We have   a lifecycle process now and also pushed that back to our manufacturer. In   terms of new deployment, I think it would be much quicker.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q6: Were all of your employees   behind moving to vPro? Were they all believers at first?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A6: It’s having a positive impact and is lowering the workload for   people responsible for managing these systems.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q7: How could you boot a   remote system from a network ISO if the OS is down or maybe if you don’t have   a VPN client?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A7: Intel vPro technology is contained in the hardware, so the OS   itself is irrelevant to the functionality of vPro. The way this would   typically work is that the chipset manages the network stack and so it’s   still on the network with same IP/hostname. You can connect with the Symantec   tool and tell it to grab this network based image (ISO) of our repair utility   that we put together inside our company. That machine will reboot and load   that image across the network. Now, if there’s no VPN client, you can provide   the user a CD to cause the computer to be rebooted, or a USB image and have   that capability still be performed.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q8: What are the typical types   of problems that customers are fixing remotely?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;A8: It’s the ability to reach out and repair and recover the machine   from a variety of bad scenarios. You can go down the wire to figure out if   your inventory isn’t up to date and what kind of hardware it is. Once you   have the ability to boot to an ISO – you can jump into the BIOS you can help   the end user walk through it, low level scans, copy over possibly corrupted   files. We have seen people reboot dead hardware to do even just limited   functionality. Once you can fix something remotely you can repair things that   you usually couldn’t.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign="top" width="175"&gt;&lt;p class="MsoNormal"&gt;&lt;strong&gt;Q9: Are there other software   tools that can be used to manage vPro PCs?&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;&lt;td valign="top" width="463"&gt;&lt;p class="MsoNormal"&gt;There are about 60 different programs that support vPro capabilities.   On the vPro Expert Center there is a list of the programs that support vPro.   Some examples are Microsoft Systems Center Configuration Manager (SCCM) and   LANDesk.&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ae6fb360-6b68-4d2a-9dbb-08a9cc99fa2f] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">webinar</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">roi</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">training</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">symantec</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">altiris</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">activation</category>
      <pubDate>Fri, 17 Jul 2009 22:33:29 GMT</pubDate>
      <author>michele.gartner@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/07/17/recording-and-qas-available-activate-today-realize-roi-with-intel-vpro-technology-and-symantec-altiris</guid>
      <dc:date>2009-07-17T22:33:29Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/recording-and-qas-available-activate-today-realize-roi-with-intel-vpro-technology-and-symantec-altiris</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=12351</wfw:commentRss>
    </item>
    <item>
      <title>How does the VeriSign Root Certificate Change Affect Intel vPro</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/05/22/how-does-the-verisign-root-certificate-change-affect-intel-vpro</link>
      <description>&lt;!-- [DocumentBodyStart:e2368564-3765-4e4f-8306-62a30e59f5f8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;This blog entry is primarily for those who are looking to acquiring a VeriSign certificate for vPro remote configuration.  If you've already acquired and are using the certificate, VeriSign will likely be calling you with an update.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On May 17th, VeriSign transitioned to a new root certificate for G1 standard certificates - &lt;a class="jive-link-external-small" href="https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&amp;amp;id=AD146&amp;amp;actp=LIST"&gt;click here to read statement from VeriSign's website&lt;/a&gt;  &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Without going into great detail - how does this affect vPro remote configuration with a VeriSign certificate?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The good news is that VeriSign certificates are available for vPro remote configuration.  Take a look at the landing page - &lt;a class="jive-link-external-small" href="http://www.verisign.com/ssl/intel-vpro-technology/index.html"&gt;http://www.verisign.com/ssl/intel-vpro-technology/index.html&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A few items to note about the May 17th event:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The VeriSign G1 standard certificate has transitioned to their G2 certificate.  The G2 root certificate hash is not currently inside the vPro\AMT platform.&lt;/li&gt;&lt;li&gt;The VeriSign certificate available for purchase at the landing site are Secure Site Pro certificates... also referred to as G1 Premium.   You will notice a price increase.  The G1 Premium certificate root hash is the same as the former G1 standard.  The difference is the signing\coding required for Premium level. &lt;/li&gt;&lt;li&gt;If you purchased and are using a VeriSign G1 standard certificate for remote configuration prior to May 17, 2009 - VeriSign will be contacting you before the renewal timeframe (i.e. 1, 2, or 3 years based on what you originally purchased) to discuss options.  PLEASE NOTE: The G1 standard certificate is still valid and will work until issued expiration.  You simply cannot renew to the same G1 standard certificate... since it's no longer being issued.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you have questions - please blog back.  &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e2368564-3765-4e4f-8306-62a30e59f5f8] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">verisign</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">remote_configuration</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">certificate</category>
      <pubDate>Fri, 22 May 2009 22:12:00 GMT</pubDate>
      <author>terry.c.cutler@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/05/22/how-does-the-verisign-root-certificate-change-affect-intel-vpro</guid>
      <dc:date>2009-05-22T22:12:00Z</dc:date>
      <clearspace:dateToText>6 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/how-does-the-verisign-root-certificate-change-affect-intel-vpro</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=12193</wfw:commentRss>
    </item>
    <item>
      <title>Remote Configuration Certificate Best Practices in Out of Band Management 7 for Intel vPro Systems</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/04/07/remote-configuration-certificate-best-practices-in-out-of-band-management-7-for-intel-vpro-systems</link>
      <description>&lt;!-- [DocumentBodyStart:00fb0aef-6929-4da1-a335-6279655a57f0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div style="border-right: medium none; padding-right: 0in; border-top: medium none; padding-left: 0in; padding-bottom: 4pt; border-left: medium none; padding-top: 0in; border-bottom: #4f81bd 1pt solid; mso-element: para-border-div;"&gt;&lt;/div&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Whether you are planning to implement a Vendor TLS Certificate in the future, or you are having trouble applying a certificate you’ve already obtained, this article walks through the best practices.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; The details include all the steps to properly install the right items and resolve issues we’ve encountered up to this point.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This article applies to Out of Band Management Solution 7.0, included with Client Management Suite 7.0.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Since certificates introduce tight encryption security, if the right items and steps are not in place or followed, it can break the ability of AMT systems to provision with Remote Configuration.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 style="margin: 12pt 0in 3pt;"&gt;&lt;span style="color: #000000; font-family: Cambria;"&gt;Introduction&lt;/span&gt;&lt;/h1&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Why is Configuring a vPro capable system important?&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Without setup and configuration, the functionality provided by vPro is not accessible within your Symantec Client Management Suite environment.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Out of Band Management Solution allows setup and configuration to occur automatically using Remote Configuration.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Using Remote Configuration to setup and configure your Intel AMT vPro capable computers takes the work out of the process, after some initial setup.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; AMT systems that come preconfigured with versions 2.2, 2.6, 3.0+, 4.0+, and 5.0+ will automatically use Remote Configuration to setup and configure with a valid Provisioning Server.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Out of Band Management provides such a server.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; The hashes from vendors (AMT 3.0 includes Verisign, GoDaddy, Comodo) are already configured in the firmware, and upon connection to power and the network, will begin to send out requests for configuration.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Thus in this way the managed vPro systems are already prepared to be configured without any intervention by the IT staff.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Usually the issues we see with the Remote Configuration process originate on the server-side process of adding a certificate from the before mentioned vendors.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Obtaining and installing a vendor TLS Remote Configuration certificate needs to be done the correct way so that authentication can succeed.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Once in place, provisioning will roll forward without any further intervention as long as the certificate remains valid.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This article focuses on applying the server-side certificate so that setup and configuration can move forward automatically.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 style="margin: 12pt 0in 3pt;"&gt;&lt;span style="color: #000000; font-family: Cambria;"&gt;Obtaining a Remote Configuration Certificate&lt;/span&gt;&lt;/h1&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;This subject has been covered previously.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; I wanted to lightly touch upon this as there is a &lt;strong style="mso-bidi-font-weight: normal;"&gt;&lt;em style="mso-bidi-font-style: normal;"&gt;vital&lt;/em&gt;&lt;/strong&gt; step that should be taken so that if anything goes wrong we can correct it.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; First, the following article covers how to properly obtain a certificate:&lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;a class="jive-link-external-small" href="http://juice.altiris.com/article/4496/obtaining-and-applying-a-verisign-remote-configuration-certificate"&gt;&lt;span style="font-size: 12pt; font-family: Calibri;"&gt;http://juice.altiris.com/article/4496/obtaining-and-applying-a-verisign-remote-configuration-certificate&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Note that part of obtaining a Remote Configuration is submitting the request from the Server you plan to install the certificate onto.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This process creates the private key for the server-side certificate, and this item will not be available until partway through the application of the crt (or cer) file obtained from the vendor.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; The specific step that provides the full key, both private and public, is when the certificate is exported into a PFX format after the initial import, checking the option to export the private key will give you a complete backup of the full certificate in case it is needed in the future.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; If something happens, or if the application doesn’t go right, we’ll need both, so it’s essential to export this as soon as possible.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;During the steps to install the certificate emphasis will be given on the step where the export should take place.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style="margin: 12pt 0in 3pt;"&gt;&lt;em&gt;&lt;span style="font-size: 18pt; color: #000000; font-family: Cambria;"&gt;Certificate Authority (CA)&lt;/span&gt;&lt;/em&gt;&lt;/h2&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;In order to use Remote Configuration with Out of Band Management the Microsoft Certificate Authority services must be installed on the Notification Server or the OOB Site Server.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Use the following steps to install if it is not installed:&lt;/span&gt;&lt;/p&gt;&lt;ol start="1" style="margin-top: 0in;" type="1"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Go to Start &amp;gt; Administrative Tools &amp;gt; and click on Add or Remove Programs.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;In the left-side button bar click the button Add/Remove Windows Components.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Calibri;"&gt;Check the option labeled Certificate Services.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; See this screenshot for details:&lt;br/&gt;&lt;a href="http://communities.intel.com/servlet/JiveServlet/showImage/38-12037-3846/CAInstall.jpg"&gt;&lt;img alt="CAInstall.jpg" class="jive-image-thumbnail jive-image" height="450" onclick="myJiveImage.start(this, 'http://communities.intel.com/openport/servlet/JiveServlet/downloadImage/3846/CAInstall.jpg');return false;" src="http://communities.intel.com/servlet/JiveServlet/downloadImage/38-12037-3846/620-450/CAInstall.jpg" width="620"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="mso-spacerun: yes;"&gt;&lt;/span&gt;You’ll receive the pop-up:&lt;br/&gt;&lt;em style="mso-bidi-font-style: normal;"&gt;After installation Certificate Services, the machine name and domain membership may not be changed due to the binding of the machine name to CA information stored in the Active Directory.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Changing the machine name or domain membership would invalidate the certificates issues from the CA.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Please ensure the proper machine name and domain membership are configured before installing Certificate Services. Do you want to continue?&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click Yes to continue once your system has the intended identity.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Click Next.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Choose what type of CA to create.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; If you are not installing a hierarchy of CAs you can leave the stand-alone root CA option selected.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Click Next.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Input the name the CA will be known by.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This must match what is in the hierarchy or by what the Remote Configuration certificate name will be known by.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;The Distinguished Name is generated automatically in an AD Environment and will be the suffix of the system.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click through the rest of the options, noting where the services data files are stored.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;You will be prompted to restart IIS.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This is required during the installation.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click Finish to complete the installation.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l1 level1 lfo5;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Done!&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; The NS or Site Server is now prepared to handle certificates in the Remote Configuration process.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 style="margin: 12pt 0in 3pt;"&gt;&lt;span style="color: #000000; font-family: Cambria;"&gt;Installing the Certificate&lt;/span&gt;&lt;/h1&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;The recommended application for a Remote Configuration certificate is to let the certificate dictate where to be installed.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; However this process has sometimes resulted with the certificate installed to an incorrect place.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; When this occurred we’ve had headaches trying to clean up the system to properly install the certificate.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Why this occurs is unclear.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; For reference I’m including the process of adding a certificate automatically here:&lt;/span&gt;&lt;/p&gt;&lt;ol start="1" style="margin-top: 0in;" type="1"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l5 level1 lfo4;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Save the acquired cer or crt file from the vendor onto the Notification Server or the Site Server for Out of Band Management.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l5 level1 lfo4;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Right-click on the file and choose Install Certificate.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l5 level1 lfo4;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click next on the Welcome screen.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l5 level1 lfo4;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Leave the radial option on ‘Automatically select the certificate store based on the type of certificate’ and click Next.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l5 level1 lfo4;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click Finish to complete the installation.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; You’ll receive a confirmation pop-up that the certificate installed successfully.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;While I won’t advise against using this method, the below steps uses the manual installation method to ensure the certificate is installed to the correct place.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;I’ve condensed the steps required into the following list.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This process works for all vendors once you’ve obtained a certificate.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Note that these steps are provided to consolidate both recommended steps and documentation into one whole.&lt;/span&gt;&lt;/p&gt;&lt;ol start="1" style="margin-top: 0in;" type="1"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Go to Start &amp;gt; Run &amp;gt; type mmc &amp;gt; and click OK.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;In the resulting console click under File and choose Add/Remove Snap-ins…&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Near the bottom of the resulting window click the Add button.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;From the list that appears select Certificates and then click the Add button.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Leave the radial button selected on ‘My user account’ and click Finish.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;From the same list select Certificates again and click the Add button.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;From the resulting window change the radial select to ‘Computer account’ and click Next.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Leave the selection at ‘Local computer: (the computer this console is running on) and click Finish.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click the Close button in the window offering you the list of available snap-ins.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;At the original add/remove snap-in screen verify that you have two entries:&lt;/span&gt;&lt;/li&gt;&lt;li style="list-style: none"&gt;&lt;ol start="1" style="margin-top: 0in;" type="a"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level2 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Certificates – Current User&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level2 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Certificates (Local Computer)&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click OK.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Calibri;"&gt;Expand both trees in the left-hand pane within the console.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; You should see the full certificate stores as shown in this screenshot:&lt;br/&gt;&lt;a href="http://communities.intel.com/servlet/JiveServlet/showImage/38-12037-3847/CertificateStores.jpg"&gt;&lt;img alt="CertificateStores.jpg" class="jive-image" height="384" src="http://communities.intel.com/servlet/JiveServlet/downloadImage/38-12037-3847/576-384/CertificateStores.jpg" width="576"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Right-click on the Personal folder under the Current User certificate store and highlight ‘All Tasks’ and click on ‘Import’ in the pop-out menu.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click Next on the Welcome page of the Certificate Import Wizard and click the Browse button.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Browse to the cer or crt file provided by the vendor, highlight it, and click Open.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click Next, and leave the radial option on ‘Place all certificates in the following store’, which should be set to ‘Personal’.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Click Next.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Under the Completing section of the wizard, Click Finish.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; You should receive a pop-up indicating the certificate was successfully installed.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;strong style="mso-bidi-font-weight: normal;"&gt;&lt;em style="mso-bidi-font-style: normal;"&gt;NOTE!&lt;/em&gt;&lt;/strong&gt;&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This is the vital step mentioned previously in the article.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; We will now export the certificate with both public and private keys, which will give us the full set and allow us to remove and reapply if necessary.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; In the MMC select the newly imported certificate &amp;gt; right-click &amp;gt; and choose All Tasks &amp;gt; Export…&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click Next on the Welcome screen.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; In the resulting list you should have an active option for ‘Personal Information Exchange – PKCS #12 (.PFX)’.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; If this option is not available (grayed out as shown in this screenshot), there is a problem with the certificate and the private key is not accessible:&lt;br/&gt;&lt;a href="http://communities.intel.com/servlet/JiveServlet/showImage/38-12037-3848/ExportDial.jpg"&gt;&lt;img alt="ExportDial.jpg" class="jive-image" height="379" src="http://communities.intel.com/servlet/JiveServlet/downloadImage/38-12037-3848/497-379/ExportDial.jpg" width="497"/&gt;&lt;/a&gt;&lt;br/&gt;If this occurs please note the following items:&lt;/span&gt;&lt;/li&gt;&lt;li style="list-style: none"&gt;&lt;ol start="1" style="margin-top: 0in;" type="a"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level2 lfo2;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Calibri;"&gt;The application of the public key, or cer/crt file, must be done on the server where the key was requested.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level2 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;If this is not your Provisioning Server you’ll need to contact the Vendor of the certificate to resolve the discrepancy.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level2 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;If you did request this certificate from the server you are operating on, you’ll also need to contact the vendor to explain that the private key is not found when exporting the certificate after initial application.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Follow the wizard, and ensure you select the option ‘Yes, export the private key’.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; When saving the file, it will prompt you to set a password to protect the private key (this is recommended for security reasons).&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; The export should leave you a PFX file.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Keep this in a safe place, preferably in line with your company’s encryption certificate backup policy.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Next we need to import the full key into the Computer store.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Start back in the MMC &amp;gt; under the Local Computer certificate store &amp;gt; right-click on the Personal folder &amp;gt; select All Tasks &amp;gt; Import…&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click Next on the Welcome screen and click the Browse button on the subsequent screen.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Browse to the newly exported PFX file.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Note that you will need to change the ‘Files of type’ to include the PFX format.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Click Next.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Calibri;"&gt;The Password screen prompts for the password you set when you exported the key in step #20, as shown in the following screenshot.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Enter the password and click Next.&lt;br/&gt;&lt;a href="http://communities.intel.com/servlet/JiveServlet/showImage/38-12037-3849/CertPassword.jpg"&gt;&lt;img alt="CertPassword.jpg" class="jive-image" height="378" src="http://communities.intel.com/servlet/JiveServlet/downloadImage/38-12037-3849/498-378/CertPassword.jpg" width="498"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Choose or leave the select to ‘Place all certificates in the following store’.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; The value should be Personal.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Click Next.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click Finish on the end details page to complete the import.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l4 level1 lfo2;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Done!&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;em style="mso-bidi-font-style: normal;"&gt;NOTE: In Out of Band Management 6.x, with Intel SCS 3.x or earlier, a separate utility was required to load certificates into Intel SCS so the Provision Server was aware of them.  This is no longer required as Intel SCS 5.x possesses intelligence to automatically acquire all installed Intel vPro Remote Configuration encryption certificates.&lt;/em&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style="margin: 12pt 0in 3pt;"&gt;&lt;em&gt;&lt;span style="font-size: 18pt; color: #000000; font-family: Cambria;"&gt;Reinstalling the Certificate&lt;/span&gt;&lt;/em&gt;&lt;/h2&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;If you need to reinstall the certificate and you have a PFX file, you can do so by opening both certificate stores (User and Local Computer) as outlined in the previous steps.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Browse through the certificate stores and delete any instance of the vendor certificate.&lt;span style="mso-spacerun: yes;"&gt;  &lt;/span&gt; This will remove any associations and allow a clean application of the certificate to occur.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Look for the following:&lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;The name matching the name of the cer or crt file obtained from the vendor&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;The vendor’s certificate (the entry will contain the vendor name).&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;em style="mso-bidi-font-style: normal;"&gt;NOTE: Be careful when removing vendor certificates as they may not be part of the Remote Configuration.  The best example is Verisign, which may have many entries.  If unsure, leave the certificate in place, or export it before deleting it so you can restore it if necessary.&lt;/em&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style="margin: 12pt 0in 3pt;"&gt;&lt;em&gt;&lt;span style="font-size: 18pt; color: #000000; font-family: Cambria;"&gt;Enabling Remote Configuration&lt;/span&gt;&lt;/em&gt;&lt;/h2&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;To ensure that Out of Band Management is setup to use Remote Configuration as a valid setup and configuration method, follow these steps:&lt;/span&gt;&lt;/p&gt;&lt;ol start="1" style="margin-top: 0in;" type="1"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l0 level1 lfo3;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;In the Symantec Management Console browse under Home &amp;gt; Remote Management &amp;gt; and click on Out of Band Management.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l0 level1 lfo3;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;In the left-hand tree browse under Configuration &amp;gt; Configuration Service Settings &amp;gt; and select General.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l0 level1 lfo3;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Calibri;"&gt;In the resulting page ensure that the option labeled Allow Remote Configuration is checked.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; If it is not, check it.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; See this screenshot for an example:&lt;br/&gt;&lt;a href="http://communities.intel.com/servlet/JiveServlet/showImage/38-12037-3850/EnableRemoteConfig.jpg"&gt;&lt;img alt="EnableRemoteConfig.jpg" class="jive-image-thumbnail jive-image" height="522" onclick="myJiveImage.start(this, 'http://communities.intel.com/openport/servlet/JiveServlet/downloadImage/3850/EnableRemoteConfig.jpg');return false;" src="http://communities.intel.com/servlet/JiveServlet/downloadImage/38-12037-3850/620-522/EnableRemoteConfig.jpg" width="620"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l0 level1 lfo3;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;If you needed to check the option, be sure to click Save Changes to register the change.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;That should do it for the certificates.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; You’ve now completed the steps required to install and enable Remote Configuration in the Out of Band Management Environment.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; However you are not done yet!&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Certain infrastructure components are required to make this process seamless.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Proceed to the next section for details.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 style="margin: 12pt 0in 3pt;"&gt;&lt;span style="color: #000000; font-family: Cambria;"&gt;Other Setup Requirements&lt;/span&gt;&lt;/h1&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;The following items will be used to automate the setup and configuration process.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Remote Configuration will use these to locate and communicate with the Provisioning Server (Out of Band Management).&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style="margin: 12pt 0in 3pt;"&gt;&lt;em&gt;&lt;span style="font-size: 18pt; color: #000000; font-family: Cambria;"&gt;ProvisionServer&lt;/span&gt;&lt;/em&gt;&lt;/h2&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Each zone within DNS should have a ProvisionServer entry to ensure that Remote Configuration requests are properly routed to the Server.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This will also help properly resolve names during the authentication process.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Use the following steps to add ProvisionServer to DNS:&lt;/span&gt;&lt;/p&gt;&lt;ol start="1" style="margin-top: 0in;" type="1"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Go to Start &amp;gt; Run &amp;gt; type mmc &amp;gt; and click OK.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;In the resulting console click under File and choose Add/Remove Snap-ins…&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Near the bottom of the resulting window click the Add button.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;From the list that appears select DNS and click Add and click Close.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Click OK in the next Window.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Browse in the tree to the Forward Lookup Zones.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Right-click the entry for the Notification Server computer and choose New Alias.&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Type ProvisionServer as the Alias name, in this manner:&lt;br/&gt;ProvisionServer&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l2 level1 lfo6;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="color: #000000;"&gt;&lt;span style="font-family: Calibri;"&gt;Done!&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Though simple, this is the key to directing the automatic Remote Configuration hello packets from enabled vPro systems to the Notification Server or Site Server.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Without this step no setup and configuration of vPro systems will occur.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;To test, log onto a system on the subnet you’re trying to conduct Remote Configuration from.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Run a command prompt and use the following command:&lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;ping ProvisionServer&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;We should see the responding IP Address by the IP Address of the Notification Server, or, if you’ve set it up this way, the Intel SCS Server conducting provisioning.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Another test you can try is to run the following command:&lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;nslookup ProvisionServer&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;We should get the data on the Notification Server’s Fully Qualified Domain Name (FQDN).&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style="margin: 12pt 0in 3pt;"&gt;&lt;em&gt;&lt;span style="font-size: 18pt; color: #000000; font-family: Cambria;"&gt;DNS Zones&lt;/span&gt;&lt;/em&gt;&lt;/h2&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;In a multiple domain structure this is especially important, but all environments need to have the right data in DNS to properly pass and authenticate in a TLS environment.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; The DNS Primary Zone should be set to the Domain path contained within the certificate.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; For example, if the certificate name is MyNSServer_My1Domain_local, the DNS Primary Zone should be My1Domain.local.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Without this, authentication can fail as the FQDN is used during authentication, and if the name being transmitted across the wire doesn’t match what’s in the certificate, authentication will fail.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Here is another example:&lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Certificate: MyNSServer_My1Domain_local.crt&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;DNS Primary lookup Zone: My1Domain.local&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 style="margin: 12pt 0in 3pt;"&gt;&lt;em&gt;&lt;span style="font-size: 18pt; color: #000000; font-family: Cambria;"&gt;DHCP Option&lt;/span&gt;&lt;/em&gt;&lt;/h2&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Another Network related requirement may be DHCP Option 15.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; While I’m not sure why this has proven to be required in some environments and not others, creating this option has resolved failed authentication issues within Remote Configuration.&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;In DNS, create an entry for Option 15, with the value of the domain path.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; This will often be the same as what is located in the DNS Primary Zone.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; The following details are an example:&lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-top: 0in;" type="disc"&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Certificate: MyNSServer_My1Domain_local.crt&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;DNS Primary lookup Zone: My1Domain.local&lt;/span&gt;&lt;/li&gt;&lt;li class="MsoNormal" style="margin: 0in 0in 0pt; mso-list: l3 level1 lfo1;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;DHCP Option 15: My1Domain.local&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;h1 style="margin: 12pt 0in 3pt;"&gt;&lt;span style="color: #000000; font-family: Cambria;"&gt;Conclusion&lt;/span&gt;&lt;/h1&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-size: 12pt; color: #000000; font-family: Calibri;"&gt;Following the above procedure should allow remote configuration to occur without problems.&lt;span style="mso-spacerun: yes;"&gt; &lt;/span&gt; Once in place, the configuration will move forward with automatic setup and configuration for all vPro enabled systems that support Remote Configuration.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:00fb0aef-6929-4da1-a335-6279655a57f0] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">amt</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">out_of_band_management</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">altiris</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">symantec</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">activation</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">setup_and_configuration</category>
      <pubDate>Tue, 07 Apr 2009 20:32:09 GMT</pubDate>
      <author>joel_smith1@symantec.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/04/07/remote-configuration-certificate-best-practices-in-out-of-band-management-7-for-intel-vpro-systems</guid>
      <dc:date>2009-04-07T20:32:09Z</dc:date>
      <clearspace:dateToText>7 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/remote-configuration-certificate-best-practices-in-out-of-band-management-7-for-intel-vpro-systems</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=12037</wfw:commentRss>
    </item>
    <item>
      <title>High school eliminates classroom IM-ing with Agent Presence</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/31/high-school-eliminates-classroom-im-ing-with-agent-presence</link>
      <description>&lt;!-- [DocumentBodyStart:ead42062-2255-4f78-b569-c7900ec27c83] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Here's a very innovative way to apply the Agent Presence use case! Student IM-ing was becoming unmanageable at Taibei High School - with 80% of the students using their classroom PCs for that purpose - during class. Taibei High School began deploying PCs with Intel vPro technology and took advantage of the agent presence checking features while they were at it. This brought IM usage from 80% to ZERO! Of course there were other great benefits - 1-1/2 yr break even point, 115% ROI...read on to learn more!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2989"&gt;ROI Analysis: Taibei High School uses Intel® vPro™ technology to achieve ROI of 115% and virtually eliminate student IM usage during classes&lt;/a&gt; &lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://software.intel.com/en-us/articles/intel-active-management-technology-use-case-8-agent-presence-checking-protect/"&gt;Click here to learn more about Agent Presence.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ead42062-2255-4f78-b569-c7900ec27c83] --&gt;</description>
      <pubDate>Tue, 31 Mar 2009 23:23:49 GMT</pubDate>
      <author>michele.gartner@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/31/high-school-eliminates-classroom-im-ing-with-agent-presence</guid>
      <dc:date>2009-03-31T23:23:49Z</dc:date>
      <clearspace:dateToText>8 months, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/high-school-eliminates-classroom-im-ing-with-agent-presence</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=12011</wfw:commentRss>
    </item>
    <item>
      <title>Intel® AMT SCS 5.X GUI Quirks...</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/23/intel-amt-scs-5x-gui-quirks</link>
      <description>&lt;!-- [DocumentBodyStart:9be24335-ac33-40d6-bace-a42a7bcf9c94] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Some issues with the Intel® Active Management Technology’s (Intel® AMT) Setup and Configuration Service (Intel SCS or SCS) Console GUI in the 5.x versions exist.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;While not insurmountable, they must be taken into consideration when planning the use of the SCS Console.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Take a look at my new post &lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2767"&gt;Intel® AMT SCS 5.X GUI Issues&lt;/a&gt; for details.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9be24335-ac33-40d6-bace-a42a7bcf9c94] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">amt</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">intel_scs</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">liesa_harkness</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">icons</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">provisioning</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">5.x</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">activation</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">eds</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">collection</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">troubleshoot</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">platform</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">intel_amt</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">toolbar</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">gui</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">sub-collection</category>
      <pubDate>Mon, 23 Mar 2009 14:26:45 GMT</pubDate>
      <author>liesa.harkness@hp.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/23/intel-amt-scs-5x-gui-quirks</guid>
      <dc:date>2009-03-23T14:26:45Z</dc:date>
      <clearspace:dateToText>8 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/intel-amt-scs-5x-gui-quirks</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11979</wfw:commentRss>
    </item>
    <item>
      <title>Introducing the Intel vPro Technology Reference Guide</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/12/introducing-the-intel-vpro-technology-reference-guide</link>
      <description>&lt;!-- [DocumentBodyStart:4376b61e-2e6b-4c2f-a322-a82b8fc575ce] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We've added a new type of user guide to our documentation roadmap - the Technology Reference Guide. The purpose of this guide is to provide overviews of vPro technologies as they are rolled out. This version of the guide includes information on Intel Anti-Theft Technology (AT-p), Fast Call for Help (also known as CIRA), tools such as Audit Log and IMSS, Intel TPM, and others.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #551a8b; text-decoration: underline;"&gt;&lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2713"&gt;Intel(R) vPro Technology Reference Guide&lt;/a&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'd really like to hear what you think about this guide - if you have feedback, please let me know!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Michele&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4376b61e-2e6b-4c2f-a322-a82b8fc575ce] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">intel_scs</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">cira</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">fast_call_for_help</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">user_docs</category>
      <pubDate>Thu, 12 Mar 2009 18:07:09 GMT</pubDate>
      <author>michele.gartner@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/12/introducing-the-intel-vpro-technology-reference-guide</guid>
      <dc:date>2009-03-12T18:07:09Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/introducing-the-intel-vpro-technology-reference-guide</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11960</wfw:commentRss>
    </item>
    <item>
      <title>Upgrading Intel® AMT SCS from version 3.3 to version 5.x?</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/04/upgrading-intel-amt-scs-from-version-33-to-version-5x</link>
      <description>&lt;!-- [DocumentBodyStart:43e7fdbd-6a93-47e7-a4ee-0be88d331e99] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;If you are gettng ready to upgrade &lt;span style="font-size: 12pt;"&gt;&lt;span style="font-size: 10pt;"&gt;your Intel® Active Management Technology (Intel® AMT) Setup and Configuration Service (Intel SCS or SCS) from version 3.x to 5.x. check out my &lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2698"&gt;Intel® AMT SCS V3.3 TO 5.X Upgrade Overview&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It covers a couple of items that differ between the versions, especially around locations of your Remote Configuration provisioning certificate.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:43e7fdbd-6a93-47e7-a4ee-0be88d331e99] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">activation</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">setup</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">intel_scs</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro_expert_center</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">scs</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">eds</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">provisioning</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">certificate</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">configuration</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">inprocess</category>
      <pubDate>Wed, 04 Mar 2009 18:47:26 GMT</pubDate>
      <author>liesa.harkness@hp.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/04/upgrading-intel-amt-scs-from-version-33-to-version-5x</guid>
      <dc:date>2009-03-04T18:47:26Z</dc:date>
      <clearspace:dateToText>8 months, 4 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/upgrading-intel-amt-scs-from-version-33-to-version-5x</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11943</wfw:commentRss>
    </item>
    <item>
      <title>Using LANDesk with your vPro systems</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/03/using-landesk-with-your-vpro-systems</link>
      <description>&lt;!-- [DocumentBodyStart:7f3af4e0-6f09-4050-8300-57f66d8f77c2] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;This new guide will help you start using vPro - there are instructions for creating provisioning templates, as well as how to perform remote admin tasks and EOLing machines. &lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2695"&gt;Use Case: Intel vPro Technology Common-Use Guide For LANDesk&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To find a compilation of use case/implementation docs, see this wiki: &lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-1586"&gt;Use Cases: Ways to use vPro in your environment&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7f3af4e0-6f09-4050-8300-57f66d8f77c2] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">provisioning</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">remote_repair</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">remote_diagnostics</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">self</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">self-activate</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">activation</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">landesk</category>
      <pubDate>Tue, 03 Mar 2009 22:06:26 GMT</pubDate>
      <author>michele.gartner@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/03/03/using-landesk-with-your-vpro-systems</guid>
      <dc:date>2009-03-03T22:06:26Z</dc:date>
      <clearspace:dateToText>9 months, 6 hours ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/using-landesk-with-your-vpro-systems</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11940</wfw:commentRss>
    </item>
    <item>
      <title>Transition from ASF to AMT</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/01/23/transition-from-asf-to-amt</link>
      <description>&lt;!-- [DocumentBodyStart:f12f82e2-9429-4e62-9f77-ac99b359f3cd] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Do you have a bunch of systems that are Intel AMT capable, yet currently set to ASF Manageability mode?  If you're looking for a way to remotely switch these over - take a look at the updated Intel vPro Activator Utility in the Intel SCS v6 preview - &lt;a class="jive-link-external-small" href="http://software.intel.com/en-us/articles/download-the-intel-AMT-SCS-technology-preview/"&gt;http://software.intel.com/en-us/articles/download-the-intel-AMT-SCS-technology-preview/&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you extract out the Activator directory - the exe and dll files are what you want.  Test it out on a system.   The command is as follows:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;     activator /transition&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You will notice the system's network connection disconnect\reconnect during the transition.  Once complete - you're system is not set to AMT manageability mode.  If the system supports remote configuration (Intel AMT 2.2, 2.6, 3.x or higher), and your infrasrtucture is ready to support remote configuration, then you can immediate start the provisioning event.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A great new addition to the toolset!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f12f82e2-9429-4e62-9f77-ac99b359f3cd] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">asf</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">activator</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">amt</category>
      <pubDate>Fri, 23 Jan 2009 22:15:05 GMT</pubDate>
      <author>terry.c.cutler@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2009/01/23/transition-from-asf-to-amt</guid>
      <dc:date>2009-01-23T22:15:05Z</dc:date>
      <clearspace:dateToText>10 months, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/transition-from-asf-to-amt</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11839</wfw:commentRss>
    </item>
    <item>
      <title>New ROI Analysis studies show huge returns in different industries &amp; deployments</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/26/new-roi-analysis-studies-show-huge-returns-in-different-industries-deployments</link>
      <description>&lt;!-- [DocumentBodyStart:cfd092c7-05bd-4ed2-91ba-6fe6b1bb627a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Check out these two analysis papers, which show how two different companies deployed vPro and started seeing quick returns. These are two-pagers and they itemize the dollars saved.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2334"&gt;ROI Analysis: Texas-Based Healthcare System Administers Patch Management and IT Support Efficiencies with Intel(R) vPro(TM) Technology&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2324"&gt;ROI Analysis: Utility District Achieves Positive ROI of 82%&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cfd092c7-05bd-4ed2-91ba-6fe6b1bb627a] --&gt;</description>
      <pubDate>Wed, 26 Nov 2008 20:32:52 GMT</pubDate>
      <author>michele.gartner@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/26/new-roi-analysis-studies-show-huge-returns-in-different-industries-deployments</guid>
      <dc:date>2008-11-26T20:32:52Z</dc:date>
      <clearspace:dateToText>1 year, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/new-roi-analysis-studies-show-huge-returns-in-different-industries-deployments</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11727</wfw:commentRss>
    </item>
    <item>
      <title>Customer Preparation Checklist for Pro Activation with SCCM</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/19/customer-preparation-checklist-for-pro-activation-with-sccm</link>
      <description>&lt;!-- [DocumentBodyStart:3524ba94-4957-4209-a6bc-85daacc5c5af] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;h2&gt;&lt;span style="color:0860A8"&gt;Do you need guidance for infrastructure preparation for Pro platforms? &lt;/span&gt;&lt;/h2&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The following checklist is for customer infrastructure preparation to ensure you can implement Pro platforms within the customer's corporate production environment.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2300"&gt;Infrastructure Prep Checklist for Microsoft SCCM&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3524ba94-4957-4209-a6bc-85daacc5c5af] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro_expert_center</category>
      <pubDate>Wed, 19 Nov 2008 21:26:50 GMT</pubDate>
      <author>gnszolnx@msn.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/19/customer-preparation-checklist-for-pro-activation-with-sccm</guid>
      <dc:date>2008-11-19T21:26:50Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/customer-preparation-checklist-for-pro-activation-with-sccm</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11701</wfw:commentRss>
    </item>
    <item>
      <title>White Papers</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/14/white-papers</link>
      <description>&lt;!-- [DocumentBodyStart:2b08bdaa-5756-4fac-b782-ea1aa80a2832] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;h2&gt;&lt;span style="color:#0860a8"&gt;Check out these How To White Papers&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;As you determine how you are going to deploy vPro, why not learn from others who have been in similar circumstances. Browse through the many white papers on a variety of certificate, configuration, wireless, and repair topics. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can access all of them at &lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2272"&gt;White papers&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2b08bdaa-5756-4fac-b782-ea1aa80a2832] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">white_paper</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro_expert_center</category>
      <pubDate>Fri, 14 Nov 2008 22:46:05 GMT</pubDate>
      <author>gnszolnx@msn.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/14/white-papers</guid>
      <dc:date>2008-11-14T22:46:05Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/white-papers</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11699</wfw:commentRss>
    </item>
    <item>
      <title>Updated iAMT Scan tool Troubleshooting guide</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/12/updated-iamt-scan-tool-troubleshooting-guide</link>
      <description>&lt;!-- [DocumentBodyStart:76103835-6270-44fa-ae84-26efe2b04e3d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've posted an update to the iAMT Scan Process Results Troubleshooting Guide to incorporate the changes to the iAMT Scan Tool.  &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The new document is at &lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2124"&gt;iAMT Scan Results Troubleshooting Guide. v.02&lt;/a&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The new iAMT scan tool is at  &lt;a class="jive-link-wiki-small" href="http://communities.intel.com/docs/DOC-2062"&gt;iAMT Scan - Custom Inventory helps with Enterprise Activations&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76103835-6270-44fa-ae84-26efe2b04e3d] --&gt;</description>
      <pubDate>Wed, 12 Nov 2008 14:46:52 GMT</pubDate>
      <author>liesa.harkness@hp.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/12/updated-iamt-scan-tool-troubleshooting-guide</guid>
      <dc:date>2008-11-12T14:46:52Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/updated-iamt-scan-tool-troubleshooting-guide</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11697</wfw:commentRss>
    </item>
  </channel>
</rss>

