Microsoft.Exchange.2010.DatabaseSpaceTroubleshooterScriptPropertyBagProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Script ProbeAction Microsoft.Exchange.2010.ScriptProbePropertyBagBase Default

Overrideable Parameters:

IDParameterTypeSelector
ExecutionArgumentsstring$Config/ExecutionArguments$
Argumentsstring$Config/Arguments$
TimeoutSecondsint$Config/TimeoutSeconds$

Source Code:

<ProbeActionModuleType ID="Microsoft.Exchange.2010.DatabaseSpaceTroubleshooterScriptPropertyBagProbe" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.CommandExecuterSchema</SchemaType>
</IncludeSchemaTypes>
<!-- Diagnostic script common library -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CommonLibraryScriptName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CommonLibraryScriptBody" type="xsd:string"/>
<!-- Wrapper script to execute the diagnostic script -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExecutionScriptName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExecutionArguments" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ExecutionScriptBody" type="xsd:string"/>
<!-- Diagnostic script dependencies -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CITypesScriptName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CITypesScriptBody" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CIConstantsScriptName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CIConstantsScriptBody" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StoreConstantsScriptName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StoreConstantsScriptBody" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CILibraryScriptName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CILibraryScriptBody" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StoreLibraryScriptName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StoreLibraryScriptBody" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CIStringsFileName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CIStringsFileBody" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StoreStringsFileName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StoreStringsFileBody" type="xsd:string"/>
<!-- Diagnostic script -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ScriptName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Arguments" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ScriptBody" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SecureInput" minOccurs="0" maxOccurs="1">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="256"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="EventPolicy" type="CommandExecuterEventPolicyType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ExecutionArguments" Selector="$Config/ExecutionArguments$" ParameterType="string"/>
<OverrideableParameter ID="Arguments" Selector="$Config/Arguments$" ParameterType="string"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Script" TypeID="Microsoft.Exchange.2010.ScriptProbePropertyBagBase">
<ApplicationName>%windir%\System32\WindowsPowerShell\v1.0\powershell.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>-Command "&amp; '.\$Config/ExecutionScriptName$' $Config/ExecutionArguments$ -DiagnosticScriptName '.\$Config/ScriptName$' -DiagnosticScriptArguments '$Config/Arguments$'"</CommandLine>
<SecureInput>$Config/SecureInput$</SecureInput>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files>
<File>
<Name>$Config/CommonLibraryScriptName$</Name>
<Contents><Script>$Config/CommonLibraryScriptBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/ExecutionScriptName$</Name>
<Contents><Script>$Config/ExecutionScriptBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/CITypesScriptName$</Name>
<Contents><Script>$Config/CITypesScriptBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/CIConstantsScriptName$</Name>
<Contents><Script>$Config/CIConstantsScriptBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/StoreConstantsScriptName$</Name>
<Contents><Script>$Config/StoreConstantsScriptBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/CILibraryScriptName$</Name>
<Contents><Script>$Config/CILibraryScriptBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/StoreLibraryScriptName$</Name>
<Contents><Script>$Config/StoreLibraryScriptBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/CIStringsFileName$</Name>
<Contents><Script>$Config/CIStringsFileBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/StoreStringsFileName$</Name>
<Contents><Script>$Config/StoreStringsFileBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
<File>
<Name>$Config/ScriptName$</Name>
<Contents><Script>$Config/ScriptBody$</Script></Contents>
<Unicode>true</Unicode>
</File>
</Files>
<OutputType>System.PropertyBagData</OutputType>
<DefaultEventPolicy>
<StdOutMatches Operator="DoesNotMatchRegularExpression">{&lt;DataItem.+/DataItem\b*&gt;}|{&lt;DataItem.*/&gt;}</StdOutMatches>
<StdErrMatches>\a+</StdErrMatches>
<ExitCodeMatches>[^0]+</ExitCodeMatches>
</DefaultEventPolicy>
<EventPolicy>$Config/EventPolicy$</EventPolicy>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Script"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>