Microsoft 365 Services and Features Discovery

Microsoft.SystemCenter.M365.Discovery.Service (Discovery)

Discovers Microsoft 365 Services and Features for an instance of the Microsoft 365 Subscription.

Knowledge Base article:

Summary

Microsoft 365 Services and Features Discovery discovers Microsoft 365 Services and Features for an instance of the Microsoft 365 Subscription.

Element properties:

TargetMicrosoft.SystemCenter.M365.Subscription
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.M365.DataSource.GetServices Microsoft.SystemCenter.M365.RunAsProfile.Proxy

Source Code:

<Discovery ID="Microsoft.SystemCenter.M365.Discovery.Service" Target="Microsoft.SystemCenter.M365.Subscription" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.M365.Service"/>
<DiscoveryClass TypeID="Microsoft.SystemCenter.M365.Feature"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.M365.DataSource.GetServices" RunAs="Microsoft.SystemCenter.M365.RunAsProfile.Proxy">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<AuthorityUrl>$Target/Property[Type="Microsoft.SystemCenter.M365.Subscription"]/AuthorityUri$</AuthorityUrl>
<MicrosoftGraphUrl>$Target/Property[Type="Microsoft.SystemCenter.M365.Subscription"]/ManagementServiceUri$</MicrosoftGraphUrl>
<TenantId>$Target/Property[Type="Microsoft.SystemCenter.M365.Subscription"]/TenantId$</TenantId>
</DataSource>
</Discovery>