<?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 Retrieve OS Version in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763443#M29</link>
    <description>Gael,&lt;BR /&gt;&lt;BR /&gt;Thanks for replying to my message. I have looked through the documentation for the CIM_ComputerSystem class and I still don't see a way to retieve the current Operating System version installed on a client machine. Hopefully I am just missing something.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;Rich</description>
    <pubDate>Thu, 03 May 2012 15:00:34 GMT</pubDate>
    <dc:creator>peanutman0</dc:creator>
    <dc:date>2012-05-03T15:00:34Z</dc:date>
    <item>
      <title>Retrieve OS Version</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763441#M27</link>
      <description>Is there away to retrieve the Operating System version from client machines using the AMT SDK?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Wed, 02 May 2012 18:10:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763441#M27</guid>
      <dc:creator>peanutman0</dc:creator>
      <dc:date>2012-05-02T18:10:42Z</dc:date>
    </item>
    <item>
      <title>Retrieve OS Version</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763442#M28</link>
      <description>Hi - there is a CIM_ComputerSystem class as part of the WMI Provider there is the Intel ME Provider Class Reference in the &lt;A href="http://software.intel.com/en-us/articles/download-the-latest-intel-amt-software-development-kit-sdk/"&gt;Intel AMT SDK&lt;/A&gt;.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;You can also run the &lt;A href="http://software.intel.com/en-us/blogs/2012/03/28/video-discovering-your-intel-vpro-capabilities-using-the-intel-scs-discovery-tool/"&gt;SCS Discovery Tool&lt;/A&gt; and have it write the output to the registry - then you could query the registry to get the OS information.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Gael&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 May 2012 22:58:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763442#M28</guid>
      <dc:creator>Gael_H_Intel</dc:creator>
      <dc:date>2012-05-02T22:58:27Z</dc:date>
    </item>
    <item>
      <title>Retrieve OS Version</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763443#M29</link>
      <description>Gael,&lt;BR /&gt;&lt;BR /&gt;Thanks for replying to my message. I have looked through the documentation for the CIM_ComputerSystem class and I still don't see a way to retieve the current Operating System version installed on a client machine. Hopefully I am just missing something.&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Thu, 03 May 2012 15:00:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763443#M29</guid>
      <dc:creator>peanutman0</dc:creator>
      <dc:date>2012-05-03T15:00:34Z</dc:date>
    </item>
    <item>
      <title>Retrieve OS Version</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763444#M30</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1336104957515="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=554814" href="https://community.intel.com/en-us/profile/554814/" class="basic"&gt;peanutman0&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;...I have looked through the documentation for the CIM_ComputerSystem class and I still don't see a way to retieve the current Operating System version installed on a client machine...&lt;/I&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Namespace:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; root\CIMv2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Top-Level WMI Classes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; CIM_InstalledOS&lt;BR /&gt; CIM_Check&lt;BR /&gt; CIM_ComputerSystem&lt;BR /&gt; CIM_OperatingSystem&lt;BR /&gt; CIM_System&lt;BR /&gt; CIM_OSVersionCheck&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;WQL queries:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; SELECT * FROM CIM_InstalledOS&lt;BR /&gt; SELECT * FROM CIM_Check&lt;BR /&gt; SELECT * FROM CIM_ComputerSystem&lt;BR /&gt; SELECT * FROM CIM_OperatingSystem&lt;BR /&gt; SELECT * FROM CIM_System&lt;BR /&gt; SELECT * FROM CIM_OSVersionCheck&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;On MSDN look for topics:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; WMI System Classes&lt;BR /&gt; WMI System Properties&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Sergey&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 May 2012 04:15:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Retrieve-OS-Version/m-p/763444#M30</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-05-04T04:15:49Z</dc:date>
    </item>
  </channel>
</rss>

