set-CasConnectivityTestCredentials Data Source

Microsoft.Exchange2007.SetCasConnectivityTestCredentials.DS (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsMicrosoft.Exchange2007.Account.LocalSystem
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Scheduler Default
PA ProbeAction Microsoft.Exchange2007.ExecuteDiagnostic.DS Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval SecondsInterval Seconds
SyncTimestring$Config/SyncTime$Sync TimeSync Time
TimeoutSecondsint$Config/TimeoutSeconds$Timeout SecondsTimeout Seconds
LogLevelint$Config/LogLevel$Logging LevelThis defines the logging sensitivity to the event log. This property should be between 0 and 4. Value 0 minimizes logging. Value 4 enables tracing.

Source Code:

<DataSourceModuleType ID="Microsoft.Exchange2007.SetCasConnectivityTestCredentials.DS" Accessibility="Internal" RunAs="ExLibrary!Microsoft.Exchange2007.Account.LocalSystem" Batching="false">
<Configuration>
<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"/>
<xsd:element minOccurs="1" name="LogLevel" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="LogLevel" Selector="$Config/LogLevel$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>$Config/IntervalSeconds$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="PA" TypeID="Microsoft.Exchange2007.ExecuteDiagnostic.DS">
<command>set-CasConnectivityTestCredentials -MonitoringContext:$true</command>
<eventSourceName>MSExchange CasConnectivityTestCredentials</eventSourceName>
<performanceData>true</performanceData>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<LogLevel>$Config/LogLevel$</LogLevel>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PA">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>