<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Retrieving Disk Information in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877422#M3188</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334038"&gt;Andrew Schiestl (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;That's also a valid place for the diagram I used, but I actually got to it in a different manner.&lt;BR /&gt;&lt;BR /&gt;I actually looked at the WS-Managment Class Reference. Probably the quickest way to get there is if you open the index.html in the DOCS folder of the SDK, then select the WS Management Class Reference hyperlink (the top level of the reference is actually the index.html file in the DOCS/WS-Management_Class_Reference folder, but that's kind of buried and easy to miss).&lt;BR /&gt;&lt;BR /&gt;Anyway, the class reference has an expandable menu of CIM classes by interface (like Hardware Asset), I find it a little easier to use that then the Flows.pdf when I'm searching for information.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Wow, this is extremely useful. Thanks.</description>
    <pubDate>Fri, 19 Jun 2009 15:50:32 GMT</pubDate>
    <dc:creator>Stephen_Hibbert__Int</dc:creator>
    <dc:date>2009-06-19T15:50:32Z</dc:date>
    <item>
      <title>Retrieving Disk Information</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877418#M3184</link>
      <description>I use CIM_Processor to get information about the processor, I use CIM_PhysicalMemory to get information about physical memory, etc.&lt;BR /&gt;&lt;BR /&gt;Which CIM class do I use to retrieve disk information (model, serial number, size)? This information is shown in the WebUI, so I know it's possible to retrieve it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Stephen</description>
      <pubDate>Thu, 18 Jun 2009 18:32:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877418#M3184</guid>
      <dc:creator>Stephen_Hibbert__Int</dc:creator>
      <dc:date>2009-06-18T18:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Disk Information</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877419#M3185</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431032"&gt;Stephen Hibbert (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I use CIM_Processor to get information about the processor, I use CIM_PhysicalMemory to get information about physical memory, etc.&lt;BR /&gt;&lt;BR /&gt;Which CIM class do I use to retrieve disk information (model, serial number, size)? This information is shown in the WebUI, so I know it's possible to retrieve it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Stephen&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;That should be the CIM_MediaAccessDevice class, but the CIM_PhysicalPackage class could also be involved (there's an association between the two in the Hardware Asset instance diagram).</description>
      <pubDate>Thu, 18 Jun 2009 19:18:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877419#M3185</guid>
      <dc:creator>Andrew_S_Intel2</dc:creator>
      <dc:date>2009-06-18T19:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Disk Information</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877420#M3186</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334038"&gt;Andrew Schiestl (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;That should be the CIM_MediaAccessDevice class, but the CIM_PhysicalPackage class could also be involved (there's an association between the two in the Hardware Asset instance diagram).&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thanks! I had tried everything but CIM_PhysicalPackage, which gives you the model and the serial number. CIM_MediaAccessDevice gives you the size.&lt;BR /&gt;&lt;BR /&gt;Were you referring to the diagram in "Intel AMT WS-Management Flows.pdf"?</description>
      <pubDate>Thu, 18 Jun 2009 21:53:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877420#M3186</guid>
      <dc:creator>Stephen_Hibbert__Int</dc:creator>
      <dc:date>2009-06-18T21:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Disk Information</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877421#M3187</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/431032"&gt;Stephen Hibbert (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Thanks! I had tried everything but CIM_PhysicalPackage, which gives you the model and the serial number. CIM_MediaAccessDevice gives you the size.&lt;BR /&gt;&lt;BR /&gt;Were you referring to the diagram in "Intel AMT WS-Management Flows.pdf"?&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;That's also a valid place for the diagram I used, but I actually got to it in a different manner.&lt;BR /&gt;&lt;BR /&gt;I actually looked at the WS-Managment Class Reference. Probably the quickest way to get there is if you open the index.html in the DOCS folder of the SDK, then select the WS Management Class Reference hyperlink (the top level of the reference is actually the index.html file in the DOCS/WS-Management_Class_Reference folder, but that's kind of buried and easy to miss).&lt;BR /&gt;&lt;BR /&gt;Anyway, the class reference has an expandable menu of CIM classes by interface (like Hardware Asset), I find it a little easier to use that then the Flows.pdf when I'm searching for information.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Thu, 18 Jun 2009 23:14:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877421#M3187</guid>
      <dc:creator>Andrew_S_Intel2</dc:creator>
      <dc:date>2009-06-18T23:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Disk Information</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877422#M3188</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334038"&gt;Andrew Schiestl (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;That's also a valid place for the diagram I used, but I actually got to it in a different manner.&lt;BR /&gt;&lt;BR /&gt;I actually looked at the WS-Managment Class Reference. Probably the quickest way to get there is if you open the index.html in the DOCS folder of the SDK, then select the WS Management Class Reference hyperlink (the top level of the reference is actually the index.html file in the DOCS/WS-Management_Class_Reference folder, but that's kind of buried and easy to miss).&lt;BR /&gt;&lt;BR /&gt;Anyway, the class reference has an expandable menu of CIM classes by interface (like Hardware Asset), I find it a little easier to use that then the Flows.pdf when I'm searching for information.&lt;BR /&gt;&lt;BR /&gt;Andy&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Wow, this is extremely useful. Thanks.</description>
      <pubDate>Fri, 19 Jun 2009 15:50:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieving-Disk-Information/m-p/877422#M3188</guid>
      <dc:creator>Stephen_Hibbert__Int</dc:creator>
      <dc:date>2009-06-19T15:50:32Z</dc:date>
    </item>
  </channel>
</rss>

