Exchange 2007 Organization on Edge Discovery

Microsoft.Exchange2007.ServiceComponentGroup.Organization.OnEdge.Discovery.DS (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Exchange2007.ServiceComponentGroup.Organization.Discovery.DS Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ForestDnsNamestring$Config/ForestDnsName$Forest DNS NameThis property should match the existing Organization ForestDnsName discovered.
ActiveDirectorySitestring$Config/ActiveDirectorySite$AD Site NameThis property should match the existing Site ActiveDirectorySite discovered.
IntervalSecondsint$Config/IntervalSeconds$Interval SecondsInterval Seconds
SyncTimestring$Config/SyncTime$Sync TimeSync Time
TimeoutSecondsint$Config/TimeoutSeconds$Timeout SecondsTimeout Seconds

Source Code:

<DataSourceModuleType ID="Microsoft.Exchange2007.ServiceComponentGroup.Organization.OnEdge.Discovery.DS" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element minOccurs="1" name="ForestDnsName" type="xsd:string"/>
<xsd:element minOccurs="1" name="ActiveDirectorySite" type="xsd:string"/>
<xsd:element minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element minOccurs="0" name="SyncTime" type="xsd:string"/>
<xsd:element minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ForestDnsName" Selector="$Config/ForestDnsName$" ParameterType="string"/>
<OverrideableParameter ID="ActiveDirectorySite" Selector="$Config/ActiveDirectorySite$" ParameterType="string"/>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Microsoft.Exchange2007.ServiceComponentGroup.Organization.Discovery.DS">
<ClassId>$MPElement[Name="ExLibrary!Microsoft.Exchange2007.ServerRole.Transport.Edge"]$</ClassId>
<ForestDnsName>$Config/ForestDnsName$</ForestDnsName>
<ActiveDirectorySite>$Config/ActiveDirectorySite$</ActiveDirectorySite>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>