SCOM Self Service Portal Class Properties Discovery

SCOMSelfServicePortal.Class.Discovery.Properties (Discovery)

Element properties:

TargetSCOMSelfServicePortal.Class
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
PSDiscovery DataSource Example.PowerShellDS.PowershellDiscoverDS Default

Source Code:

<Discovery ID="SCOMSelfServicePortal.Class.Discovery.Properties" Enabled="true" Target="SCOMSelfServicePortal.Class" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<!-- We choose Microsoft.Windows.Server.OperatingSystem as the preferred target class to ensure this will run on all Windows Servers, but will not create duplicates on clusters -->
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SCOMSelfServicePortal.Class">
<Property PropertyID="Application"/>
<Property PropertyID="IISsite"/>
<Property PropertyID="IISsitePath"/>
<Property PropertyID="IISAppPool"/>
<Property PropertyID="AppVersion"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="PSDiscovery" TypeID="Example.PowerShellDS.PowershellDiscoverDS">
<!--<IntervalSeconds>43200</IntervalSeconds>-->
<IntervalSeconds>86400</IntervalSeconds>
<URL>https://yourServer.yourDomain.com/SelfService</URL>
</DataSource>
</Discovery>