<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I responded in your other in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103082#M6712</link>
    <description>&lt;P&gt;I responded in your other &lt;A href="https://software.intel.com/en-us/forums/intel-business-client-software-development/topic/643049"&gt;post&lt;/A&gt; on this subject&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2016 19:01:31 GMT</pubDate>
    <dc:creator>Joseph_O_Intel1</dc:creator>
    <dc:date>2016-06-22T19:01:31Z</dc:date>
    <item>
      <title>How to get SSD Pro Status?</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103079#M6709</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I know how to execute the&amp;nbsp;SecureErase command by using the HLAPI. But I do not know how can I get the SSD Pro status before and after I execute the SecureErase command successful.&lt;/P&gt;

&lt;P&gt;I am studying the class&amp;nbsp;CIM_MediaAccessDevice and HardwareAsset packages. I think the function&amp;nbsp;LastCleaned will help me:&lt;/P&gt;

&lt;P&gt;// Optional, The date and time on which the Device was last cleaned.&lt;BR /&gt;
	&amp;nbsp;const CimDateTime LastCleaned() const;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;// Optional, The date and time on which the Device was last cleaned.&lt;BR /&gt;
	&amp;nbsp;void LastCleaned(const CimDateTime &amp;amp;value);&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But I cannot get the returned value of LastCleaned by using HLAPI.&lt;/P&gt;

&lt;P&gt;Could you please help?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 04:35:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103079#M6709</guid>
      <dc:creator>bao_t_</dc:creator>
      <dc:date>2016-06-21T04:35:18Z</dc:date>
    </item>
    <item>
      <title>Hey Bao,</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103080#M6710</link>
      <description>&lt;P&gt;Hey Bao,&lt;/P&gt;

&lt;P&gt;There are a couple of ways of gaining&amp;nbsp;data after Remote Secure Erase (RSE)&amp;nbsp;has been&amp;nbsp;performed from within the SDK&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;AMT event logs will have an entries&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="https://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/HTMLDocuments/WS-Management_Class_Reference/AMT_BootSettingData.htm"&gt;&lt;SPAN class="d2hHlt"&gt;&lt;STRONG&gt;&lt;U&gt;&lt;FONT color="#0066cc" face="Courier New"&gt;BIOSLastStatus&lt;/FONT&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;- This&amp;nbsp;is specific to RSE&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;As for CIM_MediaAccessDevice lastcleaned function&amp;nbsp;is not part of the SDK and is covered&amp;nbsp;by Microsoft&lt;/P&gt;

&lt;P&gt;Have you looked at the &lt;A href="https://downloadcenter.intel.com/download/18455/Intel-Solid-State-Drive-Toolbox"&gt;Intel® Solid State Drive Toolbox&lt;/A&gt;? This can gather multiple data points using various methods outside of the Intel AMT&amp;nbsp;SDK.&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 17:53:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103080#M6710</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2016-06-21T17:53:52Z</dc:date>
    </item>
    <item>
      <title>Thanks Joe.</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103081#M6711</link>
      <description>&lt;P&gt;Thanks Joe.&lt;/P&gt;

&lt;P&gt;I tried to get the BIOSLastStatus and I see the string:&lt;/P&gt;

&lt;P&gt;- DetailedErrorStatus = "SuccessORInProgress"&lt;/P&gt;

&lt;P&gt;- GeneralStatus = "NotUpdated"&lt;/P&gt;

&lt;P&gt;I got the error when I tried to call&amp;nbsp;SetNextBoot(BootOptionsFlags.SecureErase). I created new topic of this issue.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Could you please help?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 07:51:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103081#M6711</guid>
      <dc:creator>bao_t_</dc:creator>
      <dc:date>2016-06-22T07:51:00Z</dc:date>
    </item>
    <item>
      <title>I responded in your other</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103082#M6712</link>
      <description>&lt;P&gt;I responded in your other &lt;A href="https://software.intel.com/en-us/forums/intel-business-client-software-development/topic/643049"&gt;post&lt;/A&gt; on this subject&lt;/P&gt;

&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 19:01:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/How-to-get-SSD-Pro-Status/m-p/1103082#M6712</guid>
      <dc:creator>Joseph_O_Intel1</dc:creator>
      <dc:date>2016-06-22T19:01:31Z</dc:date>
    </item>
  </channel>
</rss>

