Microsoft.IntelligencePacks.RegistryChangeTrackingDataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Timer1 DataSource System.Discovery.Scheduler Default
PS1 ProbeAction Microsoft.IntelligencePacks.RegistryChangeTrackingProbe Default

Overrideable Parameters:

IDParameterTypeSelector
ConfigurationValuestring$Config/ConfigurationValue$

Source Code:

<DataSourceModuleType ID="Microsoft.IntelligencePacks.RegistryChangeTrackingDataSource" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" type="xsd:string" name="ConfigurationValue" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" type="xsd:string" name="ComputerName" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" type="xsd:string" name="WorkspaceId" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" type="xsd:string" name="RuleId" minOccurs="1" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ConfigurationValue" Selector="$Config/ConfigurationValue$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Timer1" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>3000</Interval>
<SyncTime/>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="PS1" TypeID="Microsoft.IntelligencePacks.RegistryChangeTrackingProbe">
<ConfigurationValue>$Config/ConfigurationValue$</ConfigurationValue>
<ComputerName>$Config/ComputerName$</ComputerName>
<WorkspaceId>$Config/WorkspaceId$</WorkspaceId>
<RuleId>$Config/RuleId$</RuleId>
<CMFPackageUri>https://scadvisorcontent.blob.core.windows.net/inventorychangetracking/2017-02-23T105221/CMF-x86.cab</CMFPackageUri>
<DesiredStateConfigurationPackageUri>https://scadvisorcontent.blob.core.windows.net/inventorychangetracking/2017-06-15T105221/DesiredStateConfiguration-x86.cab</DesiredStateConfigurationPackageUri>
<DotNetPackageUri>https://scadvisorcontent.blob.core.windows.net/inventorychangetracking/2017-02-23T105221/DotNetCore-x86.cab</DotNetPackageUri>
<RegistryInventoryPackageUri>https://scadvisorcontent.blob.core.windows.net/inventorychangetracking/2017-02-23T105221/RegistryInventory.cab</RegistryInventoryPackageUri>
<CMFETagFileName>CMF.checksum</CMFETagFileName>
<DesiredStateConfigurationETagFileName>DesiredStateConfiguration.checksum</DesiredStateConfigurationETagFileName>
<DotNetETagFileName>DotNetCore.checksum</DotNetETagFileName>
<RegistryInventoryETagFileName>RegistryInventory.checksum</RegistryInventoryETagFileName>
<CMFOutputFolder>CMF</CMFOutputFolder>
<DesiredStateConfigurationOutputFolder>CMF/DesiredStateConfiguration</DesiredStateConfigurationOutputFolder>
<DotNetOutputFolder>CMF/DotNetCore</DotNetOutputFolder>
<RegistryInventoryOutputFolder>CMF/DesiredStateConfiguration/IM/RegistryInventory</RegistryInventoryOutputFolder>
<MinBackOff>1</MinBackOff>
<MaxBackOff>5</MaxBackOff>
<DeltaBackOff>1</DeltaBackOff>
<MaxAttempts>3</MaxAttempts>
<MaxSleepTimeInSecs>480</MaxSleepTimeInSecs>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PS1">
<Node ID="Timer1"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>