<?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 Extension 2.0 WMI limited by defined definitions in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-limited-by-defined-definitions/m-p/174750#M1798</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a 2.0 WMI extension and I notice that the FROM part in the used query has limitations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using a statement like:&lt;/P&gt;&lt;P&gt;query: SELECT Aaa, Bbb, Ccc FROM Win32_xxxxxx the plugin is refused:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="henk_stobbe_0-1635195950180.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/3137iCE96A8216ACE63E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="henk_stobbe_0-1635195950180.png" alt="henk_stobbe_0-1635195950180.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-WmiObject -query "Select Aaa, Bbb. Ccc FROM Win32_xxxxx" works perfect!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to extend the root\comv2 definitions? Or am I limited by what is defined there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or in other words how to add&amp;nbsp;Win32_xxxxxx definitions in a 2.0 extension?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 21:57:14 GMT</pubDate>
    <dc:creator>henk_stobbe</dc:creator>
    <dc:date>2021-10-25T21:57:14Z</dc:date>
    <item>
      <title>Extension 2.0 WMI limited by defined definitions</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-limited-by-defined-definitions/m-p/174750#M1798</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a 2.0 WMI extension and I notice that the FROM part in the used query has limitations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using a statement like:&lt;/P&gt;&lt;P&gt;query: SELECT Aaa, Bbb, Ccc FROM Win32_xxxxxx the plugin is refused:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="henk_stobbe_0-1635195950180.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/3137iCE96A8216ACE63E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="henk_stobbe_0-1635195950180.png" alt="henk_stobbe_0-1635195950180.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-WmiObject -query "Select Aaa, Bbb. Ccc FROM Win32_xxxxx" works perfect!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to extend the root\comv2 definitions? Or am I limited by what is defined there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or in other words how to add&amp;nbsp;Win32_xxxxxx definitions in a 2.0 extension?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KR Henk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 21:57:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-limited-by-defined-definitions/m-p/174750#M1798</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2021-10-25T21:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extension 2.0 WMI limited by defined definitions</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-limited-by-defined-definitions/m-p/175799#M1799</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11427"&gt;@henk_stobbe&lt;/a&gt;&amp;nbsp;any luck with this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Nov 2021 22:02:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-limited-by-defined-definitions/m-p/175799#M1799</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2021-11-12T22:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extension 2.0 WMI limited by defined definitions</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-limited-by-defined-definitions/m-p/175873#M1800</link>
      <description>&lt;P&gt;Hello Chad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes this is resolved, there is no limitation. I just made a typo )-;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Most extension-related classes and properties reside in the&amp;nbsp;root\civm2&amp;nbsp;namespace. To learn more about WMI namespaces and classes, see&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/windows/win32/wmisdk/wmi-start-page" target="_blank" rel="noopener noreferrer"&gt;&lt;U&gt;Windows Management Instrumentation&lt;/U&gt;&lt;/A&gt;&amp;nbsp;in the Microsoft documentation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Works like a charm,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KR Henk&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 16:21:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extension-2-0-WMI-limited-by-defined-definitions/m-p/175873#M1800</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2021-11-15T16:21:38Z</dc:date>
    </item>
  </channel>
</rss>

