Unsupported content This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Discovery management operations for Microsoft System Center Operations Manager 2012


This topic describes the adapter requests and responses for the following Discovery management operations.

Find Discovery By ID

The Find Discovery By ID operation retrieves the properties of a monitored object that is identified by the specified globally unique identifier (GUID). 

The following table describes the adapter request elements for the Find Discovery By ID operation. 

Adapter request elements for the Find Discovery By ID operation

Element

Definition

Required

<operation-name>

Specifies the operation name: Get-SCOMDiscovery

Yes

<command-request>

Specifies the parent element for the command elements

Yes

<timeout-secs>

Specifies the duration after which the operation times out 

Default value: 60 seconds

No

<command-parameters>

Specifies the parent element for the command parameters

Yes

<discovery-id>

Specifies the ID for the discovery to be retrieved

Yes

The following figure shows the <items> XML for the Find Discovery by ID operation.

<items> XML for the Find Discovery by ID operation

<items>
 <item>
    <timeout-secs>120</timeout-secs>
    <command-parameters>
       <discovery-id>f3124f32-cba5-5974-77fd-004e5c2f05ce</discovery-id>
    </command-parameters>
 </item>
</items>

The following figure shows the sample adapter request.

Sample adapter request for the Find Discovery By ID operation

<request-data>
 <scom-request>
   <operation-name>Get-SCOMDiscovery</operation-name>
   <command-request>
     <timeout-secs />
     <command-parameters>
       <discovery-id>9c0f3923-e4e9-512d-6c5d-fde86435bbf4</discovery-id>
     </command-parameters>
   </command-request>
 </scom-request>
</request-data>

The following figure shows the adapter response.

Adapter response for the Find Discovery By ID operation

<scom-response>
 <metadata>
   <status>success</status>
   <count>1</count>
 </metadata>
 <commands-output>
   <command-output>
     <metadata>
       <command> Import-Module OperationsManager; Get-SCOMDiscovery -id 9c0f3923-e4e9-512d-6c5d-fde86435bbf4 | format-list</command>
       <execution-milliseconds>50378</execution-milliseconds>
       <exit-code>0</exit-code>
       <status>success</status>
       <count>1</count>
     </metadata>
     <output>
       <item>
         <HasNonCategoryOverride><![CDATA[False]]></HasNonCategoryOverride>
         <Enabled><![CDATA[true]]></Enabled>
         <Target>ManagementPackElementUniqueIdentifier=d92002b3-6fc3-56d3-3f0d-6e583937d5da</Target>
         <ConfirmDelivery><![CDATA[False]]></ConfirmDelivery>
         <Remotable><![CDATA[False]]></Remotable>
         <Priority>Medium</Priority>
         <Category><![CDATA[Discovery]]></Category>
         <DataSource><![CDATA[DiscoveryDS]]></DataSource>
         <DiscoveryClassCollection>{ManagementPackElementUniqueIdentifier=bd28289c-f992-20a1-a18c-59c6b3f2b3e1, ManagementPackElementUniqueIdentifier=f664c209-7dc2-ac3e-a69c-dfcae4b31892}</DiscoveryClassCollection>
         <DiscoveryRelationshipCollection><![CDATA[{}]]></DiscoveryRelationshipCollection>
         <XmlTag><![CDATA[Discovery]]></XmlTag>
         <ManagementGroup><![CDATA[SCOM-GROUP]]></ManagementGroup>
         <ManagementGroupId><![CDATA[f0bfdf68-bb60-15e4-e21a-3678feeaa78e]]></ManagementGroupId>
         <Identifier>1|Microsoft.SystemCenter.ManagementPack.Recommendations/31bf3856ad364e35|1.0.0.0|LW.Microsoft.Windows.Server.2012.Roles.Discovery||</Identifier>
         <Name>LW.Microsoft.Windows.Server.2012.Roles.Discovery</Name>
         <Id><![CDATA[9c0f3923-e4e9-512d-6c5d-fde86435bbf4]]></Id>
         <DisplayName>Lightweight generic Server 2012 Roles Discovery</DisplayName>
         <Description>This rule runs against every Windows Server 2012 computer and checks whether server roles are installed.</Description>
         <LanguageCode><![CDATA[ENU]]></LanguageCode>
         <Comment></Comment>
         <Status><![CDATA[Unchanged]]></Status>
         <LastModified>12/14/2016 11:19:44 AM</LastModified>
         <TimeAdded>12/14/2016 11:19:44 AM</TimeAdded>
         <InstanceName></InstanceName>
       </item>
     </output>
   </command-output>
 </commands-output>
</scom-response>

Find Discovery by Management Pack

The Find Discovery by Management Pack operation retrieves management packs from Microsoft System Center Operations Management application.

The following table describes the adapter request elements for the Find Discovery by Management Pack operation. 

Adapter request elements for the operation

Element

Definition

Required

<operation-name>

Specifies the operation name: Get-SCOMDiscovery

Yes

<command-request>

Specifies the parent element for the command elements

Yes

<timeout-secs>

Specifies the duration after which the operation times out 

Default value: 60 seconds

No

<command-parameters>

Specifies the parent element for the command parameters

Yes

<filters>

Specifies the parent element that contains the search criterion

No

<filter>

Specifies the parent element for a single search criterion

Conditional; required if <filters> is specified

<management-pack-prop-key>

Contains the name of the property of the management pack based on which the management pack is searched and the discoveries are filtered

Yes

<management-pack-prop-val>

Contains the value of the property specified in management-pack-prop-key

Yes

<operand>

Specifies the operation that is performed by using the values specified in the <discovery-prop-key> and <discovery-prop-val> elements 

Valid values:

  • equals
  • not equals
  • matches

Conditional;
required if the <filters> 
element is specified

The following figure shows the <items> XML for the Find Discovery by Management Pack operation. 

<items> XML for the Find Discovery by Management Pack operation

<items>
  <item>
     <command-parameters>
        <managementpack>
      <filters>
   <filter>
  <management-pack-prop-key>DisplayName</management-pack-prop-key>
  <management-pack-prop-val>Default Management Pack</management-pack-prop-val>
  <operand>equals</operand>
</filter>
  </filters>
  </managementpack>
</command-parameters>
  </item>
</items>

The following figure shows the sample adapter request.

Sample adapter request for the Find Discovery by Management Pack operation

<request-data>
 <scom-request>
   <operation-name>Get-SCOMDiscovery</operation-name>
   <command-request>
     <timeout-secs>120</timeout-secs>
     <command-parameters>
       <managementpack>
         <filters>
           <filter>
             <managementpack-prop-key>DisplayName</managementpack-prop-key>
             <managementpack-prop-val>System Center Core Library</managementpack-prop-val>
             <operand>equals</operand>
           </filter>
         </filters>
       </managementpack>
     </command-parameters>
   </command-request>
 </scom-request>
</request-data>

The following figure shows the adapter response.

Adapter response for the Find Discovery by Management Pack operation

<scom-response>
 <metadata>
   <status>success</status>
   <count>1</count>
 </metadata>
 <commands-output>
   <command-output>
     <metadata>
       <command> Import-Module OperationsManager; Get-SCOMDiscovery -managementpack (Get-SCOMManagementPack | where-object {$_.DisplayName -eq 'System Center Core Library'}) | format-list</command>
       <execution-milliseconds>120012</execution-milliseconds>
       <exit-code>9999</exit-code>
       <status>success</status>
       <count>5</count>
     </metadata>
     <output>
       <item>
         <HasNonCategoryOverride><![CDATA[False]]></HasNonCategoryOverride>
         <Enabled><![CDATA[true]]></Enabled>
         <Target>ManagementPackElementUniqueIdentifier=88a7f2ca-2467-7715-544d-9fdaab0cad11</Target>
         <ConfirmDelivery><![CDATA[False]]></ConfirmDelivery>
         <Remotable><![CDATA[True]]></Remotable>
         <Priority>Medium</Priority>
         <Category><![CDATA[Discovery]]></Category>
         <DataSource><![CDATA[DS]]></DataSource>
         <DiscoveryClassCollection>{ManagementPackElementUniqueIdentifier=3e8005ce-5a22-edfd-45ac-7c55238aae00}</DiscoveryClassCollection>
         <DiscoveryRelationshipCollection><![CDATA[{}]]></DiscoveryRelationshipCollection>
         <XmlTag><![CDATA[Discovery]]></XmlTag>
         <ManagementGroup><![CDATA[SCOM-GROUP]]></ManagementGroup>
         <ManagementGroupId><![CDATA[f0bfdf68-bb60-15e4-e21a-3678feeaa78e]]></ManagementGroupId>
         <Identifier>1|Microsoft.SystemCenter.Library/31bf3856ad364e35|1.0.0.0|Microsoft.SystemCenter.OpsMgrDWWatcher.Discovery||</Identifier>
         <Name>Microsoft.SystemCenter.OpsMgrDWWatcher.Discovery</Name>
         <Id><![CDATA[e89f8d17-d04e-9e27-b57a-2f457e2958e6]]></Id>
         <DisplayName>Operations Manager Datawarehouse Database Watcher Discovery</DisplayName>
         <Description>This is the Operations Manager Datawarehouse Database Watcher Discovery Rule.</Description>
         <LanguageCode><![CDATA[ENU]]></LanguageCode>
         <Comment></Comment>
         <Status><![CDATA[Unchanged]]></Status>
         <LastModified>12/14/2016 11:15:23 AM</LastModified>
         <TimeAdded>12/14/2016 11:15:23 AM</TimeAdded>
         <InstanceName></InstanceName>
       </item>
       <item>
         <HasNonCategoryOverride><![CDATA[False]]></HasNonCategoryOverride>
         <Enabled><![CDATA[true]]></Enabled>
         <Target>ManagementPackElementUniqueIdentifier=d57daa29-063f-6379-7ee0-12e7a3982da0</Target>
         <ConfirmDelivery><![CDATA[False]]></ConfirmDelivery>
         <Remotable><![CDATA[True]]></Remotable>
         <Priority>Medium</Priority>
         <Category><![CDATA[Discovery]]></Category>
         <DataSource><![CDATA[DiscoveryDataSource]]></DataSource>
         <DiscoveryClassCollection><![CDATA[{}]]></DiscoveryClassCollection>
         <DiscoveryRelationshipCollection>{ManagementPackElementUniqueIdentifier=e4e44d2d-af3b-e5ee-c541-7338ade7cab2}</DiscoveryRelationshipCollection>
         <XmlTag><![CDATA[Discovery]]></XmlTag>
         <ManagementGroup><![CDATA[SCOM-GROUP]]></ManagementGroup>
         <ManagementGroupId><![CDATA[f0bfdf68-bb60-15e4-e21a-3678feeaa78e]]></ManagementGroupId>
         <Identifier>1|Microsoft.SystemCenter.Library/31bf3856ad364e35|1.0.0.0|Microsoft.SystemCenter.PopulateManagedComputerClientHealthServiceWatcherGroup||</Identifier>
         <Name>Microsoft.SystemCenter.PopulateManagedComputerClientHealthServiceWatcherGroup</Name>
         <Id><![CDATA[e49f0da5-20bb-257b-3772-528f56c73d4d]]></Id>
         <DisplayName>Managed Computer Client Health Service Watcher Group Contains Health ServiceWatcher Relationship Discovery</DisplayName>
         <Description>Discover the relationship for the grouping client Health Service Watchers.</Description>
         <LanguageCode><![CDATA[ENU]]></LanguageCode>
         <Comment></Comment>
         <Status><![CDATA[Unchanged]]></Status>
         <LastModified>12/14/2016 11:15:23 AM</LastModified>
         <TimeAdded>12/14/2016 11:15:23 AM</TimeAdded>
         <InstanceName></InstanceName>
       </item>
       <item>
         <HasNonCategoryOverride><![CDATA[False]]></HasNonCategoryOverride>
         <Enabled><![CDATA[true]]></Enabled>
         <Target>ManagementPackElementUniqueIdentifier=ea99500d-8d52-fc52-b5a5-10dcd1e9d2bd</Target>
         <ConfirmDelivery><![CDATA[False]]></ConfirmDelivery>
         <Remotable><![CDATA[False]]></Remotable>
         <Priority>Medium</Priority>
         <Category><![CDATA[Discovery]]></Category>
         <DataSource><![CDATA[DS]]></DataSource>
         <DiscoveryClassCollection>{ManagementPackElementUniqueIdentifier=7975e9c6-4d88-53fe-a32f-9148818d70c8}</DiscoveryClassCollection>
         <DiscoveryRelationshipCollection><![CDATA[{}]]></DiscoveryRelationshipCollection>
         <XmlTag><![CDATA[Discovery]]></XmlTag>
         <ManagementGroup><![CDATA[SCOM-GROUP]]></ManagementGroup>
         <ManagementGroupId><![CDATA[f0bfdf68-bb60-15e4-e21a-3678feeaa78e]]></ManagementGroupId>
         <Identifier>1|Microsoft.SystemCenter.Library/31bf3856ad364e35|1.0.0.0|Microsoft.SystemCenter.Agent.NanoDiscovery||</Identifier>
         <Name><![CDATA[Microsoft.SystemCenter.Agent.NanoDiscovery]]></Name>
         <Id><![CDATA[b02dab39-be55-2c7e-1e01-5f6c841a19ad]]></Id>
         <DisplayName><![CDATA[Windows Nano Server Agent Discovery]]></DisplayName>
         <Description><![CDATA[Discovers Nano Server.]]></Description>
         <LanguageCode><![CDATA[ENU]]></LanguageCode>
         <Comment></Comment>
         <Status><![CDATA[Unchanged]]></Status>
         <LastModified>12/14/2016 11:15:23 AM</LastModified>
         <TimeAdded>12/14/2016 11:15:23 AM</TimeAdded>
         <InstanceName></InstanceName>
       </item>
       <item>
         <HasNonCategoryOverride><![CDATA[False]]></HasNonCategoryOverride>
         <Enabled><![CDATA[true]]></Enabled>
         <Target>ManagementPackElementUniqueIdentifier=6b1d1be8-ebb4-b425-08dc-2385c5930b04</Target>
         <ConfirmDelivery><![CDATA[False]]></ConfirmDelivery>
         <Remotable><![CDATA[True]]></Remotable>
         <Priority>Medium</Priority>
         <Category><![CDATA[Discovery]]></Category>
         <DataSource><![CDATA[GroupPopulator]]></DataSource>
         <DiscoveryClassCollection><![CDATA[{}]]></DiscoveryClassCollection>
         <DiscoveryRelationshipCollection>{ManagementPackElementUniqueIdentifier=6188a142-7f6b-96bf-0384-0878915e4c4b}</DiscoveryRelationshipCollection>
         <XmlTag><![CDATA[Discovery]]></XmlTag>
         <ManagementGroup><![CDATA[SCOM-GROUP]]></ManagementGroup>
         <ManagementGroupId><![CDATA[f0bfdf68-bb60-15e4-e21a-3678feeaa78e]]></ManagementGroupId>
         <Identifier>1|Microsoft.SystemCenter.Library/31bf3856ad364e35|1.0.0.0|Microsoft.SystemCenter.DiscoverManagementGroupContainsManagementServersRelationship||</Identifier>
         <Name>Microsoft.SystemCenter.DiscoverManagementGroupContainsManagementServersRelationship</Name>
         <Id><![CDATA[8a11d3ec-e031-6461-654e-6269ba7c2675]]></Id>
         <DisplayName>Management Group Contains Management Servers Relationship Discovery</DisplayName>
         <Description>Discover the relationship for the Management Group to contain the Management Servers.</Description>
         <LanguageCode><![CDATA[ENU]]></LanguageCode>
         <Comment></Comment>
         <Status><![CDATA[Unchanged]]></Status>
         <LastModified>12/14/2016 11:15:23 AM</LastModified>
         <TimeAdded>12/14/2016 11:15:23 AM</TimeAdded>
         <InstanceName></InstanceName>
       </item>
       <item>
         <HasNonCategoryOverride><![CDATA[False]]></HasNonCategoryOverride>
         <Enabled><![CDATA[true]]></Enabled>
         <Target>ManagementPackElementUniqueIdentifier=6b1d1be8-ebb4-b425-08dc-2385c5930b04</Target>
         <ConfirmDelivery><![CDATA[False]]></ConfirmDelivery>
         <Remotable><![CDATA[True]]></Remotable>
         <Priority>Medium</Priority>
         <Category><![CDATA[Discovery]]></Category>
         <DataSource><![CDATA[GroupPopulator]]></DataSource>
         <DiscoveryClassCollection><![CDATA[{}]]></DiscoveryClassCollection>
         <DiscoveryRelationshipCollection>{ManagementPackElementUniqueIdentifier=d39f1bff-89a9-6211-52f9-3d773a61ec1f}</DiscoveryRelationshipCollection>
         <XmlTag><![CDATA[Discovery]]></XmlTag>
         <ManagementGroup><![CDATA[SCOM-GROUP]]></ManagementGroup>
       </item>
     </output>
   </command-output>
 </commands-output>
</scom-response>

Back to top

Find Discovery

The Find Discovery operation retrieves all the available discoveries. You can filter the result by specifying a filter criterion. 

The following table describes the adapter request elements for the Find Discovery operation. 

Adapter request elements for the Find Discovery operation

Element

Definition

Required

<operation-name>

Specifies the operation name: Get-SCOMDiscovery

Yes

<command-request>

Specifies the parent element for the command elements

Yes

<timeout-secs>

Specifies the duration after which the operation times out 

Default value: 60 seconds

No

<command-parameters>

Specifies the parent element for the command parameters

Yes

<filters>

Specifies the parent element that contains the search criterion

No

<filter>

Specifies the parent element for a single search criterion

Conditional;
required if the <filters> 
element is specified

<discovery-prop-key>

Specifies the name of the discovery entity property used in the search 

Valid values:

  • Enabled
  • Name
  • DisplayName
  • Description
  • Category
  • HasNonCategoryOverride
  • Priority
  • ManagementGroup
  • ManagementGroupId
  • Remotable
  • DataSource
  • Id
  • Status
  • LanguageCode
  • XmlTag

Conditional;
required if the <filters> 
element is specified

<discovery-prop-val>

Specifies the value of the property specified in the <discovery-prop-key> element 

Note

 

When specifying values like true, false, and enabled, enclose them in single quotation marks so that they are treated as strings and not as Boolean entities.

Conditional;
required if the <filters> 
element is specified

<operand>

Specifies the operation that is performed by using the values specified in the <discovery-prop-key> and <discovery-prop-val> elements 

Valid values:

  • equals
  • not equals
  • matches

Conditional;
required if the <filters> 
element is specified

The following figure shows the <items> XML for the Find Discovery operation.

<items> XML for the Find Discovery operation

<items>
  <item>
     <timeout-secs>120</timeout-secs>
     <command-parameters>
        <filters>
           <filter>
            <discovery-prop-key>Enabled</discovery-prop-key>
    <discovery-prop-val>'true'</discovery-prop-val>
    <operand>equals</operand>
           </filter>
           <filter>
    <discovery-prop-key>Name</discovery-prop-key>     
            <discovery-prop-val>Microsoft.InternetInformationServices.ComputerGroupDiscovery.Rule</discovery-prop-val>
<operand>equals</operand>
           </filter>
        </filters>
     </command-parameters>
  </item>
</items>

The following figure shows the sample adapter request.

Sample adapter request for the Find Discovery operation

<request-data>
 <scom-request>
   <operation-name>Get-SCOMDiscovery</operation-name>
   <command-request>
     <timeout-secs>120</timeout-secs>
     <command-parameters>
       <filters>
         <filter>
           <discovery-prop-key>Name</discovery-prop-key>
           <discovery-prop-val>RelayNetworkAdapterGroup.DiscoveryRule</discovery-prop-val>
           <operand>equals</operand>
         </filter>
       </filters>
     </command-parameters>
   </command-request>
 </scom-request>
</request-data>

The following figure shows the adapter response.

Adapter response for the Find Discovery operation

<scom-response>
 <metadata>
   <status>success</status>
   <count>1</count>
 </metadata>
 <commands-output>
   <command-output>
     <metadata>
       <command> Import-Module OperationsManager; Get-SCOMDiscovery | where-object {$_.Name -eq 'RelayNetworkAdapterGroup.DiscoveryRule'} | format-list</command>
       <execution-milliseconds>49653</execution-milliseconds>
       <exit-code>0</exit-code>
       <status>success</status>
       <count>1</count>
     </metadata>
     <output>
       <item>
         <HasNonCategoryOverride><![CDATA[False]]></HasNonCategoryOverride>
         <Enabled><![CDATA[true]]></Enabled>
         <Target>ManagementPackElementUniqueIdentifier=10cf561c-a47c-41da-10f6-072c2b742dc3</Target>
         <ConfirmDelivery><![CDATA[False]]></ConfirmDelivery>
         <Remotable><![CDATA[True]]></Remotable>
         <Priority>Medium</Priority>
         <Category><![CDATA[Discovery]]></Category>
         <DataSource><![CDATA[GroupPopulationDataSource]]></DataSource>
         <DiscoveryClassCollection><![CDATA[{}]]></DiscoveryClassCollection>
         <DiscoveryRelationshipCollection><![CDATA[{}]]></DiscoveryRelationshipCollection>
         <XmlTag><![CDATA[Discovery]]></XmlTag>
         <ManagementGroup><![CDATA[SCOM-GROUP]]></ManagementGroup>
         <ManagementGroupId><![CDATA[f0bfdf68-bb60-15e4-e21a-3678feeaa78e]]></ManagementGroupId>
         <Identifier>1|System.NetworkManagement.Monitoring/31bf3856ad364e35|1.0.0.0|RelayNetworkAdapterGroup.DiscoveryRule||</Identifier>
         <Name><![CDATA[RelayNetworkAdapterGroup.DiscoveryRule]]></Name>
         <Id><![CDATA[5ab09dbb-9965-be0e-8214-183c511ce5e2]]></Id>
         <DisplayName><![CDATA[Relay Network Adapter Group Discovery Rule]]></DisplayName>
         <Description>Adds relay interfaces to the relay network adapter group</Description>
         <LanguageCode><![CDATA[ENU]]></LanguageCode>
         <Comment></Comment>
         <Status><![CDATA[Unchanged]]></Status>
         <LastModified>12/14/2016 11:19:05 AM</LastModified>
         <TimeAdded>12/14/2016 11:19:05 AM</TimeAdded>
         <InstanceName></InstanceName>
       </item>
     </output>
   </command-output>
 </commands-output>
</scom-response>

The following figure shows the adapter request for the Find Discovery operation where multiple <discovery-prop-key> elements are specified.

Sample adapter request with multiple <discovery-prop-key> elements for the Find Discovery operation

<request-data>
 <scom-request>
   <operation-name>Get-SCOMDiscovery</operation-name>
   <command-request>
     <timeout-secs>120</timeout-secs>
     <command-parameters>
       <filters>
         <filter>
           <discovery-prop-key>Name</discovery-prop-key>
           <discovery-prop-val>RelayNetworkAdapterGroup.DiscoveryRule</discovery-prop-val>
           <operand>equals</operand>
         </filter>
         <filter>
           <discovery-prop-key>DisplayName</discovery-prop-key>
           <discovery-prop-val>Relay Network Adapter Group Discovery Rule</discovery-prop-val>
           <operand>equals</operand>
         </filter>
         <filter>
           <discovery-prop-key>Status</discovery-prop-key>
           <discovery-prop-val>Unchanged</discovery-prop-val>
           <operand>equals</operand>
         </filter>
         <filter>
           <discovery-prop-key>Enabled</discovery-prop-key>
           <discovery-prop-val>'true'</discovery-prop-val>
           <operand>equals</operand>
         </filter>
         <filter>
           <discovery-prop-key>XmlTag</discovery-prop-key>
           <discovery-prop-val>Discovery</discovery-prop-val>
           <operand>equals</operand>
         </filter>
       </filters>
     </command-parameters>
   </command-request>
 </scom-request>
</request-data>

The following figure shows the sample adapter response.

Adapter response with multiple <discovery-prop-key> elements for the Find Discovery operation

<scom-response>
 <metadata>
   <status>success</status>
   <count>1</count>
 </metadata>
 <commands-output>
   <command-output>
     <metadata>
       <command> Import-Module OperationsManager; Get-SCOMDiscovery | where-object {$_.Name -eq 'RelayNetworkAdapterGroup.DiscoveryRule'} | where-object {$_.DisplayName -eq 'Relay Network Adapter Group Discovery Rule'} | where-object {$_.Status -eq 'Unchanged'} | where-object {$_.Enabled -eq 'true'} | where-object {$_.XmlTag -eq 'Discovery'} | format-list</command>
       <execution-milliseconds>57409</execution-milliseconds>
       <exit-code>0</exit-code>
       <status>success</status>
       <count>1</count>
     </metadata>
     <output>
       <item>
         <HasNonCategoryOverride><![CDATA[False]]></HasNonCategoryOverride>
         <Enabled><![CDATA[true]]></Enabled>
         <Target>ManagementPackElementUniqueIdentifier=10cf561c-a47c-41da-10f6-072c2b742dc3</Target>
         <ConfirmDelivery><![CDATA[False]]></ConfirmDelivery>
         <Remotable><![CDATA[True]]></Remotable>
         <Priority>Medium</Priority>
         <Category><![CDATA[Discovery]]></Category>
         <DataSource><![CDATA[GroupPopulationDataSource]]></DataSource>
         <DiscoveryClassCollection><![CDATA[{}]]></DiscoveryClassCollection>
         <DiscoveryRelationshipCollection><![CDATA[{}]]></DiscoveryRelationshipCollection>
         <XmlTag><![CDATA[Discovery]]></XmlTag>
         <ManagementGroup><![CDATA[SCOM-GROUP]]></ManagementGroup>
         <ManagementGroupId><![CDATA[f0bfdf68-bb60-15e4-e21a-3678feeaa78e]]></ManagementGroupId>
         <Identifier>1|System.NetworkManagement.Monitoring/31bf3856ad364e35|1.0.0.0|RelayNetworkAdapterGroup.DiscoveryRule||</Identifier>
         <Name><![CDATA[RelayNetworkAdapterGroup.DiscoveryRule]]></Name>
         <Id><![CDATA[5ab09dbb-9965-be0e-8214-183c511ce5e2]]></Id>
         <DisplayName><![CDATA[Relay Network Adapter Group Discovery Rule]]></DisplayName>
         <Description>Adds relay interfaces to the relay network adapter group</Description>
         <LanguageCode><![CDATA[ENU]]></LanguageCode>
         <Comment></Comment>
         <Status><![CDATA[Unchanged]]></Status>
         <LastModified>12/14/2016 11:19:05 AM</LastModified>
         <TimeAdded>12/14/2016 11:19:05 AM</TimeAdded>
         <InstanceName></InstanceName>
       </item>
     </output>
   </command-output>
 </commands-output>
</scom-response>

 

Back to top

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*