<?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:00cab35f-c13d-4d7a-b9d2-4b7c16b79e1e] --&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:00cab35f-c13d-4d7a-b9d2-4b7c16b79e1e] --&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:dd20b9ca-1fc2-4c48-8249-0f20e49072ae] --&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:dd20b9ca-1fc2-4c48-8249-0f20e49072ae] --&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, 2 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>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:442bce8a-c309-4dbe-816f-077c39175ce5] --&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:442bce8a-c309-4dbe-816f-077c39175ce5] --&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>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:b35aebd3-3e96-4918-a87e-e59fd59d9485] --&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:b35aebd3-3e96-4918-a87e-e59fd59d9485] --&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:1a492966-0cfc-46ce-9b77-99aa640b91e3] --&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:1a492966-0cfc-46ce-9b77-99aa640b91e3] --&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>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:e07b0207-5809-4e64-b3ad-404438ecb31f] --&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:e07b0207-5809-4e64-b3ad-404438ecb31f] --&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>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:3f35dd2f-3cf1-40cb-ab05-02e043d368e4] --&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:3f35dd2f-3cf1-40cb-ab05-02e043d368e4] --&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:9c8c00bf-b9a7-4d12-8e37-cbcaa8baee9a] --&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:9c8c00bf-b9a7-4d12-8e37-cbcaa8baee9a] --&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>Case Studies</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/11/case-studies</link>
      <description>&lt;!-- [DocumentBodyStart:5c5a017d-be05-40d2-a9d2-db664a1a4de6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Learn how Intel has helped top companies, universities, and hospitals  shorten the time it takes to do IT, including the following:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;Complete an Asset Inventory&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;Solve Hardware Problems&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;Solve Software Problems&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;Protect all PC's by detecting antivirus agents &lt;/p&gt;&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;In many cases Intel has shortened the time it takes to complete these tasks by 25 to 50 percent, saving money, while also developing a more efficient workflow.&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-2260"&gt;Enterprise Client/Mobility Success Stories&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5c5a017d-be05-40d2-a9d2-db664a1a4de6] --&gt;</description>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">case_study</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">vpro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro_expert_center</category>
      <pubDate>Tue, 11 Nov 2008 21:28:06 GMT</pubDate>
      <author>gnszolnx@msn.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/11/11/case-studies</guid>
      <dc:date>2008-11-11T21:28:06Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/case-studies</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11695</wfw:commentRss>
    </item>
    <item>
      <title>Looking for all you need to know about certifications? Checkout everything related to vPro and certifications.</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/10/29/looking-for-all-you-need-to-know-about-certifications-checkout-everything-related-to-vpro-and-certifications</link>
      <description>&lt;!-- [DocumentBodyStart:d9761e60-73e9-49a2-83c1-ba30b00944ce] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Need information on vPro and certificates? Check out this new wiki.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Go to &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://communities.intel.com/docs/DOC-2225"&gt;http://communities.intel.com/docs/DOC-2225&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d9761e60-73e9-49a2-83c1-ba30b00944ce] --&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>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">certificate</category>
      <pubDate>Wed, 29 Oct 2008 17:41:20 GMT</pubDate>
      <author>gnszolnx@msn.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/10/29/looking-for-all-you-need-to-know-about-certifications-checkout-everything-related-to-vpro-and-certifications</guid>
      <dc:date>2008-10-29T17:41:20Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/looking-for-all-you-need-to-know-about-certifications-checkout-everything-related-to-vpro-and-certifications</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11673</wfw:commentRss>
    </item>
    <item>
      <title>Implementing network filtering with Symantec Altiris</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/09/05/implementing-network-filtering-with-symantec-altiris</link>
      <description>&lt;!-- [DocumentBodyStart:3f49506a-8872-4e58-af08-7570a1865b24] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;If you are using Altiris as your management console, then check out this new use case document for implementing network filters!&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-1927"&gt;Altiris Use Case: Network Filtering and System Defense&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f49506a-8872-4e58-af08-7570a1865b24] --&gt;</description>
      <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">use_cases</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">system_defense</category>
      <pubDate>Fri, 05 Sep 2008 20:16:05 GMT</pubDate>
      <author>michele.gartner@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/09/05/implementing-network-filtering-with-symantec-altiris</guid>
      <dc:date>2008-09-05T20:16:05Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/implementing-network-filtering-with-symantec-altiris</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11501</wfw:commentRss>
    </item>
    <item>
      <title>ROI Analysis - Check out Cleveland Clinic's savings - $442k just in power savings!</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/09/03/roi-analysis-check-out-cleveland-clinics-savings-442k-just-in-power-savings</link>
      <description>&lt;!-- [DocumentBodyStart:9c7bbc94-3b2c-4c0a-9cf6-f6f740dfd76c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Take a look at this ROI Analysis document. It shows that Cleveland Clinic will save $442k in net power savings over 4 years. In addition, they will save 29,000 IT support man-hours by year 4 through improved asset management and reduced deskside visits, remote patch management and reimaging and repair.&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-1915"&gt;ROI Analysis: Improving Productivity and Reducing Energy Costs and Consumption with Intel® vPro™ Technology&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9c7bbc94-3b2c-4c0a-9cf6-f6f740dfd76c] --&gt;</description>
      <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">power</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">green</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">savings</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">benefits</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">vpro</category>
      <pubDate>Wed, 03 Sep 2008 17:37:30 GMT</pubDate>
      <author>michele.gartner@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/09/03/roi-analysis-check-out-cleveland-clinics-savings-442k-just-in-power-savings</guid>
      <dc:date>2008-09-03T17:37:30Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/roi-analysis-check-out-cleveland-clinics-savings-442k-just-in-power-savings</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11494</wfw:commentRss>
    </item>
    <item>
      <title>Time to get activating - but wait..  is it Secure?</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/08/29/time-to-get-activating-but-wait-is-it-secure</link>
      <description>&lt;!-- [DocumentBodyStart:ebb07c66-91c1-4ed0-bbd7-1a4389fed1db] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I was recently asked about the security of vPro and Intel Active Management Technology, therefore I started to pull together all the resources I leverage when discussing this topic and help to alleviate concerns of the Information Security folks in the IT shops.  here are those links and if you find additional ones that help please add on to the blog. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hardening Measures Built into Intel® Active Management Technology&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://softwarecommunity.intel.com/articles/eng/3703.htm"&gt;http://softwarecommunity.intel.com/articles/eng/3703.htm&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;AMT System Defense Usecases&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://communities.intel.com/docs/DOC-1278"&gt;http://communities.intel.com/docs/DOC-1278&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;Intel® Active Management Technology Protect Use Cases&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://softwarecommunity.intel.com/articles/eng/1031.htm"&gt;http://softwarecommunity.intel.com/articles/eng/1031.htm&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;Intel® Active Management Technology Use Case #7: Hardware-Based Isolation and Recovery (Protect)&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://softwarecommunity.intel.com/articles/eng/1179.htm"&gt;http://softwarecommunity.intel.com/articles/eng/1179.htm&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If any questions on security of vPro please let me know.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ebb07c66-91c1-4ed0-bbd7-1a4389fed1db] --&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>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">josh_hilliker</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">security</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">activation</category>
      <pubDate>Sat, 30 Aug 2008 00:46:54 GMT</pubDate>
      <author>josh.hilliker@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/08/29/time-to-get-activating-but-wait-is-it-secure</guid>
      <dc:date>2008-08-30T00:46:54Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/time-to-get-activating-but-wait-is-it-secure</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11483</wfw:commentRss>
    </item>
    <item>
      <title>Activating an HP 6910p in Basic mode - and using the Intel System Defense Utility to remotely manage it!</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/08/26/activating-an-hp-6910p-in-basic-mode-and-using-the-intel-system-defense-utility-to-remotely-manage-it</link>
      <description>&lt;!-- [DocumentBodyStart:4518e4e9-be56-4434-87b2-11529c600d32] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi everyone - &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's new guide that we just finished. Let me know what you think of this new format - we're trying to increase the usability of our documentation - let me know if we're on track! &lt;img height="16px" src="http://communities.intel.com/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This guide steps through Basic Mode Activation (formerly known as SMB Mode) of a Hewlett-Packard* 6910p. Once activated, follow the instructions to install the Intel(R) System Defense Utility and start exploring the supported use cases.&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-1894"&gt;Basic (SMB) Mode Activation for the HP 6910p&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4518e4e9-be56-4434-87b2-11529c600d32] --&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">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">centrino_pro</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">hp</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">6910p</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">basic_mode</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">self-activate</category>
      <pubDate>Tue, 26 Aug 2008 23:10:01 GMT</pubDate>
      <author>michele.gartner@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/08/26/activating-an-hp-6910p-in-basic-mode-and-using-the-intel-system-defense-utility-to-remotely-manage-it</guid>
      <dc:date>2008-08-26T23:10:01Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/activating-an-hp-6910p-in-basic-mode-and-using-the-intel-system-defense-utility-to-remotely-manage-it</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11470</wfw:commentRss>
    </item>
    <item>
      <title>Underscore is not supported in Intel AMT Hostnames</title>
      <link>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/08/15/underscore-is-not-supported-in-intel-amt-hostnames</link>
      <description>&lt;!-- [DocumentBodyStart:757236e6-559d-49a9-a300-b26cfc55c037] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span&gt;If you are seeing any failures in your log around setting the hostname during a Remote configuration it could be due to a underscore in the host name.   Check out Terry Cutlers post on altiris juice @ &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://juice.altiris.com/tech-tip/1622/underscore-not-supported-in-intel-amt-hostnames"&gt;http://juice.altiris.com/tech-tip/1622/underscore-not-supported-in-intel-amt-hostnames&lt;/a&gt;&lt;span&gt; . Terry references the RFC952 - DoD Internet host table specification @ &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.faqs.org/rfcs/rfc952.html"&gt;http://www.faqs.org/rfcs/rfc952.html&lt;/a&gt;&lt;span&gt;.   Here are the assumptions from that specification.   &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;ASSUMPTIONS&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;   1. A "name" (Net, Host, Gateway, or Domain name) is a text string up&lt;/p&gt;&lt;p&gt;   to 24 characters drawn from the alphabet (A-Z), digits (0-9), minus&lt;/p&gt;&lt;p&gt;   sign &lt;img height="16px" src="http://communities.intel.com/images/emoticons/minus.gif" width="16px"/&gt;, and period (.).  Note that periods are only allowed when&lt;/p&gt;&lt;p&gt;   they serve to delimit components of "domain style names". (See&lt;/p&gt;&lt;p&gt;   RFC-921, "Domain Name System Implementation Schedule", for&lt;/p&gt;&lt;p&gt;   background).  No blank or space characters are permitted as part of a&lt;/p&gt;&lt;p&gt;   name. No distinction is made between upper and lower case.  The first&lt;/p&gt;&lt;p&gt;   character must be an alpha character.  The last character must not be&lt;/p&gt;&lt;p&gt;   a minus sign or period.  A host which serves as a GATEWAY should have&lt;/p&gt;&lt;p&gt;   "-GATEWAY" or "-GW" as part of its name.  Hosts which do not serve as&lt;/p&gt;&lt;p&gt;   Internet gateways should not use "-GATEWAY" and "-GW" as part of&lt;/p&gt;&lt;p&gt;   their names. A host which is a TAC should have "-TAC" as the last&lt;/p&gt;&lt;p&gt;   part of its host name, if it is a DoD host.  Single character names&lt;/p&gt;&lt;p&gt;   or nicknames are not allowed.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:757236e6-559d-49a9-a300-b26cfc55c037] --&gt;</description>
      <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">vpro</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">josh_hilliker</category>
      <category domain="http://communities.intel.com/community/openportit/vproexpert/activation/blog/tags">self-activate</category>
      <pubDate>Sat, 16 Aug 2008 02:45:26 GMT</pubDate>
      <author>josh.hilliker@intel.com</author>
      <guid>http://communities.intel.com/community/openportit/vproexpert/activation/blog/2008/08/15/underscore-is-not-supported-in-intel-amt-hostnames</guid>
      <dc:date>2008-08-16T02:45:26Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <wfw:comment>http://communities.intel.com/community/openportit/vproexpert/activation/blog/comment/underscore-is-not-supported-in-intel-amt-hostnames</wfw:comment>
      <wfw:commentRss>http://communities.intel.com/community/openportit/vproexpert/activation/blog/feeds/comments?blogPost=11431</wfw:commentRss>
    </item>
  </channel>
</rss>

